

/* Start:/local/components/akvamir/single.page/templates/help-delivery/style.css?17234672165851*/
/*for animate*/
.gs_reveal {
    opacity: 0;
    visibility: hidden;
    /*  will-change: transform, opacity; */   /* Мылит текст */
}
.plates-container{
    margin-top:30px;
    margin-bottom: 30px;
}
.plates{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 20px;
    padding-right: 20px;
}
.plate{
    border: 1px solid rgba(241, 241, 241, 1);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    min-height: 200px;
}
.plate .content{
    flex-grow: 1;
    min-width: 300px;
    padding: 35px;
    display: flex;
    flex-direction: column;
    font-weight: 300;
}
.plate > .content > .description{
    flex-grow: 1;
    min-height: 120px;
}
.plate > .content > .description p.best-choice{
    margin-bottom: 15px;
}
.plate .content .title-delivery-element{
    font-size: 20px;
    line-height: 24px;
    color: #333333;
    margin-bottom:15px;
}
.plate .content p{
    margin: 0 auto;
    margin-bottom:10px;
    font-size: 14px;
    line-height: 18px;
}
.plate .content .orange{
    color: rgba(234, 97, 32, 1);
}
.plate .content p.orange{
    line-height: 22px;
}
.plate .content .prior{
    color: #333333;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.plate .content .prior.m15{
    margin-top:15px;
}
.plate .content .price-container,
.schedule-container,
.phone-container{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.schedule-container{
    margin-bottom: 20px;
}
.plate .content .price-container .icon,
.schedule-container .icon,
.phone-container .icon{
    background-image: url('/help/delivery/images/Icon_Ruble.svg');
    width: 24px;
    height: 24px;
    float:left;
    margin-right: 15px;
    background-repeat: no-repeat;
    display: flex;
    min-width: 24px;
}
.icon.to-top{
    display: flex;
    align-self: flex-start;
    margin-top: 3px;
}
.schedule-container .icon{
    background-image: url('/help/delivery/images/Icon_Clock.svg');
}
.phone-container .icon{
    background-image: url('/help/delivery/images/Icon_Call.svg');
}
.schedule-container .description{
    font-size:14px;
    line-height: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 300;
}
.schedule-container .description .main{
    margin-right:40px;
}
.phone-container .number{
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    line-height: 28px;
}
.plate .content .price-container .description{
    color: rgba(119, 119, 119, 1);
    font-size: 13px;
    line-height: 18px;
    flex-grow: 1;
}
.plate .content .price-container .description .black{
    color: rgba(119, 119, 119, 1)
}
.plate .image{
    text-align: right;
    float: right;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.plate:hover .image{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.plate .image .back{
    width: 100%;
    height: 100%;
    display: flex;
    min-width: 50%;
    min-width: 300px;
    background-size: cover;
    background-repeat: no-repeat;
}
.stores{
    margin: 0 auto;
    margin-top: 65px;
    max-width: 890px;
    display: grid;
    grid-template-columns: 50% 50%;
    justify-items: center;
}
.other-questions{
    margin-top: 65px;
    display: flex;
    flex-direction: row;
    margin-bottom: 100px;
}
.other-questions-offset{
    margin-top: 65px;
}
.other-questions img{
    width: 100%;
    max-width: 100%;
}
.other-questions p{
    margin: 10px 0 15px;
    line-height: 24px;
    font-weight: 300;
}
.stores .store .address{
    color: rgba(51, 51, 51, 1);
    margin-top:9px;
    margin-bottom: 0px;
}
.other-questions div.img-manager{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.other-questions div.img-manager.center{
    justify-content: center;
}
.other-questions div.img-manager-background{
    background-image: url('/help/delivery/images/Img_Manager.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.mb-0{
    margin-bottom: 0 !important;
}
.mb-60{
    margin-bottom: 60px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mt-20{
    margin-top:20px !important;
}
.mt-10{
    margin-top:10px !important;
}
.mt-15{
    margin-top:15px !important;
}
@media(max-width:1199px){
    .plate .content{
        padding: 25px 10px 25px 25px;
    }
}
@media(max-width:992px){
    .stores{
        margin-top: 45px;
        margin: 0 auto;
        margin-top: 65px;
        max-width: 890px;
        display: grid;
        grid-template-columns: 50% 50%;
        justify-items: center;
    }
    .schedule-container .description{
        flex-direction: column;
    }
}
/*не показываем картинки при размере контейнера 766 (при наличии сайдбара +271px)*/
@media(min-width: 992px) and (max-width: 1037px){
    .plate .image{
        display: none;
    }
}
@media(max-width: 767px){
    .other-questions{
        margin-bottom: 85px;
    }
}
@media(max-width: 766px){
    .plate .image{
        display: none;
    }
    .plate .content{
        min-width: initial;
        padding: 25px;
    }
    .stores{
        margin-top: 35px;
    }
}
@media(max-width:576px){
    .plates{
        grid-template-columns: 100%;
        padding: 0;
    }
    .stores{
        grid-template-columns: 100%;
        justify-items: left;
        grid-gap:45px;
    }
    .stores .store{
        padding-left: 20px;
    }
    .stores .store h4{
        margin-bottom: 15px;
    }
}

/*template*/
.page-top > div:last-of-type{
    padding-bottom: 20px;
}

/* End */
/* /local/components/akvamir/single.page/templates/help-delivery/style.css?17234672165851 */
