/* .iti__selected-dial-code {
  font-size: 15px;
} */

.offer-block {
  display: flex;
  justify-content: space-between;
  width: 1340px;
  /*height: 520px;*/
  margin: auto;
  margin-top: 40px;
  margin-bottom: 40px;
}
.block-1 {
  width: 38%;
  border-width: 1px;
  border-radius: 30px;
  background-color: #ffffff;
  background-position: center center;
  border-color: #000000;
  border-style: solid;
}
.block-1 img {
  width: 100%;
}
.form {
  display: flex;
  flex-direction: column;
  padding: 0 20px 20px 20px;
  font-family: "Montserrat", Arial, sans-serif;
  align-items: center;
}
.form label{
  width: 100%;
}
.form input {
  border: none;
  width: 100%;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  /* border-radius: 18px; */
  font-size: 17px;
  font-weight: 400;
  height: 40px;
  margin-bottom: 15px;
}
input:focus {
  outline: none;
  border-bottom: 2px solid rgb(0, 0, 0);
  transition: 0.3s ease all;
  font-size: 19px;
}
select:focus {
  outline: none;
  font-size: 19px;
  border-bottom: 2px solid rgb(0, 0, 0);
  transition: 0.3s ease all;
}

.form select {
  border: none;
  width: 100%;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  /* border-radius: 18px; */
  font-size: 19px;
  font-weight: 400;
  height: 40px;
  margin-bottom: 10px;
}
.iti {
  margin-bottom: 10px;
}
.form button {
  border: none;
  color: #ffffff;
  border-radius: 500px;
  font-size: 18px;
  font-weight: bold;
  font-family: Montserrat;
  cursor: pointer;
  background-color: #3fbb73;
  transition: 0.3s ease all;
  width: 100%;
  height: 52px;
  margin-top: 15px;
}
.block-1__head {
  background-color: #000;
  /*border-radius: 20px;*/
  border-radius:28px;
  color: #fff;
  text-align: center;
  font-size: 28px;
  padding: 12px;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
}
.block-2 {
  width: 58%;
  height: 100%;
}
.block-2 video {
  width: 100%;
  height: 520px;
  border-radius: 14px;
  object-fit: cover;
}
.form-2 {
  padding-top: 0;
  zoom: 0.9;
}
.form-2 input {
  font-size: 13px;
  margin-bottom: 0;
  height: 40px;
}
.form-2 select {
  font-size: 14px;
  height: 35px;
  margin-bottom: 0;
}
.form-2 button {
  font-size: 12px;
  height: 35px;
}
.form-3 input {
  height: 50px;
}
.form-3 select {
  height: 50px;
}
.form-3 button {
  height: 50px;
}
.consultation {
  width: 1340px;
  margin: 0 auto;
  padding: 20px;
  font-family: "Montserrat", Arial, sans-serif;
  display: flex;
  justify-content: space-between;
}
.consultation__block-1 {
  width: 33%;
}
.consultation__block-2 {
  width: 63%;
}
.consultation__title {
  font-size: 58px;
  line-height: 64px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: left;
}
.consultation__title-m {
  display: none;
}
.consultation__items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.consultation__item {
  width: 350px;
  border: 1px solid #000;
  padding: 24px;
  border-radius: 20px;
  text-align: left;
}

.consultation__icon {
  width: 105px;
  height: 105px;
  margin-bottom: 10px;
  background-size: cover;
  background-position: center;
}

.consultation__icon--forex {
  background-image: url("../images/axe-dynamic-clay.png");
}

.consultation__icon--binary-options {
  background-image: url("../images/bell-dynamic-clay.png");
}

.consultation__icon--p2p {
  background-image: url("../images/chart-dynamic-clay.png");
}

.consultation__icon--crypto {
  background-image: url("../images/euro-dynamic-clay.png");
}

.consultation__icon--pyramids {
  background-image: url("../images/megaphone-dynamic-cl.png");
}

.consultation__icon--bookmakers {
  background-image: url("../images/money-dynamic-clay.png");
}
.consultion-icon__bg {
  background-color: #3fbb73;
  width: 105px;
  height: 105px;
  border-radius: 100px;
}
.consultation__item-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 20px;
}

.consultation__item-description {
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  font-weight: 600;
}

.consultation-form {
  border: 1px solid #000;
  border-radius: 30px;
}
.consultation-form img {
  width: 100%;
}

@media (max-width: 1380px) {
  .offer-block {
    width: 90%;
    flex-direction: column;
    /*height: 900px;*/
  }
  .block-1 {
    width: 100%;
    margin-bottom: 20px;
  }
  .block-2 {
    width: 100%;
  }
  .block-2 video {
    height: 420px;
  }
  .consultation {
    width: 90%;
    flex-direction: column;
  }
  .consultation__block-1 {
    width: 100%;
    margin-bottom: 20px;
    order: 2;
    display: flex;
    justify-content: center;
  }
  .consultation__block-2 {
    width: 100%;
    order: 1;
  }
  .consultation__title-d {
    display: none;
  }
  .consultation__title-m {
    display: block;
    font-size: 44px;
  }
  .consultation-form {
    margin-top: 30px;
    width: 400px;
  }
}
@media (max-width: 680px) {
  .offer-block {
    /*height: 820px;*/
    margin-top: 0;
  }

  .block-2 video {
    height: 320px;
  }
  .consultation__title-m {
    font-size: 38px;
    line-height: 45px;
  }
}
.form-group{
  width:100%;
  margin-bottom:10px;
}
.form-checkbox{
  input{
    width:auto;
    height:auto;
    margin:0;
    accent-color:#3fbb73;
  }
}
@media (max-width: 480px) {
  .offer-block {
    /*height: 780px;*/
  }
  .block-2 video {
    height: 280px;
  }
  .consultation__item-title {
    font-size: 24px;
  }
  .consultation__item-description {
    font-size: 16px;
  }
  .consultion-icon__bg {
    width: 85px;
    height: 85px;
  }
  .consultation__icon {
    width: 85px;
    height: 85px;
  }
  .form input {
    font-size: 15px;
  }
  .form select {
    font-size: 15px;
  }
  .form button {
    font-size: 15px;
  }
}
