/* -------------------------------------------------------------------------- */
.gradient_bg {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
.gradient_bg_reverced {
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
/* -------------------------------------------------------------------------- */
body > * > div[otype] > div > div[otype=text].quote {
    z-index: 1;
    border-left: 12px solid #f7931f;
    padding: 18px 18px 18px 24px;
    -webkit-box-shadow: 0 0 24px 0px rgba( 38, 50, 56, 0.25);
    -moz-box-shadow:    0 0 24px 0px rgba( 38, 50, 56, 0.25);
    box-shadow:         0 0 24px 0px rgba( 38, 50, 56, 0.25);
}
/* -------------------------------------------------------------------------- */
body > * > div[otype]#breadcrumbs {
    display: none;
}
/* -------------------------------------------------------------------------- */
#cid23 h3 + p {
    font-size: 18px;
    font-weight: 700;
    padding: 6px 12px 5px 12px;
}
#cid23 h3 > u {
    display: block;
    width: 100%;
    margin: 4px 0 -2px 0;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    color: #37474f;
}
/* -------------------------------------------------------------------------- */
#cid25 {
    z-index: 3;
}
.nash_transport {
    background-position: bottom center;
}
.nash_transport div[otype=text] {
    background-color: transparent !important;
}
.nash_transport .nt_subheader {
    font-family: 'Gilroy', serif;
    font-size: 24px;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: -12px !important;
}
/* -------------------------------------------------------------------------- */
#cid66 {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
#cid66 [otype=advantage] > p {
    width: 166px;
    height: 166px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 8px 0 rgba(38,50,56,.12);
    -moz-box-shadow:    0 8px 8px 0 rgba(38,50,56,.12);
    box-shadow:         0 8px 8px 0 rgba(38,50,56,.12);
}
#cid66 [otype=advantage] > p img[style="height:100%;width:auto;"] {
    width: 100% !important;
    height: auto !important;
    max-width: unset;
    max-height: unset;
}
#cid66 [otype=advantage] > p img[style="width:100%;height:auto;"] {
    width: auto !important;
    height: 100% !important;
    max-width: unset;
    max-height: unset;
}
#cid66 [otype=advantage] > b {
    font-size: 22px;
    margin: 0 0 6px 0;
}
#cid66 [otype=advantage] > span {
    padding: 0;
}
@media only screen and (max-width: 449px) {
    #cid66 > div > div[otype=advantage] {
        flex: 0 0 124px;
        width: 124px;
        margin: 8px;
    }
    #cid66 [otype=advantage] > p {
        width: 126px;
        height: 126px;
    }
    #cid66 [otype=advantage] > b {
        font-size: 18px;
    }
    #cid66 [otype=advantage] > span {
        font-size: 12px;
    }
}
@media only screen and (max-width: 359px) {
    #cid66 > div > div[otype=advantage] {
        flex: 0 0 104px;
        width: 104px;
        margin: 2px;
    }
    #cid66 [otype=advantage] > p {
        width: 106px;
        height: 106px;
    }
}
/* -------------------------------------------------------------------------- */
.viber-group {
    background-position: top center;
    background-repeat: no-repeat;
}
.viber-group div[otype=text] {
    background-color: transparent !important;
}
.viber-group div[otype=button] > a {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 12px 24px 0px rgba(55,71,79, 0.3);
}
.viber-group div[otype=button] > a:hover {
    box-shadow: 0 6px 12px 0px rgba(55,71,79, 0.6);
}
.viber-group div[otype=button] > a b {
    display: flex;
    justify-content: center;
    align-items: center;
}
.viber-group div[otype=button] > a:hover > p {
    color: #e42584;
}
/* -------------------------------------------------------------------------- */
.dostavka_header div[otype=header] > img {
    max-width: 160px;
    max-height: 80px;
}
.transportation_header div[otype=header] > img {
    max-width: 110px;
    max-height: 80px;
}
body > * > div[otype].schedule {
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(236,239,241,1) 100%);
}
/* -------------------------------------------------------------------------- */
.schedule.schedule2 tbody td {
    padding: 6px 8px !important;
    line-height: 1;
}
.schedule.schedule3 tbody td {
    padding: 8px 8px !important;
    line-height: 1;
}
@media only screen and (max-width: 859px) {
    .schedule.schedule3 tbody td ,
    .schedule.schedule2 tbody td {
        font-family: 'Roboto Condensed', sans-serif;
    }
    .schedule.schedule3 td ,
    .schedule.schedule3 tbody td ,
    .schedule.schedule2 td ,
    .schedule.schedule2 tbody td {
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}
/* -------------------------------------------------------------------------- */
.np p:first-child {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.np p img {
    margin: 0 12px 0 -50px;
}
/* -------------------------------------------------------------------------- */
.adv_header div[otype=header] > div {
    width: 100% !important;
}
.adv_header h3 {
    font-size: 42px !important;
    margin-bottom: 0px !important;
}
.adv_header h3 u {
    text-decoration: none;
    color: #374251;
}
.adv_header h3 + p {
    font-size: 14px !important;
    font-weight: 500 !important;
    color: #374251 !important;
    background-color: transparent !important;
    margin: -2px 0 -7px 0 !important;
}
.adv_header div[otype=header] > div:first-child {
    border: none !important;
}
/* -------------------------------------------------------------------------- */
.adv_header + div[otype=advantages] {
    background: #00bcd4;
    padding: 0 12px;
    margin: 8px 0 48px 0;
    -webkit-box-shadow: 0 0 18px 0 rgba(38,50,56,.18);
    -moz-box-shadow:    0 0 18px 0 rgba(38,50,56,.18);
    box-shadow:         0 0 18px 0 rgba(38,50,56,.18);
}
.adv_header + div[otype=advantages] > div > [otype=advantage] {
    align-items: flex-start;
    justify-content: flex-start;
    background: #fff;
    border-radius: 0;
    height: 130px;
    margin: 0;
    -webkit-box-shadow: 0 0 18px 0 rgba(38,50,56,.18);
    -moz-box-shadow:    0 0 18px 0 rgba(38,50,56,.18);
    box-shadow:         0 0 18px 0 rgba(38,50,56,.18);
    position: relative;
}
.adv_header + div[otype=advantages] > div > [otype=advantage]:after {
    display: block;
    content: '';
    position: absolute;
    bottom: 0px;
    left: 1px;
    background: #e42584;
    width: calc(100% - 2px);
    height: 4px;
}
.adv_header + div[otype=advantages] > div > [otype=advantage] > p {
    position: absolute;
    top: 28px;
    left: 8px;
    width: 92px;
    height: 92px;
    margin: 0;
}
.adv_header + div[otype=advantages] > div > [otype=advantage] > b {
    font-size: 32px;
    font-weight: 900;
    color: #e42584;
    text-transform: uppercase;
    text-align: left;
    margin: 16px 0 0 90px;
}
.adv_header + div[otype=advantages] > div > [otype=advantage] > span {
    font-family: 'Gilroy', serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #374251;
    text-align: left;
    margin: 12px 0 0 90px;
    padding: 0;
}
.adv_header + div[otype=advantages] > div > [otype=advantage] > span > b {
    color: #00bcd4;
    font-weight: 700;
}
@media only screen and (max-width: 1229px) {
    .adv_header + div[otype=advantages] > div {
        max-width: 610px;
    }
}
@media only screen and (max-width: 509px) {
    .adv_header h3 {
        font-size: 36px !important;
    }
}
/* -------------------------------------------------------------------------- */
#cid47 {
    background-repeat: no-repeat;
}
/* -------------------------------------------------------------------------- */
#cid269 ,
#cid270 ,
#cid263 ,
#cid252 ,
#cid255 ,
#cid256 {
    width: auto;
    margin: 12px auto 0 auto;
}
#cid269 > div ,
#cid270 > div ,
#cid263 > div ,
#cid252 > div ,
#cid255 > div ,
#cid256 > div {
    border-bottom: 3px solid #00bcd4;
}
#cid269 h6 ,
#cid270 h6 ,
#cid263 h6 ,
#cid252 h6 ,
#cid255 h6 ,
#cid256 h6 {
    font-size: 28px;
}
#cid265 ,
#cid268 ,
#cid262 ,
#cid246 ,
#cid249 ,
#cid257 {
    padding: 0;
    width: 100%;
}
#cid265 div[otype] ,
#cid268 div[otype] ,
#cid262 div[otype] ,
#cid246 div[otype] ,
#cid249 div[otype] ,
#cid257 div[otype] {
    display: flex;
    padding: 0;
    width: 100%;
}
#cid265 iframe ,
#cid268 iframe ,
#cid262 iframe ,
#cid246 iframe ,
#cid249 iframe ,
#cid257 iframe {
    outline: none !important;
}
/* -------------------------------------------------------------------------- */
.ne_si > i {
    font-size: 28px !important;
}
.ne_si a {
    position: relative;
    display: inline-block !important;
}
.ne_si a em {
    position: absolute;
    bottom: 0;
    left: 110px;
    font-size: 10px;
    line-height: 10px;
    font-style: normal;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 10px;
    border: 1px solid #cfd8dc;
    border-radius: 4px;
    color: #455a64;
}
.ne_si a em:hover {
    background: #e42584;
    border: 1px solid #e42584;
    color: #fff;
}
/* -------------------------------------------------------------------------- */
#cid314 amp-img ,
#cid311 amp-img {
    margin-top: 40px;
}
/* -------------------------------------------------------------------------- */
