

/* Start:/local/templates/shop/styles.css?177918514523886*/
button.btn { /* ios 10 */
    display: inline-block;
    text-align: center;
}
.btn {
    display: inline-flex;
    align-items: center;
    padding: 16px 35px;
    justify-content: center;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    transition: color .2s, background .2s;
    white-space: nowrap;
    cursor: pointer;    border-color: transparent;
}

.block_educations .block_educations--item{
    margin-right: 20px;
    align-self: center;
    padding: 5px 15px;
    border-radius: 40px;
    background-color: #f7d361;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}
.section.section_course {
    padding: 30px 65px;
}

@media (max-width: 1100px) {
    .section.section_course {
        padding: 14px 14px 33px;
    }
}

.section__info-subtitle {
    position: relative;
    padding-left: 23px;
    font-size: 22px;
    line-height: 27px;
    max-width: 47%;
    margin-bottom: 27px;
}


@media (max-width: 1100px) {
    .section__info-subtitle{
        max-width: 100%;
    }
}

.section__info-subtitle span {
    position: absolute;
    display: block;
    width: 6px;
    top: 0;
    left: 0;
    height: 100%;
}

.section__info {
    margin-left: 23px;
    gap: 14px;
}

@media (max-width: 1100px) {
    .section__info {
        margin-left: 0px;
    }
}

.section__info .block_educations--item{
    display: flex;
    padding: 5px 15px;
    border-radius: 40px;
    background-color: #f7d361;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 10px;
}

.p-wrap-top__duration_new {
    margin-left: 0;
}

.p-wrap-top__duration_new .tooltip__icon {
    font-size: 12px;
    font-weight: 500;
}

.section--top .p__format.p__format_new {
    margin-top: 28px;
    margin-left: 23px;
    margin-bottom: 0;
    color: #808CB0;
}

@media (max-width: 1100px) {
    .section--top .p__format.p__format_new {
        margin-left: 0px;
        margin-bottom: 26px;
    }
}

@media (max-width: 768px) {
    .section--top .p__format.p__format_new {
        margin-top: 25px;
        margin-bottom: 26px;
    }
}

.section--top .p__format.p__format_new span {
    font-weight: 400;
    font-size: 14px;
    margin-right: 0;
    line-height: 16px;
    color: #808CB0;
}

.p-wrap-top__educations--item{
    margin-left: 10px;
}
.p-wrap-top__educations--item img {
    width: 25px;
    height: auto;
    margin: 0 5px 0 5px;
}
.main_container{
    background: #fff;

}

.section_course-buttons {
    position: absolute !important;
    display: flex;
    gap: 15px;
    bottom: 24px;
    right: 64px;
}

@media (max-width: 1100px) {
    .section_course-buttons {
        position: relative !important;
        bottom: unset;
        right: unset;
        width: 100%;
    }
}

@media (max-width: 568px) {
    .section_course-buttons {
        gap: 12px;
        flex-direction: column;
    }
}

.section_course-buttons a {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    padding: 13px 48px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

@media (max-width: 1100px) {
    .section_course-buttons a {
        width: calc(50% - 7px);
        max-width: 50%;
    }
}

@media (max-width: 568px) {
    .section_course-buttons a {
        max-width: 100%;
        width: 100%;
    }
}

.book-course {
    background: #034494;
    border-radius: 2px;
    color: #fff;
    width: auto;
}

@media (min-width: 768px) {
    .book-course:hover {
        border: 2px solid #034494;
        background: #FFFFFF;
        color: #034494;
    }
}

.course-program {
    background: #FFFFFF;
    border: 2px solid #034494;
    border-radius: 2px;
    color: #034494;
    padding: 13px 50px;
    width: auto;
}

@media (min-width: 768px) {
    .course-program:hover {
        background: #034494;
        color: #fff;
    }
}

@media (max-width: 500px) {

    .p-wrap-top__educations--item img {
        width: 20px;
        margin: 4px 4px 0 4px;
    }
}
@media (max-width: 400px) {
    .p-wrap-top__educations--item{
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .btn {
        padding: 16px 18px
    }
}
.btn--yellow {
    background-color: #F7D361;
}

.btn--blue {
    background-color: #034B94;
    color: #fff;
}

.btn--full {
    width: 100%;
}
.btn--clear {
    background-color: transparent;
    border: 1px solid #034B94;
    border-radius: 2px;
    color: #034B94;
}






@media (max-width: 1279px) {
    .btn--clear {
        padding: 16px 20px
    }
}

.btn--clear .plus {
    width: 25px;
    height: auto;
    padding: 0;
    margin-right: 10px;
}
.btn--clear .plus:before,
.btn--clear .plus:after {
    background-color: #034B94;
}
.btn.disable {
    background-color: #E8EFF6;
    color: #808CB0;
    cursor: default;
}

.link--pseudo {
    padding: 3px 0;
    border-bottom: 1px dashed currentColor;
    text-decoration: none;
    line-height: 0.8;
    white-space: nowrap;
    cursor: pointer;
}


.f__socials { /* обертка */
    display: flex;
    padding-top: 35px;
    align-items: center;
}
@media (max-width: 1023px) {
    .f__socials {
        justify-content: center;
        padding: 15px;
        border-top: 2px solid rgba(255,255,255,.28)
    }
}
.f__social { /* элементы */
    display: flex;
    opacity: .5;
    transition: .2s;
}
.f__social:not(:last-of-type) {
    margin-right: 10px;
}
@media (max-width: 1023px) {
    .f__social:not(:last-of-type) {
        margin-right: 20px
    }
}

.f__social img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.f-bottom {
    background-color: #EDF3FB;
}
.f-bottom__inner {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 14px;
    line-height: 1;
    color: #808CB0;
}

.f-contact { /* элемент блока контактов */
    display: flex;
    color: #CCDBEB;
}
.f-contact:not(:last-child) {
    margin-bottom: 15px;
}
.f-contact__img {
    min-width: 20px;
    max-width: 20px;
    height: 24px;
    margin-right: 10px;
    text-align: center;
}
.f-contact__img:not(.init) {
    border-radius: 5px;
}
.f-contact__img img {
    vertical-align: middle;
}
.f-contact__img img:not(.init) {
    width: 20px;
    height: 15px;
    border-radius: 5px;
}
.f-contact a {
    transition: color .2s;
}

/*.styled-text a--icon, .styled-text .link--icon {
    display: inline-block;
    padding-left: 27px;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='i-icon' viewBox='0 0 20 20'%3E%3Cpath id='download-file_arrow_down' d='M194,420.5H180v20h20V426.709Zm4,18H182v-16h5v11.583l-2.529-2.427-1.354,1.453,4.951,4.671,4.893-4.671-1.354-1.453L189,434.083V422.5h3v6h6Z' transform='translate(-180 -420.5)' fill='%23034b94'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    transition: background-image .2s;
}
.styled-text a, .styled-text .link {
    color: #034B94;
    text-decoration: underline;
    transition: color .2s;
}*/

.b-tabs-text {
    display: flex;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .b-tabs-text {
        display: block
    }
}
.b-tabs-text__img {
    max-width: 400px;
}
@media (max-width: 1023px) {
    .b-tabs-text__img {
        max-width: 300px
    }
}
@media (max-width: 767px) {
    .b-tabs-text__img {
        max-width: 100%
    }
}
.b-tabs-text__img:not(.init) {
    min-width: 400px;
    height: 270px;
}
@media (max-width: 1023px) {
    .b-tabs-text__img:not(.init) {
        min-width: 300px;
        height: 200px
    }
}
.b-tabs-text__content {
    padding-left: 30px;
}
@media (max-width: 767px) {
    .b-tabs-text__content {
        margin-top: 15px;
        padding-left: 0
    }
}

@media (max-width:500px) {
    .styled-table__row>div:first-child {
        width: auto;
        margin-bottom: 5px
    }
}

.styled-text table {
    display: block;
    width: 100%!important;
    border-collapse: collapse;
    border-color: transparent;
    margin-bottom: 20px;
    overflow-x: auto
}

@media (max-width:500px) {
    .styled-text table {
        white-space: nowrap
    }
}

.styled-text table.table-styled tr:first-child {
    background-color: #EDF3FB;
    line-height: 17px;
    font-size: 14px;
    font-weight: 700
}

.styled-text tr {
    display: table-row;
    background-color: #fff;
    border-bottom: 2px solid #EDF3FB
}

.styled-text td {
    padding: 13px 16px;
    border: 0
}

.styled-text td:first-of-type {
    min-width: 190px
}

@media (max-width:767px) {
    .styled-text td:first-of-type {
        min-width: 100px
    }
}

.styled-text td img {
    height: auto;
    width: auto;
    font-family: object-fit\:contain;
    -o-object-fit: contain;
    object-fit: contain
}

.styled-text .link:not(.btn),
.styled-text a:not(.btn) {
    color: #034b94;
    text-decoration: underline;
    transition: color .2s
}

.styled-text .link:not(.btn):hover,
.styled-text a:not(.btn):hover {
    color: #3e9dff
}

.styled-text .link--icon {
    display: inline-block;
    padding-left: 27px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='i-icon' viewBox='0 0 20 20'%3E%3Cpath d='M14 0H0v20h20V6.209zm4 18H2V2h5v11.583l-2.529-2.427-1.354 1.453 4.951 4.671 4.893-4.671-1.354-1.453L9 13.583V2h3v6h6z' fill='%23034b94'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 20px;
    transition: background-image .2s
}

.styled-text .link--icon:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' class='i-icon' viewBox='0 0 20 20'%3E%3Cpath d='M14 0H0v20h20V6.209zm4 18H2V2h5v11.583l-2.529-2.427-1.354 1.453 4.951 4.671 4.893-4.671-1.354-1.453L9 13.583V2h3v6h6z' fill='%233E9DFF'/%3E%3C/svg%3E")
}

.styled-text .link--icon span {
    padding: 0
}

.styled-text ol,
.styled-text ul {
    padding-left: 0;
    margin: 20px 0
}

.styled-text ol li,
.styled-text ul li {
    font-weight: 400
}

.styled-text ol li:not(:last-child),
.styled-text ul li:not(:last-child) {
    margin-bottom: 10px
}

.styled-text ol li ol,
.styled-text ol li ul,
.styled-text ul li ol,
.styled-text ul li ul {
    margin: 12px 0
}

.styled-text ol {
    counter-reset: a
}

.styled-text ol li {
    position: relative;
    list-style-type: none
}

.styled-text ol li:before {
    counter-increment: a;
    content: counters(a, "")".";
    margin-right: 5px;
    color: #034b94;
    font-weight: 700
}

.styled-text ul {
    list-style-type: none
}

.styled-text ul li:before {
    counter-increment: none;
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 10px 2px 0;
    border-radius: 50%;
    background-color: #034b94
}

.styled-text .title-1,
.styled-text h1 {
    max-width: 100%;
    margin: 0;
    margin-bottom: 21px;
    font-size: 34px;
    line-height: 1.3
}

@media (max-width:1023px) {
    .styled-text .title-1,
    .styled-text h1 {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .styled-text .title-1,
    .styled-text h1 {
        font-size: 26px
    }
}

@media (max-width:500px) {
    .styled-text .title-1,
    .styled-text h1 {
        margin-bottom: 19px;
        font-size: 20px
    }
}



.styled-text .title-2,
.styled-text h2 {
    margin: 0;
    margin-bottom: 25px;
    margin-right: 15px;
    font-size: 30px;    
    font-weight: 400;
}

@media (max-width:767px) {
    .styled-text .title-2,
    .styled-text h2 {
        margin-bottom: 15px;
        font-size: 20px
    }
}

@media (max-width:500px) {
    .styled-text .title-2,
    .styled-text h2 {
        margin-right: 0
    }
}

.styled-text .title-2:first-child:last-child,
.styled-text h2:first-child:last-child {
    margin-bottom: 0
}

.styled-text .title-3,
.styled-text h3 {
    margin: 0;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 22px
}

.styled-text .title-4,
.styled-text h4 {
    margin: 0;
    margin-bottom: 39px;
    margin-right: 15px;
    font-size: 18px
}

@media (max-width:1279px) {
    .styled-text .title-4,
    .styled-text h4 {
        margin-bottom: 20px
    }
}

@media (max-width:767px) {
    .styled-text .title-4,
    .styled-text h4 {
        margin-bottom: 15px;
        font-size: 14px
    }
}

@media (max-width:500px) {
    .styled-text .title-4,
    .styled-text h4 {
        margin-right: 0
    }
}

.styled-text .title-4:first-child:last-child,
.styled-text h4:first-child:last-child {
    margin-bottom: 0
}

.p-wrap-top__right {
    display: flex;
    gap: 30px;
    margin-left: auto;
    color: #034b94;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    align-items: center;
}
.p-wrap .tooltip__mark{
    display: none;
}
.tooltip__close {
    pointer-events: all;
    cursor: pointer;
    top: -2px;
    position: absolute;
    right: 10px;
    bottom: 7px;
    font-size: x-large;
    width: 20px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
}

.section--bg [data-complex-section-container-selected="false"] ~ [data-complex-section-container-selected="false"] .tooltip__mark {
    display: none !important;
}
@media (min-width: 768px) {    
    .section--bg [data-complex-section-container-selected="true"]:first-child .tooltip__mark:not(.hidden-hint) {
        display: flex !important;
    }
}
.section--bg [data-complex-section-container] .tooltip__mark{
    display: inline-flex;
    position: absolute;
    padding: 12px 25px 12px 19px;
    height: fit-content;
    width: 320px;
    right: 0;
    height: auto;
    font-weight: 500;
    border-radius: 2px;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    background-color: #FFE495;
    transform: translateY(-5px);
    box-shadow: 0 3px 15px rgba(8,6,188,.15); /* --blue-h */
    white-space: normal;
    text-align: center;
    pointer-events: none;
    top: -55px;
    margin-bottom: 5px;
    transition: opacity 1s;
}
@media (max-width: 767px) {
    .section--bg [data-complex-section-container] .tooltip__mark{
        position: static;
        width: 100%;
        margin-top: 15px;
    }
}

.section--bg [data-complex-section-container]:nth-child(3) .tooltip__mark {
    display: none;
}

.hidden-hint {
    display: none !important;
}
.fade-out {
    opacity: 0; 
}

.section [data-complex-section-container]:nth-child(2) [data-hint-text]{
    white-space: pre-wrap;
}

.section [data-complex-section-container] .tooltip__mark::after {
    content: '';
    width: 13px;
    height: 13px;
    position: absolute;
    top: 113%;
    right: 50%;
    transform: translateY(-120%) translateX(50%) rotate(45deg);
    background-color: #FFE495;
    z-index: -1;
}
@media (max-width: 767px) {
    .section--bg [data-complex-section-container]:nth-child(2) .tooltip__mark{
        position: relative;
        top: 0 !important;
        margin-bottom: 0;
        margin-top: 15px;
        width: 100%;
        display: flex;
        min-height: 50px;
        justify-content: center;
        align-items: center;
        padding: 12px 25px;
    }
    .section--bg [data-complex-section-container] .tooltip__mark::after {
        top: 0px;
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 22px solid #FFE495;
        transform: translateY(-90%) translateX(50%) rotate(0deg);
        background-color: transparent;
    }
}


.p-wrap-top__right > div {
    text-align: center;
}
.p-wrap-top__right .more-date {
    display: flex;
    justify-content: center;
}

.p-wrap-top__right > div *:not(.p-wrap-top__right__title) {
    font-weight: 500;
}

.p-wrap-top__date > div:nth-child(2) {
    display: flex;
    align-items: center;
    gap: 10px;
}

.p-wrap-top__right [data-toggle-text] {
    align-self: center;
}
.p-wrap-top .p-wrap-top__show {
    fill: #4061a6;
    color: #034b94;
}

.p-wrap-top.active .p-wrap-top__show {
    fill: #fff;
    color: #fff;
}

.p-wrap-top.active .p-wrap-top__right {
    color: #fff;
}
.p-wrap-top__right .bitrix{
    width: 185px;
    height: 80px;
    text-wrap: balance;
    justify-content: center;
    display: flex;
    align-items: center;
}
.p-wrap-top.active .p-wrap-top__right__title{
    color: #fff;
}
.p-wrap-top .p-wrap__no-date{
    fill: #808CB0;
    color: #808CB0;
}
.p-wrap-top.active .p-wrap__no-date{
    fill: #fff;
    color: #fff;
}

.p-wrap-top.active .p-wrap-top__right  svg *{
    fill: #fff;
}

.p-wrap-top__right .show-more {
    align-self: center;
    width: 113px;
    gap: 12px;
    display: flex;
    align-items: center;
}

.p-wrap-top .p-wrap-top__right a {
    align-self: center;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    font-weight: 500;
    width: 113px;
}
.p-wrap-top__left {
    width: 60%;
}

.p-wrap-top__left .p-wrap-top__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    width: 100%;
    gap: 6px;
}

.p-wrap-top__left .p-wrap-top__title svg {
    margin-top: 7px;
    flex: 0 0 16px;
}
@media (max-width: 1000px) {
    .p-wrap-top__left .p-wrap-top__title svg {
        margin-top: 5px;
    }
}

@media (max-width: 500px) {
    .p-wrap-top .p-wrap-top__left {
        width: 90%;
    }
}

.p-wrap-top.active .p-wrap-top__left .p-wrap-top__title svg * {
    stroke: #fff;
}

.p-wrap-top__left .p-wrap-top__duration {
    margin-left: 0;
    margin-top: 10px;
    display: inline-flex;
}

.p-wrap .p-wrap-top {
    gap: 4rem;
}

.p-wrap__items__content .p__info {
    align-items: flex-start;
}

.p-wrap__items__content .p__info > div:not(.books-s__options) {
    flex-direction: column;
    align-items: flex-start;
}
/* @media (min-width: 560px) {        
    .p-wrap__items__content .p__info > div:first-child:not(.books-s__options) {
        width: fit-content !important;
    }
} */

.p__info-wdth {
    min-width: 200px;
}

.p__info-wdth .p__info-wdth-data {
    color: #034B94;
    font-size: 18px
}

.p-wrap__items__content .p__info > div:last-child {
    gap: 12px;
}

.p-wrap__items__content .p__info * {
    margin-bottom: 0;
}

.p-wrap__items__content .p__content {
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.p-wrap__items__content .p__content > div:nth-child(2) {
    display: flex;
    gap: 12px;
}

.p-wrap__items__content .p__lecturer.block {
    display: flex !important; 
    align-items: flex-start;
}
@media (max-width: 767px) {
    .p-wrap__items__content .p__lecturer.block {
        display: flex !important; 
        align-items: flex-start;
        flex-direction: column;
    }
}

.p-wrap__items__content .p__content__title {
    min-width: 138px;
}

.p-wrap__items__content .p__date,
.p-wrap__items__content .p__exams {
    display: flex;
    align-items: center;   
}

.p-wrap__items__content .p__date > span:nth-child(2) {
    color: #034B94;
    display: flex;
    align-items: center;
    gap: 9px;    
}

.p-wrap__items__content .p__date > span:nth-child(2)::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #5CC971;
    border-radius: 50%;
    display: block;
}
.p__content__calendar {
    display: none;
}


.p-wrap__items__content .p__content__calendar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
}

.p-wrap__items__content .p__content__calendar > div:first-child {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 2px;    
}

@media (max-width: 600px) {
    .p-wrap__items__content .p__content__calendar .p__content__calendar__content {
        flex-direction: column;
    }
}

.p-wrap__items__content .p__content__calendar svg {
    transform: rotate(180deg);
}
.p-wrap__items__content .p__content__calendar .active svg {
    transform: rotate(0deg);
}

.p-wrap__items__content .p__content__calendar__content {
    display: flex;
    gap: 26px;
}

.p-wrap__items__content .p__content__calendar__content .datepicker--nav-action {
    transform: rotate(180deg);
}

.books-s__options {
    flex-direction: column;
}
.p__schedule {
    display: none;
    cursor: pointer;
}
.p__format a {
    color: #034B94;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px;
    background: #EDF3FB;
    border-radius: 40px; border: 1px #034B94 solid;
    padding: 4px 15px;
}

.p-wrap__items__content .p__exams {
    align-items: flex-start;
    margin: 12px 0;
}

.p-wrap-top__price > div {
    display: flex;
    flex-direction: column;
}

.p-wrap-top__price > div span {
    line-height: normal;
}

.p-wrap__items__content .books-s__options {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.p-wrap-top__show a {
    width: 100%;
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: right;
}

@media (max-width: 1112px) {
    .p-wrap-top {
        flex-wrap: wrap;
        gap: 16px !important;
    }
    .p-wrap-top__left {
        width: 45%;
        .p-wrap-top__title {
            line-height: 1;
            font-size: 16px;
        }
    }

    .p-wrap-top__right {
        flex-wrap: wrap;
        row-gap: 14px;
        justify-content: right;
        width: 50%;
        gap: 30px;
        font-size: 16px;
        font-weight: 400;
        margin: 0;
    }
    .p-wrap-top__show {
        width: 100%;
        border-top: 1px solid #DEE7F1;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        font-weight: 700;
        padding-top: 16px;
    }
    .p-wrap-top__show a {
        width: auto;
        align-items: center;
        display: flex;
        gap: 10px;
        margin-left: 10px;
    }
}

@media (max-width: 767px) {
    .p-wrap-top__left {
        width: 90%;
    }
}

@media (min-width: 430px) {
    .p__schedule {
        display: none !important;
    }
}
@media (max-width: 430px) {
    .p__schedule {
        margin: 10px 0 !important;
    }
    .p__content__calendar {
        display: none !important;
    }
}

@media (max-width: 420px) {

    .p-wrap .p-wrap-top {
        gap: 14px !important;
    }

    .p-wrap-top__left {
        padding: 0;
        width: 100%;
        font-weight: 600;
    }

    .p-wrap-top__show {
        width: 100%;
        justify-content: center;
    }

    .p-wrap-top__right .show-more {
        padding: 14px 0 0;
        width: 100%;
    }

    .p-wrap__items__content .p__info > div:first-child {
        width: 100%;
        margin-bottom: 12px;
    }

    .p-wrap__items__content .p__content > div:nth-child(2) {
        display: none;
    }

    .p-wrap-top .p-wrap-top__right a {
        width: 100%;
        justify-content: center;
        border-top: 1px solid #808CB0;
        padding: 14px 0 0;
    }
    .p-wrap__items__content .p__schedule {
        margin: 12px 0;
        display: block;
    }
    .p-wrap__items__content .p__schedule a {
        display: flex;
        align-items: center;
    }
    .p-wrap__items__content .p__schedule .show {
        display: flex;
        justify-content: center;
        gap: 5px;
        text-wrap: nowrap;
    }

    .p-wrap__items__content .p__info .books-s__options {
        flex-direction: column;
        align-items: flex-start;
    }
}

.swiper-slide .p__info > div {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.swiper-slide .p__info > div > div {
    display: flex;
    align-items: center;
}

/* .datepicker--nav-action {
    transform: rotate(180deg);
} */

.p__format {
    @media (max-width: 767px) {
      gap: 10px;
    }
}

@media (max-width: 767px) {
    .p-wrap[data-complex-section-container] .p.active {
        border-left: 2px solid #034b94
    }

    .p-wrap .p-wrap-top__right .bitrix.p-wrap__no-date {
        justify-content: flex-start;
    }
}
/* End */


/* Start:/local/templates/shop/css/mobile-phone.css?1716380977259*/
.mobile-flags{
    display: inline-block;
    width: 100px;
    background-color: red;
}

.b-form__item .mobile-input input{
    display: inline-block;
    width: calc(100% - 105px);
}

.mobile-flags,
.mobile-input{
    vertical-align: middle;
}
/* End */
/* /local/templates/shop/styles.css?177918514523886 */
/* /local/templates/shop/css/mobile-phone.css?1716380977259 */
