
.block-center {
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  max-width: 1164px;
  width: 100%
}

@media screen and (max-width: 768px) {
  .block-center {
    border-radius: 0px;
  }
}

.block-center__wrapper {
  padding: 10px 30px
}

.block-center__title {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 0px
}

.block-center__video-inputs {
  display: flex;
  justify-content: center;
  align-items: stretch
}

.block-video {
  width: 100%;
  max-width: 474px;
  margin: auto;
  display: block;
  position: relative
}

.block-inputs {
  display: flex;
  flex-direction: column;
  max-width: 490px;
  width: 100%
}

.block-input__wrapper {
  margin-bottom: 20px
}

.block-inputs__item {
  padding: 20px;
  background: #f6f6f6;
  border: 1px solid #818181;
  border-radius: 5px;
  Font-family: Open Sans;
  font-size: 20px;
  line-height: 27px;
  color: #818181;
  margin-bottom: 20px;
  width: 100%
}

.block-inputs__item:last-child {
  margin-bottom: 0
}

.block-inputs__tel {
  display: flex;
  position: relative
}

.select-drop-down {
  position: relative
}

.select-drop-down__selection {
  display: flex;
  padding: 20px;
  border: 1px solid #818181;
  border-radius: 5px;
  font-family: Open Sans;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  cursor: pointer
}

.select-drop-down__flag-ua {
  content: url(../images/Ukr-Icon.png);
  border-radius: 50%;
  padding-right: 5px
}

.select-drop-down__code {
  padding-right: 13px
}

.select-drop-down__options {
  position: absolute;
  background: #f6f6f6;
  border: 1px solid #818181;
  border-radius: 5px;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 150px;
  overflow: scroll
}

.select-drop-down__item {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  font-family: Open Sans;
  font-size: 20px;
  line-height: 27px;
  color: #000;
  cursor: pointer
}

.select-drop-down__item:hover {
  background: #e3e3e3
}

.hidden {
  display: none !important
}

.block-checkbox {
  margin-top: 45px;
  display: flex;
  flex-direction: column
}

.block-checkbox__text {
  max-width: 250px;
  display: block;
  font-family: Open Sans;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  margin-left: 15px
}

.block-checkbox__label {
  display: flex;
  align-items: center
}

.block-checkbox__link.link {
  color: #9E9E9E !important;
  text-decoration: underline !important;
  cursor: pointer
}

.block-checkbox__link.link:hover {
  text-decoration: none;
  color: #9E9E9E
}

.block-checkbox__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0
}

.block-checkbox__checkbox+span::before {
  content: 'v';
  color: #e3e3e3;
  width: 30px;
  height: 30px;
  text-align: center;
  display: inline-block;
  border: 1px solid #818181;
  border-radius: 5px;
  background: #e3e3e3;
  cursor: pointer
}

.block-checkbox__checkbox:checked+span::before {
  content: url(../images/Fill.svg);
  text-align: center;
  width: 30px;
  height: 30px;
  background: #9E9E9E;
  border: 1px solid #9E9E9E
}

.btns-register {
  display: flex;
  justify-content: center;
  padding-bottom: 20px
}

.btns-register__btn {
  padding: 14px 64px;
  background: #9E9E9E;
  color: #fff;
  border: 1px solid #9E9E9E;
  border-radius: 5px;
  font-family: Open Sans;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  max-width: 314px;
  width: 100%;
  cursor: pointer
}

.leadFormContainer2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: none;
}

@media screen and (max-width: 1280px) {
  .leadFormContainer2 {
    display: flex;
    flex-direction: column;
  }
}

.leadSubmit{
  width: 100%;
  background-color: #A21C1E;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
  height: 50px;
  border: none;
  cursor: pointer;
  margin: 0;
}

.commonInputDiv{
  box-sizing: border-box;
  margin: 0 0 5px 0;
}

.formHeader{
  margin-bottom: 20px;
  color: #1F2323;
  font-weight: 700;
  line-height: 19px;
  font-size: 16px;
  letter-spacing: 0em;
  text-align: left;
}
.commonInputDiv .btn{
  padding: 0 10px !important;
}
.form-control{
  height: 50px;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #9E9E9E;
  font-size: 15px;
  color: #556266;
  padding-left: 15px;
  box-sizing: border-box;
}

.form-control:focus {
color: #495057;
background-color: #fff;
border-color: #9E9E9E;
outline: 0;
box-shadow: none;
}

.form-title {
color: #000;
}

#phone-form, .iti {
  width: 100%;
}

.leadSubmitSpan {
  padding: 0 10px;
  font-size: 15px;
  color: #fff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center; 
  height: 100%;
}


.form-block {
  margin: 0 0 0 0;
}

@media screen and (max-width: 1280px) {
  .btnSubmitDiv  {
    margin-left: 0;
  }
  .form-block {
    margin: 0;
  }
}