

/* Start:/nauka-i-universitety/css/style.css?17876703626499*/
.flex-container {
    display:flex;
    gap: 30px;
}

.flex-container div {
    flex:1;
}

.flex-container_video div:first-child{
    flex: 1;
}

.flex-container_video div:last-child{
    flex: 2;
}

.video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

@supports not (aspect-ratio: 1) {
    .video {
        height: 400px;
    }
}

.section_bottom {
    background:#00AEEF;
    color:#FFF;
}

.section_bottom__inner {
    max-width: 1470px;
    margin: auto;
    padding: 160px 30px;
    gap:30px;
}
.section_bottom__inner img {
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.static-layout__header {
    display: flex;
    flex-direction: column;
    padding-top: 250px;
}

.static-layout-description .header__logo {
    margin-bottom: 50px;
    width: 148px;
}

.static-layout__h1 {
    max-width:600px;
    margin-bottom: 0 !important;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 69.3408px;
    line-height: 74px;
}

.static-layout__date {
    order:2;
    display: inline-flex;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 27.8667px;
    line-height: 33px;
    text-transform: uppercase;
}

.static-layout__title {
    order: 3;
    display: inline-flex;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 69.3408px;
    line-height: 74px;
    /* or 107% */
    text-transform: uppercase;
    /* max-width: 1000px; */
    text-align: left;
}

.static-layout__description {
    order:4;
    margin-top: 15px;
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    /* or 133% */
}

.static-layout-description:nth-child(2) {
    position: absolute;
    right: 30px;
    top: -200px;
}

.c-accordion{
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    width: 80%;
}

.learn-more {
    width: 20%;
    display: flex;
    flex-direction: column;
    flex:0.3 !important;
}

.learn-more img {/* max-width: 500px; */margin: auto;}

.b-docs-wrap {
    min-width: 100%;
    flex:0 !important;
}
.card__modal-detail-main-column1, .card__modal-detail-main-column2 {
flex:1;
}

.card__modal-detail-main .flex-container {
    gap:30px;
}

.card__modal-detail-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #F7F7F7;
    gap: 40px;
}

.c-accordion__item:not(:last-child) {
    border-bottom: 1px solid #C9C9C9;
}
.c-accordion__toggle {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #14394F;
    padding: 25px 40px 25px 40px ;
    display: inline-block;
    position: relative;
    width: 100%;
    transition: 0.3s;
}
.c-accordion__toggle.-is-active{
    padding: 25px 40px 5px 40px ;
}
.c-accordion__content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4E4D4D;
    margin-top:15px;
    padding: 25px 40px 30px 40px ;
    max-width: 100%;
    background:#F7F7F7;
}
.c-accordion__toggle::before{
    content: "+";
    /* text-align: center; */
    display: block;
    position: absolute;
    right: 40px;
    top: 13px;
    border: 2px solid #00AEEF;
    transform: rotate(90deg);
    padding: 9px 3px 9px 4px;
    color: #00AEEF;
    border-radius: 50%;
    font-size: 45px;
    font-family: serif;
    font-weight: 500;
    transition: 0.3s;
    line-height: 14px;
}
.c-accordion__toggle.-is-active::before{
    transform: rotate(-45deg);
}
.section_spic {
    margin: 140px 0;
}
.spic .item {
    margin-top: 45px;
    display: flex;
    width: 50%;
    padding-right: 30px;
    align-items: center;
}
.spic .item.alone {
    width: auto;
}
.spic .item img {
    margin-right: 30px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
}
.section_spic .spic {
    display: flex;
    flex-wrap: wrap;
}
.c-accordion__toggle.-is-active:hover:before {
    background: aliceblue;
}
.c-accordion__toggle:not(.-is-active):hover:before {
    -webkit-transform: rotate(60deg);
    -moz-transform: rotate(60deg);
    -o-transform: rotate(60deg);
    transform: rotate(60deg);
}
.c-accordion__toggle:not(.-is-active):hover {
    background: aliceblue;
}

.col .list_of_functions > div {
    width: 100%;
}
.ul-checklist li{
    list-style-type: none;
    margin: 20px 0;
    position: relative;
    width: 50%;
    padding-right: 25px;
}
ul.ul-checklist {
    display: flex;
    flex-flow: wrap;
}
.ul-checklist li::before{
    content: "";
    display: block;
    position: absolute;
    left: -40px;
    top: 0;
    height: 26px;
    width: 26px;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.69503 11.9153L11.6442 16.8644L19.3391 9.1695M25 13C25 19.6274 19.6274 25 13 25C6.37258 25 1 19.6274 1 13C1 6.37258 6.37258 1 13 1C19.6274 1 25 6.37258 25 13Z' stroke='%2300AEEF' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.color-cian{color: #00AEEF;} .fz-20{font-size: 20px;}
.mark_color-cian {
    padding-left: 20px;
}
.mark_color-cian li::marker {
    color: #00AEEF;
}
span.c-accordion__toggle-title {
    padding-right: 55px;
    display: block;
}
.back_button {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: -60px 0 48px 0;
    display: block;

}
.back_button span {
    transition: 0.2s;
    padding-left: 7px;
}
.back_button:hover span {
    padding-left: 11px;
}

.b-docs-wrap .b-pdf-link {
    /*background-size: contain;*/
}

@media (max-width: 1024px) {
    .flex-container {
        flex-direction: column;
        align-items: center;
    }
    .c-accordion {
        width: 100%;
    }
    .learn-more {
        width: auto !important;
        display: flex;
        justify-content: center;
        flex-direction:column;
        align-items:center;
    }
    .section_bottom__inner {
        padding: 50px 30px;
    }
    .static-layout__h1 {
        font-size: 10vw;
        line-height: 12vw;
    }
    .static-layout-description:nth-child(2) {
        position: static;
        display: flex;
        justify-content: space-around;
        margin-top:50px;
    }
    .static-layout__header {
        padding-bottom: 50px;
    }
    .static-layout-description .header__logo {
        width: 168px;
    }
    .flex-container div {
        width: 100%;
    }
}


/* End */


/* Start:/bitrix/components/utmn/content-grid/templates/.default/style.css?1787670334162*/
.content-grid{
  display: grid;
  grid-gap: 30px;
  grid-auto-flow: row;
}
.content-grid__center{
	align-items: center;
}
.content-grid__end{
	align-items: end;
}
/* End */
/* /nauka-i-universitety/css/style.css?17876703626499 */
/* /bitrix/components/utmn/content-grid/templates/.default/style.css?1787670334162 */
