.vebinars_modal{
	background-color: lightgreen;
	width: 800px;
	height: 600px;
	top:250px;
	left: 527px;
	border-radius:	20px;
	display: flex;
}

.left_body_card img{
	width:350px;
	height:600px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}

.vebinars__title{
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-size: 16px;
	line-height: 140%;
	letter-spacing: 0;
	text-transform: uppercase;
}

.vebinars__text{
	  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: 0;

  margin-bottom: 12.78px;
}

.btn_vebinar{
	.custom-button {
  width: 196.08px;
  height: 37.55px;

  position: absolute;
  top: 502px;
  left: 400px;

  border-radius: 75.1px;

  border: 1.5px solid; 

  padding-top: 7.51px;
  padding-right: 4.51px;
  padding-bottom: 7.51px;
  padding-left: 15.02px;

  display: flex;
  align-items: center;
  gap: 12.02px;

  white-space: nowrap;
}
}

.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.small-modal {

    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    padding: 20px;
    width: 300px;
    font-family: 'Arial', sans-serif;
    margin-bottom: 100px;
    z-index:1000;
}

.small-modal-content h3 {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 10px;

}

.small-modal-content p {
    color: #333;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.small-modal-content button {
    background-color: #0B80F7;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    width: 70%;
    transition: background-color 0.1s;
    font-weight: bold;
    margin-left: 32px;
}

.small-modal-content button:hover {
    background-color: white;
    color:#0B80F7;
}

.close-small {
    position: absolute;
    right: -15px;
    font-size: 25px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    top: -15px;
}

.small-modal-content {
    position: relative;
    margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 768px) {
    .small-modal {
        width: 200px;
        height: 190px;
        display: block;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 50px;
    }
    .small-modal-content h3 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    top:7px;
    left:8.5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 20px;
    }
    .small-modal-content p {
    color: #333;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 20px;
}
.close-small {
    position: absolute;
    right: -5px;
    font-size: 25px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
}
.small-modal-content button {
  background-color: #0B80F7;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 10px;
  cursor: pointer;
  width: 70%;
  transition: background-color 0.1s;
  font-weight: bold;
  margin-left: 0px;
}
}

.vebinars_modal {
    background-color: white;
    width: 800px;
    height: 600px;
    border-radius: 20px;
    display: flex;
    overflow: hidden;
}

.left_body_card img {
    width: 350px;
    height: 100%;
    object-fit: cover;
}

.right_body_card {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.vebinars__title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
}

.vebinars__text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: 0;
    color: #03264A;
    margin-bottom: 20px;
}

.teach_veb, .time_veb {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 120%;
    color: #03264A;
    margin-bottom: 15px;
}

.time_veb span {
    font-weight: 400;
}
.test {
    font-weight: 400;
}

/* Модальные окна */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.large-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
    border: none;
    padding: 0;
    background: transparent;
}

.close-large {
    position: absolute;
  right: 15px;
  font-size: 40px;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  z-index: 10;
  top: 15px;
}
.btn_fw240{
    width: 258 !important;
}
@media (max-width: 768px) {
   .left_body_card img {
    width: 0px;
    height: 100%;
    object-fit: cover;
} 
.vebinars_modal {
  background-color: white;
  width: 400px;
  height: 720px;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
}
}
.vebinars_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 92, 175, 0.2);
    backdrop-filter: blur(5px);
    z-index: 10000;
}
 .btn {
    display: inline-block;
    padding: 4px;
    box-sizing: content-box;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-size: 0;
    color: #0B80F7;
    line-height: 38px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    border-radius: 25px;
    background-color: #fff;
    box-shadow: none;
    border: 2px solid rgba(11, 128, 247, 0.25); 
  }

  .btn span {
    display: inline-block;
    padding: 0 16px;
    font-size: 16px;
    vertical-align: middle;
  }

  .btn_i {
    color: #0B80F7;
    border-color: rgba(11, 128, 247, 0.25);
  }

  .btn_i:hover {
    background-color: #0B80F7;
    color: #fff;
  }