

/* Start:/local/templates/web-forms/assets/css/main.css?17781571048006*/
html, body {
    width: 100%;
    height: 100%;
    background: #ccc;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'Roboto-Black', sans-serif;
    src: url('/local/templates/web-forms/assets/css/../fonts/Roboto-Black.woff') format("woff");
}

.callback {
    display: flex;
    min-height: 100vh;
    background-size: 523px 583px, cover;
}

.callback_consenta {
    overflow-y: auto;
}

.callback-left {
    background: linear-gradient(to bottom, #1b9ced, #008cf5, #0079fa, #0064fa, #3548f4);
    background-size: 100% !important;
    position: relative;
    padding-top: 41px;
    padding-left: 91px;
    flex: 0 1 40%;
}

.callback-left.recorder {
  flex: 0 1 30%;
}

.callback-left.recorder .callback-left__image img {
  width: 90%;
  padding-right: 10%;
  padding-top: 10%;
}

.callback-left__image img {
  width: 100%;
}

.callback-left__logo {
  margin-bottom: 38px;
}

.callback-left__logo svg {
    width: 171px;
    height: 35px;
}

.callback-left__logo svg path {
    fill: #FFFFFF;
}

.callback-left__description {
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.05em;
    margin-top: 38px;
    padding-right: 40px;
}

.callback-left::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -100px;
    background-color: #1b9ced;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.callback-right {
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 0 0 60%;
}

.callback-right.recorder {
  flex: 0 0 70%;
}

.callback-right .b24-form-header-title {
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 31px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
}

.callback-right .callback-wrapper .b24-form {
    padding-top: 0;
    padding-bottom: 0;
}

.callback-right .callback-wrapper .b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0px;
}

.callback-wrapper {
    background-color: #ffffff;
    margin: auto;
    border-radius: 10px;
}

.callback-right::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -25px;
    background-color: #f3f3f3;
    width: 100px;
    height: 100px;
    z-index: -1;
}

.callback-right .b24-form {
    max-width: 632px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 84px;
}

@media(max-width: 1919px) {
    .callback {
      height: 100vh;
      width: 100%;
    }
    .callback-right .b24-.b24-form {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .callback-left {
        background: linear-gradient(to bottom, #1b9ced, #008cf5, #0079fa, #0064fa, #3548f4);
        background-repeat: no-repeat;
    }
    .callback-right .b24-form {
        padding-top: 45px;
        padding-bottom: 45px;
    }
}

@media(max-width: 1600px) {
    .callback-left {
        padding-left: 40px;
        background-size: 470px 518px, cover;
    }
    .callback-right .b24-form {
        max-width: 580px;
    }
}
  
@media(max-width: 1400px) {
    .callback-left__description {
      font-size: 20px;
    }
    .callback-left {
        padding-left: 30px;
        background-size: 450px 496px, cover;
    }
    .callback-right .b24-form {
        max-width: 540px;
    }
}

@media(max-width: 1200px) {
    .callback-right .b24-form {
        max-width: 500px;
        padding-left: 50px;
        padding-right: 50px;
    }   
    .callback-left {
        padding-left: 25px;
        background-size: 400px 441px, cover;
    }   
    .callback-left__description {
        font-size: 18px;
    }
}

@media(max-width: 1000px) {
    .callback-left {
        background: center 280px, linear-gradient(to bottom, #1b9ced, #008cf5, #0079fa, #0064fa, #3548f4);
        background-repeat: no-repeat;
    }   
    .callback-left {
        background-size: 320px 353px, cover;
    }   
    .callback-left__logo {
        margin-bottom: 30px;
    }   
    .callback-left__description {
        font-size: 18px;
    }   
    .callback-right .b24-form {
        max-width: 450px;
        padding-left: 35px;
        padding-right: 35px;
    }
}

@media(max-width: 900px) {
    .callback {
      flex-direction: column;
    }   
    .callback-left {
        text-align: center;
        padding: 30px 0;
        flex: 0 1 auto;
    }
    
    .callback-right {
      padding-top: 20px;
    }

    .callback-left::after {
        display: none;
    }   
    .callback-right {
        padding-bottom: 20px;
        flex: 1 1 auto;
    }   
    .callback-right::before {
        display: none;
    }   
    .callback-right .b24-form {
        max-width: 600px;
    }

    .callback-left__image {
      display: none;
    }
}

@media(max-width: 700px) {
    .callback-left__logo {
        height: 25px;
    }
    .callback-right .b24-form {
        max-width: 440px;
    }
}

@media(max-width: 500px) {
    .callback-left__description {
      padding: 0 15px;
    }   
    .callback-right .b24-form {
        max-width: 90%;
        max-height: max-content;
    }
}

[data-hidden="true"] {
  display: none !important;
}

[data-role="close-popup-custom"] {
  position: absolute;
  right: -50px;
  top: -50px;
}

[data-role="close-popup-custom"]:hover {
  cursor: pointer;
}

.overlay-popup-cutom {
  font-family: 'Nexa Text', sans-serif;
  position: fixed;
  z-index: 20;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-popup-cutom:hover {
  cursor: pointer;
}

.popup-custom {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  border-radius: 16px;
  font-size: 27px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: hidden;

  background: url('/local/templates/web-forms/assets/css/../images/popup/back.png') center/cover no-repeat;
}


.popup-custom .popup-content {
  position: relative;
  padding: 70px 63px;
  color: white;
}

/* верх */
.popup-custom .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  padding-top: 60px;
}

.popup-custom .badges {
  display: flex;
  gap: 8px;
}

.popup-custom .badge {
  background: rgba(215, 214, 255, 0.95);
  color: #1b2a4a;
  padding: 6px 10px;
  border-radius: 8px;
  font-weight: bold;
}

.popup-custom .logo {
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}

/* спикер */
.popup-custom .speaker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 70px;
}

.popup-custom .avatar {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  object-fit: cover;
}

.popup-custom .name {
  font-weight: bold;
}

.popup-custom .desc {
  font-size: 24px;
}

/* заголовок */
.popup-custom .title {
  font-size: 33px;
  font-weight: 800;
  color: #B8E1FF;
  margin-bottom: 12px;
}

.popup-custom .subtitle {
  font-size: 33px;
  margin-bottom: 20px;
}

/* кнопка */
.popup-custom .btn {
  padding: 14px;
  font-size: 33px;
  margin-top: 30px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(90deg, #a6c8ff, #6ea8ff);
  color: #0b1f3a;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.popup-custom .btn a {
  text-decoration: none;
  color: rgba(0, 29, 50, 1);
  text-align: center;
}

.popup-custom .btn a:visited, .btn a:hover {
  text-decoration: none;
  color: rgba(0, 29, 50, 1);
}

@media screen and (max-width: 768px) {
  .popup-custom .popup-custom {
    font-size: 20px;
    max-width: 480px;
  }

  .popup-custom .popup-content {
    padding: 40px 15px;
  }

  .popup-custom .desc {
    font-size: 18px;
  }

  .popup-custom .title {
    font-size: 25px;
  }

  .popup-custom .subtitle {
    font-size: 25px;
  }

  .popup-custom .btn {
    font-size: 20px; 
  }

  .popup-custom .speaker {
    margin-bottom: 50px;
  }

  .popup-custom .avatar {
    width: 93px;
    height: 93px;
  }

  .popup-custom [data-role="close-popup-custom"] {
    right: -10px;
    top: -30px;
  }
}
/* End */
/* /local/templates/web-forms/assets/css/main.css?17781571048006 */
