html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'Geologica', sans-serif;
}

p {
  padding: 0;
  margin: 0;
  font-family: 'Geologica', sans-serif;
}

.hidden {
  display: none;
}

.modal {
  /* position: relative; */
  /* display: flex; */
  /* width: 640px; */
  height: auto;
  /* background-image: url(./img/bg.png); */
  /* background-repeat: no-repeat; */
  background-size: cover;
  background-position: -80px center;
  font-family: 'Geologica', sans-serif;
  background-color: #2A2A2A;
  text-align: -webkit-center;
}

body {
  background: #ccc;
}

.bubble {
  width: 300px;
  border-radius: 0px 20px 20px 20px;
  border: 1px solid #3A3052;
  stroke: #3A3052;
  stroke-width: 1px;
  display: inline-block;
  position: relative;
}

.bubble::after {
  content: '';
  width: 30px;
  height: 20px;
  stroke-width: 1px;
    stroke: #3A3052;
    border-left: 1px solid #3A3052;
    border-top: 1px solid #3A3052;
  position: absolute;
  top: -1px;
  left: -12px;
  background: #B19FE7;
  transform: skewX(45deg) skewY(0deg);
}

.bubble-in {
 border-radius: 0px 20px 20px 20px;
  padding: 20px;
  background: #B19FE7;
  position: relative;
  z-index: 2;
}

.bubble2 {
  width: 300px;
  border-radius: 20px 0px 20px 20px;
  border: 1px solid #3A3052;
  stroke: #3A3052;
  stroke-width: 1px;
  display: inline-block;
  position: relative;
}

.bubble2::after {
  content: '';
  width: 30px;
  height: 20px;
  stroke-width: 1px;
    stroke: #3A3052;
    border-right: 1px solid #3A3052;
    border-top: 1px solid #3A3052;
  position: absolute;
  top: -1px;
  right: -12px;
  background: #B19FE7;
  transform: skewX(-45deg) skewY(0deg);
}

.bubble-in2 {
 border-radius: 20px 0px 20px 20px;
  padding: 20px;
  background: #B19FE7;
  position: relative;
  z-index: 2;
}


@media screen and (max-width: 630px) {

  body {
    background: #ccc;
  }
  
  .bubble {
    width: 300px;
    border-radius: 0px 20px 20px 20px;
    /* border: 3px solid #1AA0D2; */
    stroke-width: 1px;
    stroke: #3A3052;
    
    display: inline-block;
    position: relative;
  }
  
  .bubble::after {
    content: '';
    width: 30px;
    height: 20px;
    stroke-width: 1px;
    stroke: #3A3052;
    border-left: 1px solid #3A3052;
    border-top: 1px solid #3A3052;
    position: absolute;
    top: -1px;
    left: -12px;
    background: #B19FE7;
    transform: skewX(45deg) skewY(0deg);
  }
  
  .bubble-in {
   border-radius: 0px 20px 20px 20px;
    padding: 20px;
    background: #B19FE7;
    position: relative;
    z-index: 2;
  }

  .bubble2 {
    width: 300px;
    border-radius: 20px 0px 20px 20px;
    border: 1px solid #3A3052;
    stroke: #3A3052;
    stroke-width: 1px;
    display: inline-block;
    position: relative;
  }
  
  .bubble2::after {
    content: '';
    width: 30px;
    height: 20px;
    stroke-width: 1px;
      stroke: #3A3052;
      border-right: 1px solid #3A3052;
      border-top: 1px solid #3A3052;
    position: absolute;
    top: -1px;
    right: -12px;
    background: #B19FE7;
    transform: skewX(-45deg) skewY(0deg);
  }
  
  .bubble-in2 {
   border-radius: 20px 0px 20px 20px;
    padding: 20px;
    background: #B19FE7;
    position: relative;
    z-index: 2;
  }

  
  .modal {
    /* background-image: url(./img/bg.png);
    background-position: bottom center;
    flex-direction: column;
    width: auto;
    max-width: 400px;
    background-size: cover;
    padding-bottom: 36px;
    height: 530px; */
    font-family: 'Geologica', sans-serif;
  }
}

.modal__logo {
  padding-bottom: 65px;
}

.modal__subtitle {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;
  font-family: 'Geologica', sans-serif;
  padding-bottom: 50px;
}

.modal__title {
  margin: 0 auto;
  padding-bottom: 64px;
  color: #C09651;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  font-family: 'Geologica', sans-serif;
  /* 109.091% */
}

.speaker__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
}

.speaker__photo {
  background-image: url(./img/speaker_new.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 75%;
  height: 192px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #C09651;
}

.speaker__block>img {
  width: 80%;
  height: auto;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #C09651;
}

.speaker__block>p {
  color: #C09651;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

.speaker__block>p>span {
  color: #fff;
}

.modal__description {
  color: #FFF;
  font-family: "Geologica";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px;

  padding-top: 30px;
  text-align: left;
  padding-bottom: 30px;
}

.modal__address {
  display: flex;
  gap: 9px;
  padding-top: 54px;
  justify-content: center;
  align-items: center;
}

.modal__address>img {
  width: 22px;
  height: 32.005px;
  flex-shrink: 0;
}

.modal__address>p {
  text-align: left;
  color: #C09651;
  font-family: "Geologica";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.modal__address>p>span {
  color: #FFF;
  font-family: "Geologica";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
}

.modal__address p .info {
  color: #C09651;
  text-align: center;
  font-family: "Geologica";
  font-size: 9px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;


  padding: 0 8px;
  margin-left: 8px;

  border-radius: 9px;
  border: 1px solid #C09651;
}

.form__title {
  color: white;
  text-align: center;
  font-family: "Geologica";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  padding-bottom: 27px;
}

.modal__left {
  /* width: 60%; */
  /* padding-top: 70px; */
  /* padding-left: 32px; */
  /* padding-bottom: 100px; */
  /* padding-right: 40px; */
}

@media screen and (max-width: 630px) {
  .modal__left {
    width: 100%;
    padding: 0;
    z-index: 20;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    order: 1;
  }
}

.modal__logo-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  width: 260px;
  padding-top: 70px;
}

@media screen and (max-width: 630px) {
  .modal__logo-link {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

.modal__logo-img {
  object-fit: contain;
}

.modal__text {
  font-weight: 700;
  font-size: 35px;
  line-height: 36px;
}

@media screen and (max-width: 630px) {
  .modal__text {
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #FFF;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Geologica', sans-serif;
  }
}

.modal__text-span {
  color: #C1273B;
  font-weight: 300;
  font-size: 35px;
  line-height: 36px;
  font-family: 'Geologica', sans-serif;
}

@media screen and (max-width: 630px) {
  .modal__text-span {
    font-weight: 300;
    font-size: 19px;
    line-height: 26px;
    color: #FAFAFA;
    font-family: 'Geologica', sans-serif;
  }
}

.modal__form-wrapper {
  /* position: absolute; */
  /* right: 24px; */
  /* top: 60px; */
  /* width: 250px; */
  z-index: 10;
  /* padding: 5px 36px; */
  text-align: center;
  /* background: rgba(251, 250, 250, 0.6); */
  /* border: 0.5px solid #ADADAD; */
  /* backdrop-filter: blur(8px); */
  /* border-radius: 24px; */
  color: white;
  padding-top: 61px;
}

@media screen and (max-width: 630px) {
  .modal__form-wrapper {
    position: static;
    margin: 0 auto;
    z-index: 20;
    order: 2;
  }
}

.modal__time {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0.04em;
}

.modal__descr {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.modal__form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.modal__input {
  border: 1px solid #3A3052;
  border-radius: 7px;
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 22px;
  background-color: transparent;
  margin-bottom: 14px;
  width: -webkit-fill-available;
  color: #3A3052;

}

.modal__input:focus {
  outline: 1px solid white;
}

.modal__input::placeholder {
  color: #3A3052;
}

.modal__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #D92B42 0%, #000 115.28%);
  /* box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.25); */
  border: none;
  border-radius: 7px;
  font-weight: 700;
  font-size: 15px;
  /* letter-spacing: 0.04em; */
  color: white;
  /* padding-left: 29px; */
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  width: -webkit-fill-available;
  cursor: pointer;
}

.modal__button:hover {
  background: #000;
}

.politics {
  color: #898989;
  font-family: "Geologica";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 11px;
  text-decoration-line: underline;
  text-align: left;
}

.form__success {
  padding: 0px 27px;
  padding-top: 72px;
  padding-bottom: 40px;
}

.success__title {
  color: black;
  text-align: center;
  font-family: "Geologica";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;

  margin: 0 auto;
}

.success__subtitle {
  color: #FFF;
  text-align: center;
  font-family: "Geologica";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;

  padding-top: 28px;
  padding-bottom: 40px;
}

.success__address {
  display: flex;
  gap: 9px;

  align-items: center;
  justify-content: center;
}

.success__adress-info {
  color: #FFF;
  font-family: "Geologica";
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  text-align: left;
}

.modal__legal {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  color: #7d7c7c;
}

.modal__legal-link {
  color: #615f5f;
}

.modal__right {
  width: 40%;
  background-color: rgba(193, 39, 59, .9);
  clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
}

@media screen and (max-width: 630px) {
  .modal__right {
    background-color: rgba(193, 39, 59, .9);
    width: 100%;
    height: 300px;
    display: block;
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 80%);
    position: absolute;
    left: 0;
    top: 0;
  }
}