

/* Start:/local/templates/bikecenter_main/components/bikecenter/pomoshch/kak-poluchit/style.css?172927923614573*/
.content {
    background-color: #fff;
    overflow: hidden;
}


.page-delivery .page-delivery__title {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.page-delivery .faq {
    width: 100%;
    margin: 60px 0;
}

@media screen and (max-width: 768px){
    .page-delivery .faq {
        margin: 40px 0;
    }
}

.pDelivery__free-area {
    display: inline-block;
    line-height: 15px;
    font-weight: 700;
    margin: 30px 0 0;

    position: relative;
}

.pDelivery__free-area::before {
    content: "";
    position: absolute;
    bottom: -2px;
    transform: scale(1);
    width: 100%;
    height: 2px;
    background-color: #333;
    transition: .3s;
}

.pDelivery__free-area:hover::before,
.pDelivery__free-area:focus::before {
    transform: scale(0);
    transition: .3s;
}

.page-delivery .faq__drop-list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-delivery .faq__drop-list {
    margin-right: 16px;
    width: calc(50% - 8px);
}

.page-delivery .faq__drop-list:nth-of-type(2n) {
    margin-right: 0;
}

.page-delivery .faq__drop-item {
    width: 100%;
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.page-delivery .faq__trigger {
    padding: 17px 26px;
    background-color: #f2f3f5;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.page-delivery .faq__trigger::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%) rotate(-135deg);
    width: 7px;
    height: 7px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transition: .3s;
}

.page-delivery .faq__trigger.active::before {
    transform: rotate(45deg);
    transition: .3s;
}

.page-delivery .faq__trigger:hover {
    transition: .3s;
    color: #ed1c24;
}

.page-delivery .faq__trigger.active{
    color: #ed1c24;
    background-color: transparent;
    transition: .3s;
}

.page-delivery .faq__drop {
    padding: 0 20px 10px;
    padding-left: 50px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
    margin-top: -3px;
}

.page-delivery .faq__drop-wrapper {
    background-color: #ffffff;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.page-delivery .pDelivery__status-wrap {
    padding: 0 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.page-delivery .pDelivery__col {
    width: 150px;
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.page-delivery .pDelivery__col p {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    text-align: center;
}

.page-delivery .pDelivery__decor {
    width: 35px;
    height: 35px;
    background-color: #84c22a;
    border-radius: 50%;
    position: relative;
    margin-bottom: 20px;
}

.page-delivery .pDelivery__status-wrap::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 90px;
    right: 90px;
    height: 2px;
    background-color: #84c22a;
}

.page-delivery .pDelivery__decor::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 8px;
    width: 17px;
    height: 8px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-radius: 3px;
    transform: rotate(135deg);
}

.pDelivery__item-title.center {
    text-align: center;
    margin-bottom: 10px;
}

.faq__container .pDelivery__title--faq {
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
}

@media (max-width: 992px) {
    .page-delivery .faq__drop-list-wrapper {
        flex-direction: column;
    }

    .page-delivery .faq__drop-list {
        width: 100%;
        margin-right: 0;
    }
}

@media (max-width: 600px) {

    .page-delivery .pDelivery__title {
        margin-bottom: 25px;
    }

    .page-delivery .faq__container {
        padding: 0;
    }

    .faq__container .pDelivery__title--faq {
        padding: 0 20px;
        margin-bottom: 20px;
    }
}


.main_content__c {
    margin: 0!important;
}

.dPromo {
    background: rgb(196,223,244);
    background: linear-gradient(90deg, rgba(196,223,244,1) 30%, rgba(225,225,225,1) 70%);
    min-height: 250px;
}

.dPromo img {
    display: block;
    width: 100%;
    height: auto;
}



.dCalculation {
    margin-bottom: 50px;
}

.dCalculation__container {
    position: relative;
    padding: 54px 60px 28px;
    background: linear-gradient(90deg, #D1DBE2 0%, #E2E2E2 98.94%);
    margin-bottom: 40px;
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 768px){
    .dCalculation__container {
        background: linear-gradient(180deg, #D1DBE2 -42.06%, #E2E2E2 100%);
        padding: 40px 20px;
        margin: 0 -20px 40px;
        border-radius: unset;
    }
}

.dCalculation__title {
    font-weight: 600;
    font-size: 26px;
    line-height: 27px;
    color: #333;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px){
    .dCalculation__title {
        font-weight: 600;
        font-size: 20px;
        line-height: 35px;
        color: #333333;
    }
}

.dCalculation__field {
    margin-bottom: 36px;
}

.dCalculation__field-wrap {
    position: relative;
    max-width: 522px;
}

@media screen and (max-width: 768px){
    .dCalculation__field {
        margin-bottom: 30px;
    }
    .dCalculation__field-wrap {
        max-width: unset;
    }
    .dCalculation__field-wrap input {
        background-color: #F5F5F5;
    }
}

.dCalculation__field-wrap input {
    background: #FFFFFF;
    border-radius: 10px;
    border: none;
    width: 100%;
    height: 50px;
    padding: 14px 24px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    color: #0C1111;
    outline: none;
    cursor: pointer;
}

.dCalculation__field-wrap::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #0C1111;
    border-right: 1px solid #0C1111;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    z-index: 1;
}

.dCalculation__items-wrap {
    display: flex;
    max-width: 900px;
    justify-content: space-between;
    margin-bottom: 75px;
}

.dCalculation__item {
    margin-right: 16px;
    z-index: 1;
    box-sizing: border-box;
}

@media screen and (max-width: 768px){
    .dCalculation__item {
        width: 100%;
        min-height: 80px;
        padding: 16px 0;
        display: flex;
        align-items: center;
        position: relative;
    }
    .dCalculation__item::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: -15%;
        width: 130%;
        height: 1px;
        background-color: #bdbdbd;
    }
}

.dCalculation__item-wrap {
    margin-top: 10px;
}

@media screen and (max-width: 768px){
    .dCalculation__item-wrap {
        margin-top: unset;
        width: 100%;
        color: #333;
    }

    .dCalculation__item-wrap--flex {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }
}

.dCalculation__icon {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #fff;
}

@media screen and (max-width: 768px){
    .dCalculation__icon {
        margin-right: 12px;
        background-color: unset;
    }
}

.dCalculation__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
}

@media screen and (max-width: 768px){
    .dCalculation__item-title {
        margin-bottom: unset;
    }
}

.dCalculation__item-desc {
    margin: 0;
}

.dCalculation__item-desc > span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
}

.dCalculation__item-desc > span.free {
    font-weight: 600;
}

@media screen and (max-width: 768px){
    .dCalculation__item-desc {
        color: #333;
    }
    .dCalculation__item-right .dCalculation__item-desc > span {
        font-weight: 600;
    }
}

.dCalculation__img {
    position: absolute;
    width: 33%;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 0;
}

@media screen and (max-width: 1920px){
    .dCalculation__img {
        top: calc(15vw - 72px);
    }
}

@media screen and (max-width: 1024px){
    .dCalculation__img {
        display: none;
    }
}

.dCalculation__sub {
    font-size: 16px;
    line-height: 19px;
    color: #4F4F4F;
}

.dInfo {
    margin-bottom: 60px;
}

@media screen and (max-width: 768px){
    .dInfo {
        margin-bottom: 40px;
    }
}

.dInfo__container {
    margin: 0 auto;
}

.dInfo__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    margin: 0;
    margin-bottom: 20px;
}

.dInfo__desc {
    font-size: 16px;
    line-height: 19px;
    color: #333333;
}

.dInfo__desc a {
    font-weight: 600;
    color: #333333;
}

.dStatus__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 38px;
    color: #000000;
    margin-bottom: 30px;
}

.dStatus__desc {
    font-size: 14px;
    line-height: 19px;
    color: #333333;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px){
    .dStatus__desc {
        margin-bottom: 28px;
    }
}

.dStatus__items-wrap {
    display: flex;
    flex-wrap: wrap;
    max-width: 1426px;
    gap: 16px;
}

.dStatus__item {
    width: 100%;
    max-width: 250px;
    min-width: 220px;
    min-height: 120px;
    padding: 12px 24px 16px;
    border-radius: 10px;
    box-shadow: 0px 4px 40px 0px #0000001A;
    font-size: 18px;
    color: #333;
    box-sizing: border-box;
    transition: all .3s ease;
}

@media screen and (max-width: 768px){
    .dStatus__item {
        max-width: unset;
    }
}

.dStatus__item_received {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #27AE60;
    color: #fff;
}

.dStatus__item-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

.dStatus__item-desc {
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.02em;
    margin-top: 16px;
    color: #4F4F4F;
}

@media (max-width: 1200px) {

    .main_content {
        padding: 0;
    }


    .dPromo img {
        transform: none;
    }

    .pDelivery__container {
        padding: 0 20px;
    }
}

@media (max-width: 991px) {
    .dStatus__items-wrap {
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .wrapper .breadcrumbs {
        padding: 5px 0;
    }

    .faq__container .pDelivery__title--faq {
        font-weight: 600;
        font-size: 26px;
        line-height: 38px;
        color: #000000;
    }

    .page-delivery .faq__trigger {
        background-color: #fff;
        padding-right: 50px;
    }

    .page-delivery .faq__drop-item {
        margin: 0;
        border-bottom: 1px solid #ECECEC;
    }

    .page-delivery .faq__drop-item:last-of-type {
        border: none;
    }

    .page-delivery .faq__drop-list {
        margin: 0;
    }

    .dPromo {
        background: #e5e5e5;
        background: -webkit-gradient(linear, left top, right top, from(#e5e5e5), to(#e1e1e1));
        background: linear-gradient(90deg, #e5e5e5 0%, #e1e1e1 100%);
    }


    .dCalculation__items-wrap {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .dCalculation__sub {
        color: #828282;
    }
    .dCalculation label {
        margin-bottom: 10px;
    }


    .dCalculation__item-desc {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }


    .dStatus__title {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .dStatus__items-wrap {
        flex-direction: column;
    }
    .dStatus__item {
        width: auto;
        display: flex;
        min-height: 100px;
    }
    .dStatus__item-title {
        text-align: left;
    }

    .page-delivery .faq__container {
        padding: 0;
    }

    .page-delivery .pDelivery__title {
        padding: 0 20px;
    }

}

.page-delivery .pDelivery__sub-dropdown {
    max-height: 0;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
    overflow: hidden;
}

.page-delivery .pDelivery__desc {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

.pDelivery__dropdown-list {
    list-style-type: disc;
    margin-top: 0;
    margin-left: 20px;
    padding-left: 10px;
}

.page-delivery li.pDelivery__desc {
    margin-bottom: 15px;
}

.page-delivery .pDelivery__dropdown-sub-list {
    margin-left: 20px;
}

.pDelivery__drop-link {
    display: inline-block;
    position: relative;
}

.pDelivery__drop-link::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0px;
    transform: scale(1);
    background-color: #333;
    transition: .3s;
}

.pDelivery__drop-link:hover::before,
.pDelivery__drop-link:focus::before {
    transform: scale(0);
    transition: .3s;
}

/* End */
/* /local/templates/bikecenter_main/components/bikecenter/pomoshch/kak-poluchit/style.css?172927923614573 */
