

/* Start:/academy/blog/form.css?17748740061494*/
.blog-form-popup-btn {
  border-radius: 15px;
  background: #001585;
  padding: 20px 30px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 15px 0 0 0;
}
#blogFormModal .close {
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  cursor: pointer;
}
.installment__form__popup input{
  width: 100%;
  height: 41px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  border-radius: 2px;
  color: #333;
  margin-top: 10px;
  padding: 13px 20px;
}
.installment__form__popup input[type=submit]{
  background: linear-gradient(180deg, #163FD9 0%, #102A8F 100%);
  border-radius: 2px;
  color: #FFF;
  border: none;
  line-height: 10px;
}
.installment__form__popup input[type=submit]:hover{
  color: #163FD9;
  background: #FFF;
  border: 1px solid #163FD9;
}
.installment__form__popup input.error{
  border-color: red;
}
.installment__form-wrapper_blogModal{
  position: relative;
  padding: 44px 40px;
  background: #fff;
}
.installment__form__popup.visible{
	display:block	
}
.installment__form__popup.invisible{
	display:none	
}
#blogFormModal .installment__form-done, 
#blogFormModal .installment__form-error{
	position: relative !important;
	margin-top: 0 !important;
}
@media (max-width: 800px) {
	.modal.fade.in{		
		max-width: 100vw;
	}
}	
/* End */


/* Start:/local/templates/nadpo_visually/components/bitrix/news.detail/blog/style.css?17748740704251*/
.programm__block__request__modal-link.news__backwards{
	color: #fff;
	background: #102989;
	background: -moz-linear-gradient(left, #102989 0%, #153dd2 100%);
	background: -webkit-linear-gradient(left, #102989 0%,#153dd2 100%);
	background: linear-gradient(to right, #102989 0%,#153dd2 100%);
	border: 1px solid #fff;
	font-weight: normal;
}
.programm__block__request__modal-link.news__backwards:hover{
	background: #fff;
	color: #163fdb;
	border: 1px solid #163fdb;
	font-weight: normal;
}


.info-block {
    background-color: #163FDB;
    color: white;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    position: relative;
    width: 100%;
    overflow: visible;
	margin-top: 8rem;
}

.wave {
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 50px;
    background: url('/local/templates/nadpo_visually/images/wave.svg') repeat-x;
}

.content {
    padding-top: 15px; /* отступ сверху для волны */
}

.info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.info-item .icon {
    border-radius: 50%;
    margin-right: 10px;
}

.info-item .icon img {

}

.info-item .text {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.info-item:last-child {
    margin-bottom: 0;
}
.blog-info-form{
	padding-top:40px;
}
.blog-info-form__title{
	font-size:28px;
    color: #fff;
    font-weight: bold;
	padding-bottom:10px
}
.blog-info-form .success_block span{
    font-size:28px;
    font-weight: bold;
}
.blog-info-form__hint {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.blog-info-form .col-sm-20 {
	width: 25%;
	padding-left:0px;
}
.blog-info-form .need-help {
	padding-top:0px;
	padding-bottom:0px;
}
.blog-info-form  .need-help input[type=text] {
    border: 1px solid #b5b5b5;
    outline: none;
    line-height: 41px;
    height: 41px;
    padding: 0px 15px;
    font-size: 12px;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 100%;
}
.blog-info-form .need-help__agree{
    color: #fff;
}
@media only screen and (max-width: 767px) {
   .blog-info-form .col-sm-20 {
        width: 100%;
    }
	.blog-info-form__title{
		font-size:24px;
	}
    .blog-info-form .success_block span{
        font-size:24px;
    }
}

/* LEADMAGNET_BLOCK */
.leadmagnet_block{
    display: flex;
    padding: 20px;
    align-items: center;
    gap: 20px;
    align-self: stretch;

    border-radius: 10px;
    border: 1px solid var(--Gray-CACACA, #CACACA);
    background: var(--White-FFFFFF, #FFF);
    margin: 60px 0;
}
.leadmagnet_block_content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex: 1 0 0;
}
.leadmagnet_block_img{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Blue-001585, #001585);
    overflow: hidden;
}
.leadmagnet_block_title{
    color: var(--Blue-001585, #001585);
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 38.4px */
}
.leadmagnet_block_text{
    color: var(--Gray-4D4D4D, #4D4D4D);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.orange-btn{
    display: flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    width: 100%;
    text-align: center;
    align-self: stretch;
    border-radius: 10px;
    background: var(--Orange-FB641E, #FB641E);

    color: var(--White-FFFFFF, #FFF);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.orange-btn:hover{
    color: #ffffffe7;
}

@media (max-width: 991px) {
    .leadmagnet_block{
        flex-direction: column;
    }
    .leadmagnet_block_title{
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
    }
    .leadmagnet_block_img{
        flex: auto;
    }
}
@media (max-width: 540px) {
    .leadmagnet_block_content{
        gap: 10px;
    }
    .orange-btn{
        margin-top: 10px;
    }
    .leadmagnet_block{
        padding: 10px;
    }
}
/* END LEADMAGNET_BLOCK */
/* End */
/* /academy/blog/form.css?17748740061494 */
/* /local/templates/nadpo_visually/components/bitrix/news.detail/blog/style.css?17748740704251 */
