.tariff { background-color: #fff; padding: 0; color: #484848; font-size: 14px; font-weight: 500; }

@media (min-width: 768px) { .tariff { font-size: 18px; } }

.tariff .tariff__list { display: flex; list-style: none; margin: 0; position: relative; flex: 0 0 100%; max-width: 100%; padding: 0; }

@media (min-width: 768px) { .tariff .tariff__list { margin: 0 0 0 55%; flex: 0 0 45%; max-width: 45%; } }

.tariff .tariff__title { display: inline-flex; justify-content: space-around; flex: 0 0 33.333%; max-width: 33.333%; padding: 7px 0; font-size: 14px; font-weight: bold; cursor: pointer; }

@media (min-width: 768px) { .tariff .tariff__title { cursor: auto; } }

.tariff .tariff__title.active { border-bottom: 2px solid #ff5a60; background-color: #f4f4ff; }

@media (min-width: 768px) { .tariff .tariff__title.active { border-bottom: none; background: none; } }

.tariff .tariff__row { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; border-top: 1px solid #eaeaea; }

.tariff .tariff__conditions { position: relative; flex: 0 0 75%; max-width: 75%; padding: 0; }

@media (min-width: 768px) { .tariff .tariff__conditions { flex: 0 0 55%; max-width: 55%; } }

.tariff .tariff__conditions .tariff__attr-month { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; align-items: flex-end; align-content: flex-end; height: auto; }

@media (min-width: 768px) { .tariff .tariff__conditions .tariff__attr-month { height: 125px; display: flex !important; } }

.tariff .tariff__conditions .tariff__attr-month .tariff__attr-month-label { display: inline-block; width: 100%; flex: 0 0 100%; max-width: 100%; padding: 0; margin: 0 0 7px 0; font-size: 16px; }

.tariff .tariff__compare { position: relative; display: inline-flex; justify-content: space-around; flex: 0 0 25%; max-width: 25%; padding: 0; }

@media (min-width: 768px) { .tariff .tariff__compare { flex: 0 0 45%; max-width: 45%; } }

.tariff .tariff__compare-col { display: none; flex: 1 1 25%; text-align: center; }

@media (min-width: 768px) { .tariff .tariff__compare-col { display: inline-block; flex: 1 1 45%; } }

.tariff .tariff__compare-col.active { display: block; }

@media (min-width: 768px) { .tariff .tariff__compare-col.active { display: inline-block; } }

.tariff .tariff__compare-col.active .tariff__checkbox { background-color: #f4f4ff; }

@media (min-width: 768px) { .tariff .tariff__compare-col.active .tariff__checkbox { background-color: transparent; } }

.tariff .tariff__compare-col:nth-child(even) > .tariff__checkbox { background-color: #f4f4ff; }

.tariff .tariff__conditions > .tariff__conditions-item, .tariff .tariff__checkbox { padding: 0; border-bottom: 1px solid #eaeaea; display: flex; align-items: center; height: 60px; }

.tariff .tariff__conditions-item > div { display: block; }

.tariff .tariff__checkbox.tariff__checkbox_yes { background: url("../img/icon-check.svg") no-repeat 50% 50% transparent; background-size: 33px 23px; }

.tariff .tariff__checkbox.tariff__checkbox_not { background: url("../img/icon-uncheck.svg") no-repeat 50% 50% transparent; background-size: 24px 24px; }

.tariff .tariff__price-wrap { position: relative; display: none; height: 125px; align-content: flex-end; flex-wrap: wrap; background-color: #fff; }

@media (min-width: 768px) { .tariff .tariff__price-wrap { display: flex; } }

.tariff .tariff__price-wrap.tariff__price-wrap_mob { display: inline-block; }

@media (min-width: 768px) { .tariff .tariff__price-wrap.tariff__price-wrap_mob { display: none; } }

.tariff .tariff__price-wrap .tariff__price { display: block; width: 100%; color: #47499b; font-size: 22px; font-weight: bold; }

.tariff .tariff__price-wrap .tariff__price.tariff__price_discount, .tariff .tariff__price-wrap .tariff__price .price-box del { display: block; width: 100%; font-size: 16px; font-weight: 500; color: #929292; text-decoration: line-through; }

.tariff .tariff__price-wrap .tariff__price.tariff__price_new, .tariff .tariff__price-wrap .tariff__price .price-box ins { display: block; width: 100%; color: #ff5a60; text-decoration: none; }

.tariff .tariff__price-wrap .tariff__price-discount_text { position: absolute; top: -55px; right: -20px; z-index: 1; display: flex; justify-content: center; align-items: center; width: auto; min-width: 75px; margin: 0; padding: 5px; background: #47499b; border: 1px solid #47499b; border-radius: 50%; overflow: hidden; transform: rotate(15deg); box-shadow: 1px 6px 7px -2px rgba(0, 0, 0, 0.85); font-size: 22px; font-weight: bold; color: #fff; line-height: 1; }

.tariff .tariff__price-wrap .tariff__price-discount_text::after { content: ""; padding-top: 100%; }

.tariff .tariff__btn { display: block; width: 100%; margin: 30px 0 0 0; }

.tariff .tariff__btn .btn { padding: 0 10px; min-width: 140px; }

.tariff .tariff__description { padding: 50px 0 0 0; font-weight: normal; }

.tariff .tariff__bottom-mob { display: block; }

@media (min-width: 768px) { .tariff .tariff__bottom-mob { display: none; } }

.tariff .single_variation_wrap { display: none !important; }

.tariff table.variations { display: inline-flex; margin: 0; font-size: 14px; }

.tariff table.variations tr { display: inline-flex; flex-direction: column; background: none; margin: 0 7px 0 0; }

.tariff table.variations tr:last-child { margin: 0; }

.tariff table.variations td { padding: 0; border: none; }

.tariff table.variations select { font-size: 14px; height: 30px; padding: 0 25px 0 7px; background: url("../img/arrow-down.png") no-repeat calc(100% - 8px) 50% #F8F8F8; }

.tariff table.variations label { margin: 0 0 3px 7px; }

.tariff .added_to_cart.wc-forward { font-size: 12px; width: 100%; }

@media (min-width: 768px) { .tariff .added_to_cart.wc-forward { position: absolute; left: 0; top: auto; bottom: 43px; } }

.tariff .woocommerce-notices-wrapper { margin-top: 0.8em; }

.tariff .woocommerce-notices-wrapper .woocommerce-error::before, .tariff .woocommerce-notices-wrapper .woocommerce-info::before, .tariff .woocommerce-notices-wrapper .woocommerce-message::before { top: calc(50% - 10px); width: 20px; height: 20px; }

.tariff .woocommerce-notices-wrapper .woocommerce-message, .tariff .woocommerce-notices-wrapper .woocommerce-error li, .tariff .woocommerce-notices-wrapper .woocommerce-info li, .tariff .woocommerce-notices-wrapper .woocommerce-message li { display: inline-flex; align-items: center; justify-content: space-between; width: 100%; text-align: center; flex-direction: column; }

@media (min-width: 768px) { .tariff .woocommerce-notices-wrapper .woocommerce-message, .tariff .woocommerce-notices-wrapper .woocommerce-error li, .tariff .woocommerce-notices-wrapper .woocommerce-info li, .tariff .woocommerce-notices-wrapper .woocommerce-message li { flex-direction: row; text-align: left; } }

.tariff .woocommerce-notices-wrapper .woocommerce-message .button, .tariff .woocommerce-notices-wrapper .woocommerce-error li .button, .tariff .woocommerce-notices-wrapper .woocommerce-info li .button, .tariff .woocommerce-notices-wrapper .woocommerce-message li .button { float: none; display: inline-flex; order: 1; margin: 5px 0 0 0; }

@media (min-width: 768px) { .tariff .woocommerce-notices-wrapper .woocommerce-message .button, .tariff .woocommerce-notices-wrapper .woocommerce-error li .button, .tariff .woocommerce-notices-wrapper .woocommerce-info li .button, .tariff .woocommerce-notices-wrapper .woocommerce-message li .button { margin: 0; } }

.dpl-widget_wc { width: 100%; margin-right: auto; margin-left: auto; }

.dpl-widget_wc .dpl-widget_wc-wrap { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }

.dpl-widget_wc .dpl-widget_product-list { width: 100%; padding: 30px 15px 0 15px; }

.dpl-widget_wc .dpl-widget_select-product { position: relative; display: inline-block; max-width: 100%; padding: 0 15px; }

.dpl-widget_wc .dpl-widget_select-product label:first-child { margin-right: 0; }

@media (min-width: 768px) { .dpl-widget_wc .dpl-widget_select-product { display: flex; flex: 0 0 33.333%; max-width: 33.333%; } }

.dpl-widget_wc .dpl-widget_select-product.searchform .searchform__field-select { margin: 0 0 15px 0; padding: 0 15px; width: 100%; height: 40px; border: 1px solid #e0e0e0; border-radius: 20px; color: #2F4858; background: url("../img/arrow-down.png") no-repeat calc(100% - 12px) 50% #f8f8f8; }

@media (min-width: 768px) { .dpl-widget_wc .dpl-widget_select-product.searchform .searchform__field-select { margin: 0; height: 30px; border-radius: 0; border-width: 0 0 1px 0; border-color: #929292; background: url("../img/arrow-down.png") no-repeat 100% 50% transparent; } }

.dpl-widget_wc .wc-search-form { position: relative; flex: 0 0 100%; max-width: 100%; padding: 0 15px; margin: 0; }

@media (min-width: 768px) { .dpl-widget_wc .wc-search-form { flex: 0 0 33.333%; max-width: 33.333%; } }

.dpl-widget_wc .wc-search-form .woocommerce-product-search { display: inline-flex; width: 100%; }

.dpl-widget_wc .wc-search-form .woocommerce-product-search input { padding: 0 35px 0 15px; width: 100%; height: 40px; border: 1px solid #e0e0e0; border-radius: 20px; color: #2F4858; background: #f8f8f8; }

@media (min-width: 768px) { .dpl-widget_wc .wc-search-form .woocommerce-product-search input { padding: 0 27px 0 0; height: 30px; border-radius: 0; border-width: 0 0 1px 0; border-color: #929292; background: none; } }

.dpl-widget_wc .wc-search-form .woocommerce-product-search input[type="submit"], .dpl-widget_wc .wc-search-form .woocommerce-product-search button[type="submit"] { position: absolute; right: 25px; top: 0px; margin: 0; padding: 0; max-width: 40px; min-width: 40px; width: 40px; height: 40px; background: url("../img/icon-search.svg") no-repeat 100% 50% transparent; background-size: 25px 25px; border-radius: 0; text-indent: -999px; overflow: hidden; }

@media (min-width: 768px) { .dpl-widget_wc .wc-search-form .woocommerce-product-search input[type="submit"], .dpl-widget_wc .wc-search-form .woocommerce-product-search button[type="submit"] { right: 15px; height: 30px; } }

.dpl-widget_wc .wc-search-form .woocommerce-product-search .search-field { display: inline-block; margin: 0; }

.elementor-element.elementor-widget-dpl-events { background: none; }

.dpl-events { position: relative; }

.dpl-events .event-item { height: 100%; padding: 0; }

.dpl-events .event-item a { background-color: #fff; background-position: 0 calc(100% - 10px); display: flex; flex-direction: column; height: 100%; padding: 30px 30px 35px 30px; text-decoration: none; border-top: 5px solid transparent; transition: all 0.5s; }

.dpl-events .event-item a:hover { border-top: 5px solid #ff5a60; background: url("../img/arrow-right.png") no-repeat 30px calc(100% - 10px) #47499b; box-shadow: 0 10px 10px 0 rgba(71, 73, 155, 0.2); }

.dpl-events .event-item a:hover .event-item__title { color: #fff; }

.dpl-events .event-item .event-item__type { padding: 0 0 10px 0; color: #8e90ed; font-size: 14px; font-weight: 500; }

.dpl-events .event-item .event-item__date { padding: 0 0 25px 0; color: #ff5a60; font-size: 26px; font-weight: bold; }

.dpl-events .event-item .event-item__title { display: inline-block; flex: 1 0 auto; width: 100%; color: #47499b; font-size: 18px; font-weight: bold; }

.dpl-events .dpl-events__see-more { position: absolute; z-index: 1; right: 0; bottom: 0; top: auto; width: 100%; text-align: center; }

@media (min-width: 768px) { .dpl-events .dpl-events__see-more { right: 0; bottom: auto; top: -42px; width: auto; text-align: right; } }

.dpl-events .dpl-events__see-more a { padding: 0; color: #47499b; font-size: 14px; font-weight: bold; line-height: 1; }

@media (min-width: 768px) { .dpl-events .dpl-events__see-more a { padding: 1px 20px 1px 0; background: url("../img/arrow-short.svg") no-repeat 100% 50% transparent; } }

.dpl-events-carousel .slick-track { display: flex !important; }

.dpl-events-carousel .slick-track .slick-slide { padding: 15px; height: inherit !important; }

.dpl-events-carousel .slick-track .slick-slide > div, .dpl-events-carousel .slick-track .slide { height: 100%; }

.dpl-events-carousel .slick-track .event-item-wrap { height: inherit; }

.dpl-lastpost .dpl-lastpost__date { font-size: 16px; font-weight: bold; color: #484848; margin: 0 0 25px 0; padding: 10px 0 10px 0; border-bottom: 1px solid #484848; }

.dpl-lastpost .dpl-lastpost__date:first-child { padding-top: 0; }

.dpl-lastpost .dpl-lastpost__item { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-between; margin: 0 -15px; padding: 0 0 15px 0; }

.dpl-lastpost .dpl-lastpost__item .dpl-lastpost__item-bottom-time { flex: 0 0 80px; max-width: 80px; padding: 0 15px; color: #929292; font-weight: 500; }

.dpl-lastpost .dpl-lastpost__item .dpl-lastpost__item-bottom-title { -ms-flex-preferred-size: 0; flex-basis: 0; -ms-flex-positive: 1; flex-grow: 1; min-width: 0; max-width: 100%; padding: 0 15px; color: #484848; font-size: 16px; }

.dpl-lastpost .dpl-lastpost__item .dpl-lastpost__item-bottom-title a { color: inherit; }

.dpl-lastpost .dpl-lastpost__item .dpl-lastpost__item-bottom-title a:hover { color: #47499b; text-decoration: none; }

.dpl-lastpost .dpl-lastpost__catlist { border-top: 1px solid #d1d1d1; padding: 10px 0 0 0; margin: 0; list-style: none; text-align: center; }

.dpl-lastpost .dpl-lastpost__catlist li { display: inline-block; padding: 0; }

.dpl-lastpost .dpl-lastpost__catlist li a { display: block; padding: 10px 15px; margin: 5px 10px; background-color: #484848; border-radius: 3px; color: #fff; font-size: 14px; font-weight: 500; text-decoration: none; }

.dpl-lastpost .dpl-lastpost__allnews { padding: 25px 0 0 0; text-align: center; }

.dpl-reviews .dpl-reviews__see-more { position: absolute; z-index: 1; right: 0; bottom: 0; top: auto; width: 100%; text-align: center; }

@media (min-width: 768px) { .dpl-reviews .dpl-reviews__see-more { right: 0; bottom: auto; top: -42px; width: auto; text-align: right; } }

.dpl-reviews .dpl-reviews__see-more a { padding: 0; color: #47499b; font-size: 14px; font-weight: bold; line-height: 1; }

@media (min-width: 768px) { .dpl-reviews .dpl-reviews__see-more a { padding: 1px 20px 1px 0; background: url("../img/arrow-short.svg") no-repeat 100% 50% transparent; } }

.dpl-reviews .dpl-reviews-carousel .slick-track { display: flex !important; }

.dpl-reviews .dpl-reviews-carousel .slick-track .slick-slide { height: inherit !important; }

.dpl-reviews .dpl-reviews-carousel .slick-track .slick-slide > div, .dpl-reviews .dpl-reviews-carousel .slick-track .slide { height: 100%; }

.dpl-reviews .dpl-reviews-carousel .slick-track .slide { padding-top: 10px; padding-bottom: 15px; }

@media (min-width: 768px) { .dpl-reviews .dpl-reviews-carousel .slick-track .slide { padding-bottom: 0; } }

.dpl-reviews .dpl-reviews-carousel .slick-track .reviews-item { height: inherit; }

.reviews-item { position: relative; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; background-color: #fff; }

.reviews-item::before { position: absolute; top: -10px; left: calc(50% - 20px); display: block; content: ""; width: 41px; height: 34px; background: url("../img/icon-quote.svg") no-repeat 50% 50% transparent; }

@media (min-width: 768px) { .reviews-item::before { left: calc(30% - 15px); } }

.reviews-item .reviews-item__img { flex: 0 0 100%; max-width: 100%; padding: 20px 85px; }

@media (min-width: 768px) { .reviews-item .reviews-item__img { flex: 0 0 30%; max-width: 30%; padding: 60px 0 70px 30px; } }

.reviews-item .reviews-item__text { position: relative; flex: 0 0 100%; max-width: 100%; padding: 0 25px 35px 25px; color: #484848; font-size: 12px; font-weight: 500; font-style: italic; text-align: center; }

@media (min-width: 768px) { .reviews-item .reviews-item__text { flex: 0 0 70%; max-width: 70%; padding: 60px 40px 70px 30px; font-weight: 600; font-size: 14px; text-align: left; } }

.reviews-item .reviews-item__title { color: #47499b; font-style: normal; font-weight: bold; font-size: 16px; }

@media (min-width: 768px) { .reviews-item .reviews-item__title { font-size: 14px; } }

.reviews-item .reviews-item__title a { color: inherit; }

/*
@media (min-width: 768px) {
    .dpl-reviews-carousel .reviews-item .reviews-item__text::before,
    .dpl-reviews-carousel .reviews-item .reviews-item__text::after {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        content: "";
        width: 18px;
        height: 13px;
        background: url("../img/icon-quote.svg") no-repeat 50% 50% transparent;  
    }
}
*/
.dpl-forum-lastreplies { padding: 0; margin: 0; }

.dpl-forum-lastreplies ul { margin: 0; padding: 0; }

.dpl-forum-lastreplies li { list-style: none; margin: 0 0 10px 0; padding: 0 0 10px 0; border-bottom: 1px solid #929292; }

.dpl-forum-lastreplies time { font-size: 12px; font-weight: 500; color: #929292; }

.dpl-forum-lastreplies .bbp-author-avatar { margin: 0 5px 0 0; }

.dpl-forum-lastreplies .bbp-author-name { padding: 3px 0 7px 0; font-size: 12px; font-weight: 500; color: #929292; }

.dpl-forum-lastreplies .bbp-reply-topic-title { color: #484848; font-size: 14px; font-weight: bold; text-decoration: none; }

.dpl-forum-lastreplies .bbp-reply-topic-title:hover { color: #47499b; }

/*# sourceMappingURL=style.css.map */