.grid-component--certificates {
    padding: 40px 0 0;
}
.grid-component--certificates:last-child {
    margin-bottom: 40px;
}
.grid-component--certificates > div {
    margin-right: 0;
}
.grid-component--certificates > div.collections__item {
    margin-right: 0;
}
.grid-component--certificates > div.collections__item {
    max-width: 740px;
    height: auto;
    margin-right: 40px;
}
.grid-component--certificates > div.collections__item:nth-child(2n) {
    margin-right: 0;
}
.collections__description br {
    display: none;
}
.collections__description {
    margin: 15px 0;
}
.collections__date p {
    margin-bottom: 5px;
}
.collections__date {
    margin-bottom: 10px;
}
.collections__tools .link-button {
    max-width: 200px;
}
.collections__more {
    color: #000000;
    transition: .2s ease-in-out;
}
.collections__more:hover {
    color: #B12535;
    text-decoration: none;
}
.not-initialized {
    background-color: gray;
    opacity: 0.5;
}
@media (min-width: 1025px) and (max-width: 1599px) {
    .grid-component--certificates > div.collections__item {
        max-width: calc((100% / 2) - 20px);
    }
    .grid-component>div:nth-child(3n) {
        margin-right: 40px;
    }
    .grid-component>div:nth-child(6n) {
        margin-right: 0;
    }
    .grid-component > div {
        margin: 0;
    }
    .grid-component > div.collections__item {
        margin-bottom: 40px;
    }
    .grid-component>:nth-child(3n-2)::after {
        display: none;
    }
    .grid-component::after {
        display: none;
    }
}
@media (min-width: 1025px) and (max-width: 1239px) {
    .collections__tools .link-button {
        margin-bottom: 20px;
    }
    .collections__price {
        margin-bottom: 65px;
    }
    .collections__tools {
        flex-direction: column;
    }
}
@media (min-width: 971px) and (max-width: 1024px) {
    .grid-component--certificates > div.collections__item {
        max-width: calc((100% / 2) - 20px);
    }
    .grid-component>div:nth-child(3n) {
        margin-right: 40px;
    }
    .grid-component>div:nth-child(6n) {
        margin-right: 0;
    }
    .grid-component > div {
        margin: 0;
    }
    .grid-component > div.collections__item {
        margin-bottom: 40px;
    }
    .grid-component>:nth-child(3n-2)::after {
        display: none;
    }
}
@media (min-width: 577px) and (max-width: 970px) {
    .pickups__title {
        font-size: 42px;
        line-height: 48px;
    }
    .pickups__text {
        padding: 0 20px;
    }
    .grid-component--certificates > div.collections__item {
        max-width: 100%;
    }
    .grid-component--certificates > div.collections__item {
        margin-right: 0;
    }
    .grid-component > :nth-child(3n-2)::after {
        display: none;
    }
}
@media (min-width: 320px) and (max-width: 576px) {
    .pickups__title {
        font-size: 28px;
        line-height: 30px;
    }
    .pickups__text {
        padding: 0 20px;
    }
    .grid-component--certificates > div.collections__item {
        margin-right: 0;
    }
    .grid-component > div {
        margin: 0;
    }
    .grid-component>:nth-child(2n-1)::after {
        display: none;
    }
}

.detail-header--certificates .collections__date {
    margin-bottom: 30px;
}
.collections__shedule {
    margin-bottom: 40px;
}
.collections__shedule-grid {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.collections__shedule-title {
    margin-bottom: 30px;
    font-size: 20px;
    color: #000000;
    text-align: center;
    font-weight: 500;
}
.collections__shedule-item {
    width: 100%;
    max-width: calc((100% / 3));
}
.collections__shedule-month {
    margin-bottom: 15px;
    color: #B12535;
}
.collections__shedule-date {
    margin-bottom: 8px;
    font-size: 14px;
    color: #000000;
}

.collections__experts {
    padding: 40px 0 0;
}
.experts-list__item {
    margin: 0 auto 40px;
    max-width: 1300px;
    display: flex;
    justify-content: flex-start;
    border: 0;
    border-radius: 15px;
    box-shadow: 0 10px 80px -60px rgb(0 0 0 / 50%);
}
.experts-list__img {
    order: 0;
    flex-shrink: 0;
    width: 100%;
    max-width: 320px;
    background-repeat: no-repeat;
    background-position: -230px center;
    background-size: cover
}
@media (min-width: 971px) {
    .experts-list__item .experts-list__img {
        border-radius: 15px 0 0 15px;
    }
    .experts-list__item.experts-list__item--reverse .experts-list__img {
        border-radius: 0 15px 15px 0;
    }
}
.experts-list__description {
    order: 1;
    padding: 40px 100px
}
.experts-list__description .main-button {
    max-width: 300px
}
.experts-list__title {
    margin-bottom: 15px;
    display: block;
    color: #000;
    font-size: 32px;
    font-weight: 600;
    transition: .2s ease-in-out
}
.experts-list__subtitle {
    margin-bottom: 15px;
    display: block;
    font-size: 20px;
    font-weight: 500;
}
.experts-list__title:hover {
    color: #B12535;
    text-decoration: none
}
.experts-list__text {
    margin-bottom: 30px
}
.experts-list__item--reverse .experts-list__img {
    order: 1
}
.experts-list__item--reverse .experts-list__description {
    order: 0
}
@media (min-width: 971px) and (max-width: 1024px) {
    .experts-list__img {
        background-position: -400px center;
    }
}
@media (min-width: 576px) and (max-width:970px) {
    .experts-list {
        padding:0 20px
    }
    .experts-list__item {
        padding-top: 40px;
        flex-wrap: wrap
    }
    .experts-list__img {
        margin: 0 auto;
        max-width: 500px;
        height: 400px;
        background-position: center center;
    }
    .experts-list__description {
        padding: 30px 20px
    }
    .experts-list__item--reverse .experts-list__img {
        order: 0
    }
    .experts-list__item--reverse .experts-list__description {
        order: 1
    }
    .collections__shedule {
        margin-bottom: 0;
    }
}
@media (max-width: 576px) {
    .experts-list__item {
        flex-wrap:wrap
    }
    .experts-list__img {
        max-width: 100%;
        height: 320px
    }
    .experts-list__description {
        padding: 30px 20px
    }
    .experts-list__item--reverse .experts-list__img {
        order: 0
    }
    .experts-list__item--reverse .experts-list__description {
        order: 1
    }
    .collections__shedule {
        margin-bottom: 0;
    }
}

.certificates-form {
    padding: 40px 0 60px;
}
.certificates-form__title {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 600;
}
.certificates-form__fields-container {
    display: flex;
    justify-content: space-between;
}
.certificates-form__fields {
    width: 100%;
    max-width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.certificates-form__field {
    width: 100%;
    max-width: calc((100% / 2) - 20px);
}
.certificates-form__field .inputtext {
    display: block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E5EAEC;
    padding: 10px 12px;
}
.certificates-form__textarea {
    width: 100%;
    max-width: 37%;
}
.certificates-form__textarea .inputtextarea {
    resize: none;
    display: block;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E5EAEC;
    padding: 10px 12px;
}
.b-form-check {
    display: flex;
    justify-content: flex-start;
    font-size: 11px;
}
.b-form-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #E5EAEC;
    flex-shrink: 0;
    transition: 0.1s ease-in-out;
}
.b-form-check .checkmark::after {
    content: "";
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.1s ease-in-out;
}
.b-form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.b-form-check .container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.b-form-check .container input:checked ~ .checkmark {
    background-color: #B12535;
}
input[type="checkbox"]:checked ~ .checkmark::after {
    visibility: visible;
    opacity: 1;
}
.b-form-button {
    margin-top: 40px;
}
.b-form-button .main-button {
    max-width: 420px;
}
.certificates__slider-item {
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.certificates__slider-title {
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.certificates__slider-title a {
    color: #000000;
    transition: .2s ease-in-out;
}
.certificates__slider-title a:hover {
    color: #B12535;
}
.certificates__slider-title .section-header {
    margin-bottom: 0;
    margin-right: 30px;
}
.certificates__slider {
    position: relative;
}
.certificates__slider .custom-slick {
    position: absolute;
    top: -55px;
}
.certificates__slider .custom-slick--prev {
    right: 35px;
}
.certificates__slider .custom-slick--next {
    right: 0;
}
@media (max-width: 970px) {
    .grid-wrapper .section-header {
        padding-left: 20px;
    }
    .certificates-form {
        padding: 40px 20px;
    }
    .certificates-form__fields-container {
        display: block;
    }
    .certificates-form__fields {
        max-width: 100%;
    }
    .certificates-form__field {
        margin-bottom: 10px;
    }
    .certificates-form__textarea {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .certificates__slider-item {
        height: 400px;
    }
    .certificates__slider-title {
        padding-left: 20px;
    }
    .certificates__slider .custom-slick--prev {
        right: 55px;
    }
    .certificates__slider .custom-slick--next {
        right: 20px;
    }
}
@media (max-width: 576px) {
    .grid-wrapper .section-header {
        padding-left: 20px;
    }
    .certificates-form {
        padding: 40px 20px;
    }
    .certificates-form__fields-container {
        display: block;
    }
    .certificates-form__fields {
        max-width: 100%;
    }
    .certificates-form__field {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .certificates-form__textarea {
        margin-bottom: 10px;
        max-width: 100%;
    }
    .experts-list__img {
        background-position: center center;
    }
    .certificates__slider-item {
        height: 250px;
    }
    .certificates-form__title {
        font-size: 26px;
    }
    .certificates__slider-title {
        padding-left: 20px;
        display: block;
    }
    .certificates__slider-title .section-header {
        margin-right: 0;
        margin-bottom: 10px;
    }
}