.simple-form-email-error {
    top: -14px;
    font-size: 12px;
    position: absolute;
    padding: 5px 20px 0 20px;
    background: transparent;
    color: #ef0900;
    margin-top: 10px;
}
.moto-main-pic-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

/* График выхода на главной */
.table thead th, .table-responsive-sm .table tbody tr {
    border: none;
    border-bottom: 2px solid white;
}
table, .table thead tr{
    background: #DEF3FD;
    background: rgba(182, 205, 253, 0.29);
    border-radius: 25px !important;
}
.table-responsive-sm {
    border-radius: 25px !important;
    overflow: hidden;
}
.schedule-table thead th:first-child, .schedule-table tbody td:first-child {
    padding-left: 3rem;
}
.schedule-table thead * {
    background: #5678BF !important;
    color: white;
}
table {
    margin-bottom: 0rem !important;
}
.schedule-link {
    color: black;
    text-decoration: underline;
}
.schedule-link:hover {color: black;}

.btn-style {
    color: #000;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    background: #FED20C;
    border-radius: 40px;
    padding: 12px 9px;
    display: inline-block;
}
.btn-style:hover {
    text-decoration: none;
    color: #000;
}
.p-b-100 {
    padding-bottom: 100px;
}

.table-schedule-link {
    cursor: pointer;
    color: #5678BF ;
    font-weight: 700;
}
.table-schedule-link:hover{
    text-decoration: underline;
    color: rgba(11, 23, 229, 0.58);
}
.block-hidden {
    display: none;
}


/* Стили для блока Вопрос-ответ */
section.faq {
    z-index: 100;
    position: relative;
    padding-bottom: 50px;
    padding-top: 100px;
}

@media (max-width: 576px) {
    section.faq {
        margin-top: 0;
        clip-path: none;
        padding: 50px 0;
    }
}

section.faq .title {
    padding: 30px 0;
    font-weight: bold;
    font-size: 32px;
    color: #333333;
    text-transform: uppercase;
}

@media (max-width: 992px) {
    section.faq .title {
        font-size: 24px;
    }
}

section.faq .faq-accordion {
    padding-bottom: 40px;
}

section.faq .faq-accordion .card {
    margin-bottom: 10px;
    border: none;
    border-radius: 0;
    padding-bottom: 0;
}

section.faq .faq-accordion .card .card-header {
    background: transparent;
    margin-bottom: 0;
    padding: 0;
    border: none;
    cursor: pointer;
}

section.faq .faq-accordion .card .card-header p {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    padding: 15px 34px;
    border-radius: 0;
    color: #333333;
    text-align: left;
    white-space: inherit;
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
}

@media (max-width: 992px) {
    section.faq .faq-accordion .card .card-header p {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 50px 10px 20px;
    }
}

section.faq .faq-accordion .card .card-header .content-accord[aria-expanded="true"] p {
    color: #333333;
    border-bottom: none;
    border-top: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}

section.faq .faq-accordion .card .card-header p:after {
    content: "";
    position: absolute;
    top: calc(50% - 0.75em);
    right: 1.3em;
    width: 1.5em;
    height: 1.5em;
    background-image: url("../img/expand.png");
    background-position: center center;
    background-repeat: no-repeat;
    color: #333;
    font-style: normal;
}

@media (max-width: 992px) {
    section.faq .faq-accordion .card .card-header p:after {
        right: 0.9em;
        background-image: url("../img/expand-m.png");
    }
}

section.faq .faq-accordion .card .card-header .content-accord[aria-expanded="true"] p:after {
    background-image: url("../img/collapse.png");
}

@media (max-width: 992px) {
    section.faq .faq-accordion .card .card-header .content-accord[aria-expanded="true"] p:after {
        right: 0.9em;
        background-image: url("../img/collapse-m.png");
    }
}

section.faq .faq-accordion .card .card-header p .question-number {
    display: inline-block;
    width: 1.7em;
    font-size: 1.3em;
    font-style: normal;
}

section.faq .faq-accordion .card .card-body {
    padding: 0 120px 19px 78px;
    border-right: 1px solid #dfdfdf;
    border-left: 1px solid #dfdfdf;
    border-top: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    color: #333333;
}

section.faq .faq-accordion .card .card-body a {
    color: #5678BF;
    text-decoration: underline;
}

@media (max-width: 992px) {
    section.faq .faq-accordion .card .card-body {
        padding: 0 20px 10px 20px;
        font-size: 14px;
        line-height: 24px;
    }
}

section.faq .faq-accordion .collapse-line::after {
    display: block;
    content: " ";
    width: 100%;
    height: 6px;
    background: #E5540B;
}

section.faq .more {
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    color: #bdbdbd;
    border: 2px solid #bdbdbd;
    border-radius: 40px;
    padding: 10px 15px;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

section.faq .more:hover {
    color: #302f82;
    border-color: #302f82;
}
/* ./Стили для блока Вопрос-ответ */


/* Стили для блока график выхода */
.release {
    padding-top: 100px;
}
/* ./Стили для блока график выхода */

.linkWeb {
    text-align: center;
    margin-top: 5px;
}