@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    color:#262626;
}


.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.jumbotron, .container .jumbotron {
  margin: 0;
  padding: 30px;
}

.jumbotron {
  background-color: #fff;
  border-radius: 3px;
}


input#email {
  width: calc(100% - 250px);
  border-radius: 2px;
}

.email-submit {
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
}

.btn.btn-send.btn-primary.btn-lg.email-submit {
  margin-left: 20px !important;
}

.form-control {
  background-color: #f9f9f9;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: .7rem 1rem .7rem;
}

.form-horizontal label, .form-horizontal legend {
  font-weight: 500;
}

.btn-primary {
  border: 2px solid #a3d5ff;
  background-color: #4881cd;
  color: #fff;
  
}

.btn-primary:hover {
  border: 2px solid #4881cd;
  background-color: #a3d5ff;
  color: #4881cd;
  transition: 0.3s ease-out;
}

.btn.btn-send.btn-primary.btn-lg.email-submit {
  border: 2px solid #a3d5ff;
  background-color: #4881cd;
  color: #fff;
  font-weight: 600;
}

.btn.btn-send.btn-primary.btn-lg.email-submit:hover {
  border: 2px solid #4881cd;
  background-color: #a3d5ff;
  color: #4881cd;
  transition: 0.3s ease-out;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #4881cd;
  background-color: #4881cd !important;
  border: 0;
}

.btn-warning {
  color: #333;
  background-color: #fff;
  border: 2px solid #4881cd;
}

.btn-warning:hover {
  color: #333;
  background-color: #fff;
  border: 2px solid #4881cd;
}

.custom-control-indicator {
  margin-top: 0;
  border: 1px solid #d4d9de;
}


.form-control {
  width: 100%;
  padding: .5rem 1rem .6rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #4881cd;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(72, 129, 205,.25);
}

.text-warning {
  color: #4881cd !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #4881cd !important;
  text-decoration: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.select2-container .select2-selection--single {
  height: 42px !important;
}

.select2-selection__arrow {
  height: 41px !important;

}
.select2-selection__rendered {
  line-height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 6px;
  width: 20px;
}

.form-horizontal .form-group.row span.sublegend {
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
}

.custom-control-description {
  padding-left: 3px;
}

.label_email {
  padding-bottom: 10px;
  font-size:20px;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 2rem .6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 30px;
}

label.confirm-format-one {
  margin: 0;
  min-height: 1.5rem;
  padding-left: 1rem;
}

.col-1 {
  -ms-flex: 0 0 3%;
  flex: 0 0 3%;
  max-width: 3%;
}

.select2-results__option {
	padding: 6px 12px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #4881cd;
  color: white;
}
a {
  font-weight: bold;
  color: #4881cd!important;
}
.promocode_text {
  background-color: #f5f5f5;
  padding: 12px 15px !important;
  border: 1px solid #ced4da;
  margin-bottom: 20px;
}

.promocode_text p {
  margin: 0px;
}
#payed_promocode {
  width: 180px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 10px;
  width: 450px;

}

#payed_promocode:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(72, 129, 205,.25);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(72, 129, 205,.25);
}
.payed_promocode-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.div_anket_promocode {
  text-align: center;
}
.col_promocode_header {
  font-size: 18px;
  margin: 0px 0px 20px;
}
.warning-block {
  background-color: #f7f7f7;
  border: 1px solid #4881cd;
  padding: 16px;
  border-radius: 0px;
  text-align: center;
  font-weight: 600;
  color: #4881cd;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.btn-promocode {
  border: 2px solid #4881cd;
  background-color: #4881cd;
  color: #fff;
  padding: .5rem 1.5rem;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s ease-out;
}

.btn-promocode:hover {
  background-color: #fff;
  color: #4881cd;
}

#next_btn {
    transition: background-color 0.3s ease, opacity 0.3s ease;
}

#next_btn:disabled,
#next_btn.btn-disabled {
    background-color: #cccccc; 
    border-color: #b3b3b3;
    color: #666666; 
    cursor: not-allowed; 
    opacity: 1;
}
#next_btn:disabled,
#next_btn.btn-disabled {
    background-color: #cccccc;
    border-color: #b3b3b3;
    color: #666666;
    cursor: not-allowed;
}

#email.input-disabled {
    background-color: #f2f2f2;
    color: #999999 ;
    cursor: not-allowed;
}
.promocode-block {
    margin: 1.5rem 0;
    padding: 30px 40px;
    border-radius: 0px;
    background: #f2f2f2;
    border: 2px dashed #ccc;
    text-align: center;
}

.promo-label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0.8rem;
    color: #444;
}
.promo-input-wrap {
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}

.promo-input {
    padding: 0.6rem 1rem;
    font-size: 15px;
    border: 2px solid #ddd;
    border-radius: 0px;
    background: #fafafa;
    transition: 0.2s ease;
}

.promo-input:focus {
    border-color: #4881cd;
    background: #fff5ef;
    box-shadow: 0 0 6px rgba(72, 129, 205,0.3);
}

.btn-promocode {
    border: 2px solid #a3d5ff!important;
    background: #4881cd;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.6rem 1.2rem;
    font-size: 14px;
    font-weight: 600;
    transition: 0.2s ease;
}

.btn-promocode:hover {
  border: 2px solid #4881cd!important;
  background-color: #a3d5ff;
  color: #4881cd;
  transition: 0.3s ease-out;
}

.promo-success {
    color: #17a101;
    font-weight: 600;
    align-content: center;
}

.promo-info {
  margin-bottom: 10px;
}

.promo-info-title {
  color: #242424;
  font-weight: 600;
}

.promo-info-subtitle {
  color: #242424;
  margin-top: 15px;
}

.promo-info-note {
  color: #242424;
  font-weight: 500;
  margin-top: 30px;
  width: 100%;
}

.mh-links-block {
  margin: 0 0 40px;
  border-radius: 0;
}

.mh-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
}

.mh-links-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mh-links-caption {
  margin: 0;
  padding-left: 12px;
  border-left: 3px solid #4881cd;
  color: #1f2937;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0.01em;
}

.mh-links-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border-radius: 4px;
  border: 2px solid #a3d5ff;
  background-color: #4881cd;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  transition: 0.3s ease-out;
}

.mh-links-btn:hover,
.mh-links-btn:focus {
  border: 2px solid #4881cd;
  background-color: #a3d5ff;
  color: #4881cd !important;
  text-decoration: none !important;
}

/* contacts */
.mh-contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
  margin: 30px 0;
  font-family: Arial, sans-serif;
  line-height: 1.4;
  color: #222;
}

.mh-contact-card {
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  background: #f2f2f2;
  box-sizing: border-box;
}

.mh-contact-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.mh-contact-row {
  margin-bottom: 10px;
}

.mh-contact-link {
  color: #4881cd  !important;
  text-decoration: none;
  font-weight: 400;
}

.mh-contact-link-phone {
  font-weight: 600;
}

.mh-contact-time {
  margin-bottom: 14px;
  color: #666;
}

.mh-contact-desc {
  font-size: 15px;
}
/* end */
.alert-danger {
  background: #e639470b;
  border: 2px dashed #e63946;;
  color: #e63946;
  border-radius: 0px;
  padding: 20px;
  max-width: 420px;
  margin: 40px auto;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.btn-danger.btn-lg {
  background: #f9b000;
  border: none;
  padding: 10px 22px;
  font-size: 16px;
  border-radius: 4px;
  transition: background 0.2s ease;
  color:#fff!important;
}

.btn-danger.btn-lg:hover {
  background: #4881cd;
  color:#fff;
}

@media screen and (max-width:500px){
.alert-danger {padding: 15px;margin: 20px auto;font-size: 16px;max-width: 95%;}
.btn-danger.btn-lg {padding: 8px 16px;font-size: 14px;width: 100%;border-radius: 0;}
.btn-promocode {width: 100%;}
.warning-block {padding: 12px;font-size: 14px;}
#payed_promocode {width: 100%;}
.jumbotron, .container .jumbotron {padding: 20px;}
input#email {width: 100%;}
.btn.btn-send.btn-warning.btn-lg.email-submit {margin: 0px !important; width: 100%; margin-top: 15px !important;}
.btn-group-lg > .btn, .btn-lg {width: 100%;}
.btn.btn-send.btn-primary.btn-lg.email-submit {margin-left: 0px !important;margin-top: 15px !important;}
.mh-contacts-grid {grid-template-columns: 1fr;gap: 12px;margin: 20px 0;}
.mh-contact-card {padding: 16px;}
.mh-contact-title {font-size: 18px;margin-bottom: 12px;}
}