

/* Start:/local/templates/academica_2025/components/bitrix/main.include/nbDirText/style.css?17510197801187*/
.nbDirText {
    position: relative;
    padding: 1.875rem;
    border-radius: .675rem;
    background: #f5f5f5;
    margin-bottom: 4rem;
    overflow: hidden;
}
.nbDirText:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 21%;
    height: 100%;
    background: url("/images/main/pattern_dec.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.nbDirText_img {
    height: 100%;
    border-radius: .675rem;
    overflow: hidden
}

.nbDirText_img .img2BgAndLink {
    padding-top: 56%;
}

.nbDirText_text {
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 1.75rem;
    color: #595959;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
}

.nbDirText h2 {
    color: #595959;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
}

.nbDirText_img > div, .nbDirText_img > div > div {
    height: 100%;
}



@media (max-width: 767px) {
    .nbDirText_img,
    .nbDirText_text{
        margin-top: 1.5rem;
    }
    .nbDirText:before {
        display: none;
    }
}
/* End */


/* Start:/local/templates/academica_2025/components/bitrix/main.include/img2BgAndLink/style.css?1751019780472*/
.img2BgAndLink{display: flex; align-items:center; padding: 1.125rem; width: 100%; font-weight: 900; font-size: 1.5rem; color:#fff; -webkit-background-size: cover;
background-size: cover;background-position: center; transition: box-shadow .2s ease-in; background-repeat: no-repeat; }
.img2BgAndLink_name{width: 50%; line-height: 1.2em;}
a.img2BgAndLink:hover{text-decoration: none; color:#fff; box-shadow: inset 10px 10px 300px 200px rgba(0,0,0,0.3); cursor: pointer;}

/* End */


/* Start:/local/templates/academica_2025/components/bitrix/system.pagenavigation/.default/style.css?1751019780848*/
.nbPagination {text-align: center;}
.nbPagination__container {list-style: none; margin: 0; padding: 0;}
.nbPagination__page {display: inline-block; margin: 0 1px;}
.nbPagination__page._prev {}
.nbPagination__page._next {}
.nbPagination__page._active {}
.nbPagination__page._all {}
.nbPagination__item {display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  color: #baa479;
  -webkit-border-radius:0px;
  -moz-border-radius: 0px;
  border-radius: 0px; 
  text-align: center; 
  padding: 5px 5px;
  border: 1px solid #baa479;
  opacity: 0.5;
}
.nbPagination__page._active .nbPagination__item,
.nbPagination__item._link {opacity: 1;}
.nbPagination__item._link:hover,
.nbPagination__page._active .nbPagination__item {background: #baa479; color: #fff; text-decoration: none;}

.nbPagination__item._link {}

/* End */


/* Start:/local/templates/academica_2025/components/bitrix/news.list/nbPrice/style.css?17510197816684*/
.nbPrice .accordion-item {
    margin-bottom: 2.375rem;
}

.nbPrice .accordion-item:first-of-type .accordion-button,
.nbPrice .accordion-item:first-of-type,
.nbPrice .accordion-item,
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
    border: none;
}

.nbPrice .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
    color: #000;
    transition: 0.5s;
    font-weight: 500;
    font-size: 1.5rem;
    padding: 1.1rem 4.38rem 1.1rem 2.06rem;
}
.nbPrice .accordion-button_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 3.75rem;
    width: 3.75rem;
    height: 3.75rem;
    background: #fff;
    border-radius: 50%;
    transition: 35s;
}

.nbPrice .accordion-button_icon svg {
    min-width: 24px;
    width: 24px;
    height: 36px;
    transition: .35s;
}

.nbPrice .accordion-button.collapsed .accordion-button_icon {
    background: var(--color-secondary);
    transition: 35s;
}

.nbPrice .accordion-button.collapsed .accordion-button_icon svg {
    transform: rotate(180deg);
    transition: .35s;
}





.nbPrice .accordion-button:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18%;
    height: 100%;
    background: url("/images/main/pattern.svg");
    opacity: .25;
}
.nbPrice .accordion-button::after {display: none;}
/*.nbPrice .accordion-button.collapsed::after {*/
/*    display: none;*/
/*    z-index: 5;*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25px' height='15px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M13.203,13.529 L23.525,2.949 C24.182,2.276 24.182,1.185 23.525,0.512 C22.868,0.160 21.804,0.160 21.148,0.512 L12.14,9.873 L2.881,0.512 C2.225,0.160 1.160,0.160 0.504,0.512 C0.152,1.185 0.152,2.276 0.504,2.949 L10.826,13.529 C11.154,13.865 11.584,14.33 12.14,14.33 C12.444,14.33 12.875,13.865 13.203,13.529 L13.203,13.529 Z'/%3E%3C/svg%3E") !important;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    border-radius: 50%;*/
/*    background: var(--color-secondary);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

/*.nbPrice .accordion-button::after {*/
/*    display: none;*/
/*    z-index: 5;*/
/*    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 15'%3E%3Cpath fill-rule='evenodd' fill='rgb(0,0,0)' d='M1 14L13.5 1L26 14L13.5 4L1 14Z'/%3E%3C/svg%3E") !important;    width: 60px;*/
/*    height: 60px;*/
/*    border-radius: 50%;*/
/*    background: #fff;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*}*/

.nbPrice .accordion-button.collapsed {
    border-radius: .625rem !important;
    background: var(--color-primary);
    background-repeat: no-repeat;
    background-position: right;
    color: #000;
    box-shadow: none !important;
}

.nbPrice .accordion-button:not(.collapsed) {
    box-shadow: none !important;
    background: var(--color-secondary);
    background-repeat: no-repeat;
    background-position: right;
    color: #fff;
    border-radius: .675rem .675rem 0 0 !important;
}

.nbPrice .accordion-body {
    border: 1px solid #f7f7f7;
    border-radius: 0 0 .675rem .675rem;
    padding: 0;
}

.nbPrice_item {
    padding: 1.56rem 4.37rem 1.56rem 2.5rem;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    flex-wrap: wrap;
}

.nbPrice_item_DOP_PRICE {
    width: 100%;
    background: #f7f7f7;
    margin-left: 2.5rem;
    padding: 0 1rem;
    overflow: hidden;
    border-radius: 0.625rem;
    margin-top: 1.5rem;
    margin-right: -1rem;
    margin-bottom: 1rem;
}

.nbPrice_Dopitem {
    display: flex;
    align-items: center;
    padding: 1rem 0;
    border-bottom: 1px solid #9ee2ef;
}

.nbPrice_Dopitem:last-child {
    border-bottom: 0;
}

.nbPrice_item:nth-child(even) .nbPrice_item_DOP_PRICE {
    background: #fff;
}

.nbPrice_item:nth-child(even) {
    background: #f7f7f7;
}

.nbPrice_quest {
    width: 3rem;
}

.nbPrice_itemName {
    flex: 1;
}

.nbPrice_itemStiker {
    width: 12.25rem;
}

.nbPrice_itemPrice {
    width: 9rem; 
    text-align: right;
}

.nbPrice_q {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    background: var(--color-secondary);
}

.nbPrice_qText {
    position: absolute;
    bottom: calc(100% + 1rem);
    border: 1px solid #cecece;
    left: -1.5rem;
    display: none;
    padding: 1rem;
    background: rgba(255, 255, 255, 1);
    width: 700px;
    border-radius: .625rem;
    color: #000;
}

.nbPrice_qText:before {
    position: absolute;
    left: 1.8rem;
    top: 100%;
    content: '';
    width: 0;
    height: 0;
    border-left: .625rem solid transparent;
    border-right: .625rem solid transparent;
    border-top: 1rem solid rgba(255, 255, 255, 1);
    filter: drop-shadow(0px 2px 1px #cecece);

}

.nbPrice_q:hover .nbPrice_qText {
    display: block;
}



.nbPrice_Dopitem_name {
    flex: 1;
    padding-right: 1.5rem;
}

.nbPrice_Dopitem_price {
    font-size: 1.5rem;
    font-weight: 500;
}

.nbPrice_itemStiker_lbl {
    padding: 0.4rem 1.5rem;
    border-radius: .625rem;
    background: #00C9A9;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
}

.nbPrice_itemStiker_lbl.__sale {
    text-indent: -90000px;
    background: url(/local/templates/academica_2025/components/bitrix/news.list/nbPrice/images/percent.png) center top no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    margin-top: -1.55rem;
    height: 5.25rem;
}

.nbPrice_itemStiker {
    height: 100%;
}

/*desktops*/
@media (max-width: 1200px) {}

/*tablets*/
@media (max-width: 991px) {
    .nbPrice_itemStiker {
        width: 10rem;
    }
    .nbPrice .accordion-button {
        padding: 1.1rem 2rem 1.1rem 2rem;
    }
    .nbPrice .accordion-button_icon {
        min-width: 3.25rem;
        width: 3.25rem;
        height: 3.25rem;
    }
    .nbPrice .accordion-button_icon svg {
        min-width: 18px;
        width: 18px;
        height: 30px;
        transition: .35s;
    }
}

/*phones*/
@media (max-width: 767px) {
    .nbPrice_qText {
        width: 300px;
    }
}
/* End */


/* Start:/local/templates/academica_2025/components/bitrix/form.result.new/blueForm/style.css?17510197802128*/
.blueForm{padding: 3.125rem; border-radius: .675rem; color:#fff; background: var(--color-primary) 68% center no-repeat; -webkit-background-size: auto 80% ;
background-size:auto 80% ; margin-bottom: 3rem;}
.blueForm .mainComunication_formTitie2{color:#000;}
.blueForm .fade:not(.show){opacity: 1;}
.blueForm__title {display: none;}
.blueForm._webForm {}
.blueForm__message {}
.blueForm__message {}
.blueForm__message._error {}
.blueForm__message._success {}
.blueForm__message._warning {}
.blueForm__form {}
.blueForm__fieldRow {}
.blueForm__fieldRow._captcha {padding-left: 3rem;}
.blueForm__questionName {}
.blueForm__questionName._required {}
.blueForm__requiredSign {}
.blueForm__questionField {}
.blueForm__questionField._required {}
.blueForm__questionField.has-error .g-recaptcha>div{border: 1px solid #a94442;}
.blueForm__captchaImg {}
.blueForm__action {}
.blueForm__action .btn {height: 3.75rem !important; border-radius: .625rem !important;}
.blueForm__actionBtn.btn:hover{background: #fff; color: var(--color-secondary); border-color: #fff;}
.blueForm__consent {text-align: center; font-size: 12px; padding-top: 0.25rem; margin-bottom: 1.25rem; color:#000;}
.blueForm .ms-choice{background: none; }
.blueForm .ms-choice>span.placeholder{color:#000;}
.blueForm  .ms-choice>div.icon-caret{border-color: #000 transparent transparent transparent;}
.blueForm__actionBtn {display: block; width: 100%; margin-top: 0.6rem;}
.blueForm__col._field{margin-bottom:0.875rem;}
.blueForm .form-control{border: 0; border-radius:0; border-bottom: 1px solid #000; background: none; color: #000;}
.blueForm .form-control:focus {border-color: #000;}
.blueForm .form-control::placeholder{color:#000;}
.nbCaptcha {}
.nbCaptcha._webForm {}
.nbCaptcha__name {}
.nbCaptcha__input {}
.blueForm .blueForm_img {padding-left:4.375rem;}
.blueForm .img2BgAndLink{ border-radius: .675rem;}
.blueForm_img>div{height: 100%;}
.blueForm_img>div>div{height: 100%;}

/*desktops*/
@media (max-width: 1200px) { 

}

/*tablets*/
@media (max-width: 991px) {

}

/*phones*/
@media (max-width: 767px) { 

}
/* End */
/* /local/templates/academica_2025/components/bitrix/main.include/nbDirText/style.css?17510197801187 */
/* /local/templates/academica_2025/components/bitrix/main.include/img2BgAndLink/style.css?1751019780472 */
/* /local/templates/academica_2025/components/bitrix/system.pagenavigation/.default/style.css?1751019780848 */
/* /local/templates/academica_2025/components/bitrix/news.list/nbPrice/style.css?17510197816684 */
/* /local/templates/academica_2025/components/bitrix/form.result.new/blueForm/style.css?17510197802128 */
