@charset "UTF-8";
/*
Theme Name: delen
Theme URI:
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 
.rubric_page_main a.hl.link_buy.bs {
    height: 30px!important;
    width: 230px!important;
    text-align: center!important;
    margin: 4px 0.5% 5px 0.5%!important;
    font-size: 12px!important;
}
.pum-content.popmake-content a.hl.link_buy, .rubric_page_main .link_buy {
    padding: 5px 20px !important;
    height: 60px;
    border-radius: 30px !important;
    background-color: #ee3737 !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 500;
    text-decoration: none !important;
    margin: 0 auto;
    text-transform: uppercase;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .5s;
}

.pum-content.popmake-content a.hl.link_buy:hover, .rubric_page_main .link_buy:hover {
    transition: .5s;
    opacity: .6;
}

.pum-content.popmake-content a.hl.link_buy {
    margin-left: 30%;
}

 .container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}
.article blockquote.quotes_red, .page blockquote.quotes_red {
     background: #ee3737 url(images/attention.svg) 60px center no-repeat;
     padding: 50px 160px;
     background-size: 61px 61px;
 }

.article blockquote.quotes_quotes2, .page blockquote.quotes_quotes2 {
    background: #30bab8 url(images/quotes_quotes2.png) 60px center no-repeat;
    padding: 50px 160px;
    background-size: 61px 61px;
}

.article blockquote p a[rel~="noopener"], .page blockquote p a[rel~="noopener"] {
    color: #fff !important;
}

.article .list_plus, .page .list_plus {
    margin: 50px 0;
}

.article .list_minus + ul, .article .list_minus + div, .article .list_minus + p, .page .list_minus + ul, .page .list_minus + div, .page .list_minus + p {
    clear: both;
}

/*
ABOUT US
*/

#o_nas {
    /* font-family: Segoe_UI_Semibold; */
    color: #383e4d;
}

.about-text-wrap {
    border-bottom: 1px solid #eff4f7;
    padding-bottom: 15px;
}

.about-partners-wrap {
    padding-top: 10px;
    border-bottom: 1px solid #eff4f7;
    padding-bottom: 15px;
}

.about-partners-wrap h3 {
    color: #383e4d;
}

.about-partners-wrap ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.about-partners-wrap ul li {
    margin: 5px;
}

.about-partners-wrap ul li a {
    display: block;
    padding: 5px;
}

.about-partners-wrap ul li a:hover {
        box-shadow: 0px 1px 7px 0px rgba(0,0,0,0.15);
}

.about-team-wrap {
    padding-top: 10px;
}

.about-team-wrap ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
}

.about-team-wrap ul li {
    padding: 10px;
    width: 200px;
    border-radius: 5px;
    background: transparent;
    box-shadow: transparent;
    transition: all .25s ease;
    cursor: pointer;
}

.about-team-wrap ul li:hover {
    cursor: default;
}

.about-team-wrap ul li:not(:last-child) {
    margin-right: 17px;
}

.about-team-wrap ul li > span, .about-team-wrap ul li > a {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    max-width: 200px;
    text-align: center;
    color: #383e4d;
}

.about-team-wrap ul li > span img, .about-team-wrap ul li > a img {
    border-radius: 50%;
    height: 110px;
    width: 110px;
}

#o_nas h2 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.about-team-wrap ul li > span span:last-child, .about-team-wrap ul li > a span:last-child {
    font-size: 13px;
}

.about-authors-wrap .author_list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.about-authors-wrap .author_row {
    flex-basis: 12%;
    padding: 15px;
    padding-bottom: 0;
    background: transparent;
    border-left: none;
    border-bottom: 3px solid transparent;
    transition: all .25s ease;
    outline: none;
    margin-bottom: 0;
}

.about-authors-wrap .author_row a {
       color: #383e4d;
}

.about-authors-wrap .author_row:hover {
    background: aliceblue;
    border-radius: 15px;
    border-bottom: 3px solid #30bab8;
    cursor: pointer;
}

.about-authors-wrap .author_row:hover .author_bio {
    text-decoration: underline;
    color: red;
}

.about-authors-wrap .author_row:active {
    border-bottom: 2px solid #30bab8;
}

.about-authors-wrap .author_container img {
    height: 85px;
    width: 85px;
    margin: 0 auto;
}

.about-authors-wrap .author_container .name {
    font-size: 18px;
    margin-bottom: 0;
}

@media only screen and (max-width: 450px) {
    .about-authors-wrap .author_row {
        padding: 5px;
        flex-basis: 50%;
        text-align: center;
        margin-bottom: 5px;
    }

    .about-authors-wrap .author_row .author_container {
        margin-bottom: 5px;
    }

    .about-team-wrap ul li:not(:last-child) {
        margin-right: auto;
    }

    .about-team-wrap ul li {
        width: auto;
        flex-basis: 50%;
    }
    .about-partners-wrap ul {
        justify-content: center;   
    }
    .about-partners-wrap ul li {
        flex-basis: 45%;
    }
}

@media only screen and (max-width: 950px) {
    .about-authors-wrap .author_row {
        padding: 10px;
        padding-bottom: 0;
        margin-bottom: 0px;
    }
}

@media (min-width: 568px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
	
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

@media (min-width: 568px) {
    .col-sm {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 768px) {
    .col-md {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 568px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.d-print-block {
    display: none !important;
}

@media print {
    .d-print-block {
        display: block !important;
    }
}

.d-print-inline {
    display: none !important;
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
}

.d-print-inline-block {
    display: none !important;
}

@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    -ms-grid-row-align: flex-start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    -ms-grid-row-align: flex-end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    -ms-grid-row-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -webkit-align-content: flex-start !important;
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -webkit-align-content: flex-end !important;
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -webkit-align-content: center !important;
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -webkit-align-content: space-between !important;
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -webkit-align-content: space-around !important;
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -webkit-align-content: stretch !important;
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -webkit-align-self: auto !important;
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -webkit-align-self: flex-start !important;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -webkit-align-self: flex-end !important;
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -webkit-align-self: center !important;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -webkit-align-self: baseline !important;
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -webkit-align-self: stretch !important;
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 568px) {
    .flex-sm-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 568px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 568px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 568px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #868e96 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url("./fonts/slick.eot");
    src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir="rtl"] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir="rtl"] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir="rtl"] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dots {
    position: absolute;
    bottom: auto;
    top: -64px;
    right: 0;
    text-align: right;
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
}

@media (max-width: 1199px) {
    .slick-dots {
        top: -50px;
    }
}

.slick-dots li {
    display: inline-block;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
    background-color: #c73046;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}

button {
    -webkit-tap-highlight-color: transparent;
}

input[type=button] {
    cursor: pointer;
}

input {
    outline: none;
}

li {
    list-style: none;
}

body {
    min-width: 300px;
    position: relative;
}

iframe {
    max-width: 100%;
    width: 100%;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    /*Что бы убрать странный отступ у картинки*/
}

video {
    vertical-align: bottom;
    /*Что бы убрать странный отступ у картинки*/
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

@font-face {
    font-family: kievit_med;
    /* имя шрифта для CSS правил */
    src: local("kievit_med"), url("fonts/kievit_med.ttf");
    src: url("fonts/kievit_med-webfont.woff") format("woff");
    /* если шрифт не установлен, тогда загружаем его по указанному пути */
}

@font-face {
    font-family: KievitPro-Bold_26324;
    /* имя шрифта для CSS правил */
    src: local("KievitPro-Bold_26324"), url("fonts/KievitPro-Bold_26324.ttf");
    src: url("fonts/KievitPro-Bold.woff") format("woff");
    /* если шрифт не установлен, тогда загружаем его по указанному пути */
}

@font-face {
    /* font-family: Segoe_UI_Semibold; */
    /* имя шрифта для CSS правил */
    /* src: local("Segoe_UI_Semibold"), url("fonts/Segoe_UI_Semibold.ttf"); */
    /* src: url("fonts/Segoe_UI_Semibold.woff") format("woff"); */
    /* если шрифт не установлен, тогда загружаем его по указанному пути */
}

@font-face {
    /* font-family: segoeuib; */
    /* имя шрифта для CSS правил */
    /* src: local("segoeuib"), url("fonts/segoeuib.ttf"); */
    /* src: url("fonts/segoeuib.woff") format("woff"); */
    /* если шрифт не установлен, тогда загружаем его по указанному пути */
}

@font-face {
    font-family: Tinos-Regular;
    /* имя шрифта для CSS правил */
    src: local("Tinos-Regular"), url("fonts/Tinos-Regular.ttf");
    src: url("fonts/tinos-regular-webfont.woff") format("woff");
    /* если шрифт не установлен, тогда загружаем его по указанному пути */
}

.line {
    height: 1px;
    background-color: #c9ccd3;
    width: 100%;
}

@media (max-width: 991px) {
    .line {
        display: none;
    }
}

.thumb-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.thumb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bread_crumbs {
    color: #a2a7b5;
    /* font-family: segoeuib; */
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .bread_crumbs {
        margin-bottom: 20px;
    }
}

.bread_crumbs li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
}

.bread_crumbs li:last-child {
    margin-right: 0;
}

.bread_crumbs li:after {
    border: 3px solid transparent;
    border-left: 4px solid #a9a9a9;
    position: absolute;
    right: -13.5px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    content: '';
}

.bread_crumbs li:last-child:after {
    content: none;
}

.bread_crumbs li.current-item span {
    color: #ee3737;
}

.bread_crumbs li a {
    color: #a2a7b5;
    transition: .5s;
    position: relative;
}

.bread_crumbs li a:hover {
    color: #ee3737;
    transition: .5s;
}

.search p {
    color: #383e4d;
    font-family: Tinos-Regular;
    font-size: 19px;
    line-height: 25px;
}

.e_404 {
    text-align: center;
    margin: 100px 0;
}

@media (max-width: 767px) {
    .e_404 {
        margin: 50px 0;
    }
	p.linkis a img {
    width: 100%;
	}
}

.e_404 h1 {
    color: #383e4d;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
}

.e_404 a {
    color: #383e4d;
    /* font-family: Tinos-Regular; */
    font-size: 18px;
    line-height: 25px;
    transition: .5s;
}

.e_404 a:hover {
    opacity: .6;
    transition: .5s;
}

.tabs .tabs__caption {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.tabs .tabs__caption li {
    color: #585f70;
    /* font-family: segoeuib; */
    font-size: 13px;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-radius: 5px 5px 0 0;
    transition: .5s;
    position: relative;
}

@media (max-width: 767px) {
    .tabs .tabs__caption li {
        font-size: 12px;
    }
}

.tabs .tabs__caption li:hover {
    opacity: .7;
    transition: .5s;
    cursor: pointer;
}

.tabs .tabs__caption li.active {
    background-color: #ee3737;
    color: #fff;
}

.tabs .tabs__caption li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #9aa0af;
    top: 21px;
    left: -7px;
}

@media (max-width: 991px) {
    .tabs .tabs__caption li:before {
        content: none;
    }
}

.tabs .tabs__caption li:nth-child(2):before {
    left: 5px;
}

.tabs .tabs__caption li.active:before, .tabs .tabs__caption li:first-child:before, .tabs .tabs__caption li.active + li:before {
    content: none;
}

.tabs .tabs__caption.tabs__caption_main {
    position: absolute;
    right: 15px;
    top: -110px;
    width: 360px;
    margin-left: 30px;
}

@media (max-width: 991px) {
    .tabs .tabs__caption.tabs__caption_main {
        position: static;
        width: auto;
        margin-bottom: 30px;
        margin-left: 0;
    }
}

.tabs .tabs__caption.tabs__caption_main li {
    position: relative;
    height: 42px;
    width: auto;
    padding: 0 10px;
    border-radius: 21px;
}

.tabs .tabs__caption.tabs__caption_main li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #9aa0af;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: -7px;
}

@media (max-width: 991px) {
    .tabs .tabs__caption.tabs__caption_main li:before {
        content: none;
    }
}

.tabs .tabs__caption.tabs__caption_main li.active:before, .tabs .tabs__caption.tabs__caption_main li:first-child:before, .tabs .tabs__caption.tabs__caption_main li.active + li:before {
    content: none;
}

.tabs .tabs__content {
    display: none;
}

.tabs .tabs__content.active {
    display: block;
}

.tabs .wrapper_images img {
    height: 266px;
}

.load {
    height: 72px;
    background-color: #eff4f7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    transition: .5s;
}

.load:hover {
    box-shadow: 0 1px 9px 1px #a6b4ca;
    transition: .5s;
}

.load p {
    color: #585f70;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: segoeuib;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 15px;
    padding-left: 20px;
    background: url("images/loading.png") no-repeat left center;
}

.block .wrapper_images, .block .wrap_img, .slider .box .wrapper_images, .slider .box .wrap_img, .item .wrapper_images, .item .wrap_img {
    overflow: hidden;
    position: relative;
}

.block:hover img, .slider .box:hover img, .item:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    transition: .3s;
}

.block img, .slider .box img, .item img {
    transition: .3s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.block .wrap_man img, .slider .box .wrap_man img, .item .wrap_man img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.recom img {
    object-fit: cover;
    width: 45px;
    height: 45px;
}

.recom:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.recom > div.title_tag,
.friends .title_tag {
    display: flex;
    position: relative;
}

.recom .title_tag:after,
.friends .title_tag:after {
    display: block;
    right: 0;
    margin-left: auto;
    align-self: flex-end;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 8px;
    background: rgba(133, 133, 133, 0.04);
    color: rgb(116, 116, 116);
    content: 'Реклама';
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

.title {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#toTop {
    width: 60px;
    height: 60px;
    background: url("images/btn_up.png") no-repeat;
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    display: none;
	left: 24px;
    
}

#toTop:hover {
    opacity: .6;
    transition: .5s;
}

.single .wrap_info_post {
    margin-top: 12px;
    margin-bottom: 12px;
}

@media (max-width: 1199px) {
    .single .wrap_info_post {
        float: none;
    }
}

.btn {
    width: 315px;
    padding: 0 15px;
    height: 42px;
    border-radius: 21px;
    background-color: #ee3737;
    color: #fefefe;
    /* font-family: segoeuib; */
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    transition: .5s;
    white-space: nowrap;
    margin-left: 30px;
}

@media (max-width: 991px) {
    .btn {
        width: auto;
    }
}

.btn:hover {
    transition: .5s;
    opacity: .7;
    cursor: pointer;
}

.wrap_title {
    margin-bottom: 70px;
}

@media (max-width: 991px) {
    .wrap_title {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 30px;
    }

    .wrap_title .btn {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media (max-width: 991px) and (max-width: 991px) {
    .wrap_title .btn {
        margin-top: 15px;
    }
}

@media (max-width: 991px) {
    .wrap_title h2 {
        margin-right: 0;
    }
}

.home .widget {
    position: static;
    background-color: transparent;
    border-top: none;
    padding: 0;
    margin-bottom: 0;
}

.widget {
    position: relative;
    background-color: #eff4f7;
    border-top: 3px solid #ee3737;
    padding: 40px;
    margin-bottom: 64px;
}

@media (max-width: 1199px) {
    .widget {
        padding: 20px;
        margin-bottom: 30px;
    }
}

.widget.tabs_block {
    margin-top: 117px;
}

@media (max-width: 1199px) {
    .widget.tabs_block {
        margin-top: 82px;
    }
}

.widget.friends .wrap_img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
}

.widget.advertising {
    text-align: center;
}

.widget.editorial_recommendations .block {
    margin-bottom: 40px;
}

.widget.editorial_recommendations .block:last-child {
    margin-bottom: 0;
}

.widget.editorial_recommendations .wrapper_images {
    margin-bottom: 20px;
    height: 146px;
    overflow: hidden;
    position: relative;
}

.widget.editorial_recommendations .wrapper_images img {
    width: 100%;
    object-fit: cover;
}

.widget.editorial_recommendations .rubric {
    left: 15px;
    top: 15px;
}

.widget.editorial_recommendations .info_text .link_title {
    color: #383e4d;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.54px;
    margin-bottom: 0;
    transition: .5s;
}

.widget.editorial_recommendations .info_text .link_title:hover {
    color: #30bab8;
}

.widget.no_border.rek {
    border-top: none;
    padding: 0;
}

.widget.no_border {
    border-top: none;
}

.widget.social_page {
    margin-bottom: 117px;
}

.widget.social_page .social_list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #ffffff;
    font-family: segoeuib;
    font-size: 12px;
    text-transform: uppercase;
    transition: .5s;
    margin-bottom: 12px;
}

.widget.social_page .social_list li :hover {
    opacity: .6;
    transition: .5s;
    cursor: pointer;
}

.widget.social_page .social_list li:nth-child(1) .title {
    background: #2954a1;
}

.widget.social_page .social_list li:nth-child(1) .title:before {
    content: '';
    background: url("images/widget_f.png") no-repeat center center;
    width: 35px;
    height: 16px;
}

.widget.social_page .social_list li:nth-child(2) .title {
    background: #489dd2;
}

.widget.social_page .social_list li:nth-child(2) .title:before {
    content: '';
    background: url("images/widget_vk.png") no-repeat center center;
    width: 35px;
    height: 11px;
}

.widget.social_page .social_list li:nth-child(3) .title {
    background: #f58220;
}

.widget.social_page .social_list li:nth-child(3) .title:before {
    content: '';
    background: url("images/widget_ok.png") no-repeat center center;
    width: 35px;
    height: 18px;
}

.widget.social_page .social_list li .title {
    height: 50px;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #383e4d;
    position: relative;
    z-index: 999;
    color: #ffffff;
    width: 172px;
    padding-right: 10px;
}

.widget.social_page .social_list li .title span {
    margin-right: 5px;
}

.widget.social_page .social_list li a {
    height: 50px;
    width: 118px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    left: -5px;
    border-radius: 5px;
    background-color: #ffffff;
    transition: .5s;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #383e4d;
}

.widget.social_page .social_list li a:hover {
    transition: .5s;
    box-shadow: 0 1px 9px 1px #a6b4ca;
}

.widget.social_page .social_list li:last-child {
    margin-bottom: 0;
}

.widget .title_tag {
    color: #252a37;
    margin-right: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.44px;
    margin-bottom: 30px;
}

.widget .item {
    border-bottom: 1px solid rgba(154, 160, 175, 0.51);
    padding-bottom: 35px;
    margin-bottom: 35px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.widget .item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget .item .wrap_text {
    position: relative;
    top: -6px;
}

.widget .item .wrap_text .title_friends {
    color: #252a37;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.36px;
    margin-bottom: 9px;
    transition: .5s;
}

.widget .item .wrap_text .title_friends:hover {
    opacity: .7;
    transition: .5s;
}

.widget .item .wrap_text p {
    font-size: 16px;
    line-height: 1.35;
    color: #383e4d;
}

.widget .item .wrap_img {
    margin-right: 20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.widget .item .more {
    color: #ee3737;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    transition: .5s;
}

.widget .item .more:hover {
    transition: .5s;
    color: #30bab8;
}

.widget .tabs__caption {
    position: absolute;
    top: -53px;
    left: 0;
}

@media (max-width: 1199px) {
    .widget .tabs__caption {
        top: -52px;
    }
}

.widget .tabs__content .block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.widget .tabs__content .block .wrapper_images {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
    border-radius: 50%;
    height: 110px;
}

.widget .tabs__content .block .wrapper_images img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    object-fit: cover;
}

.widget .tabs__content .block .info_text .date {
    margin-bottom: 5px;
    padding-left: 30px;
}

.widget .tabs__content .block .info_text .date:before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ee3737 url("images/calendar.svg") no-repeat center center;
    background-size: 11px 11px;
}

.widget .tabs__content .block .info_text .link_title {
    color: #383e4d;
    font-family: Segoe_UI_Semibold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.54px;
    transition: .5s;
}

.widget .tabs__content .block .info_text .link_title:hover {
    color: #30bab8;
}

.menu__icon {
    display: none;
    width: 45px;
    height: 35px;
    position: absolute;
    z-index: 9999;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -155px;
    transition: .5s;
}

@media (max-width: 991px) {
    .menu__icon {
        left: 15px;
    }
}

.menu__icon:hover {
    opacity: 0.6;
    cursor: pointer;
    transition: .5s;
}

@media (max-width: 1199px) {
    .menu__icon {
        display: block;
    }
}

.menu__icon span {
    display: block;
    height: 4px;
    width: 100%;
    margin-bottom: 10px;
    background: #fff;
    left: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: .25s ease-in-out;
}

.menu__icon span:last-child {
    margin-bottom: 0;
}

.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
    display: none;
}

.close:hover {
    opacity: 1;
    cursor: pointer;
}

.close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
}

.close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.main_menu .menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1199px) {
    .main_menu .menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #fff;
        z-index: 9999;
        left: 0;
        top: 0;
        padding: 50px;
        overflow: auto;
    }
}

.main_menu .menu > li {
    margin-right: 18px;
    position: relative;
}

.main_menu .menu > li:hover > a {
    color: #fff;
    background-color: #ee3737;
}

@media (max-width: 1199px) {
    .main_menu .menu > li:hover > a {
        background-color: transparent;
        color: rgba(44, 55, 75, 0.94);
    }
}

.main_menu .menu > li:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #9aa0af;
    top: 5px;
    left: -9px;
}

@media (max-width: 1199px) {
    .main_menu .menu > li:before {
        content: none;
    }
}

.main_menu .menu > li:first-child:before {
    content: none;
}

.main_menu .menu > li:last-child {
    margin-right: 0;
}

.main_menu .menu > li > a {
    color: rgba(44, 55, 75, 0.94);
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    transition: .5s;
    padding: 10px;
    border-radius: 21px;
}

.main_menu .menu > li > a:hover {
    color: #fff;
    border-radius: 21px;
    background-color: #ee3737;
}

@media (max-width: 1199px) {
    .main_menu .menu > li > a:hover {
        background-color: transparent;
        color: rgba(44, 55, 75, 0.94);
    }
}

@media (max-width: 1199px) {
    .main_menu .menu > li {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .main_menu .menu > li:last-child {
        margin-bottom: 0;
        border-bottom: 1px solid #9aa0af;
        display: inline-block;
    }
}

.main_menu .menu > li:hover .sub-menu {
    display: block;
}

.main_menu .menu > .current-menu-item:before, .main_menu .menu > .current-menu-item + li:before, .main_menu .menu > .current-post-ancestor:before, .main_menu .menu > .current-post-ancestor + li:before {
    content: none;
}

.main_menu .menu > .current-menu-item > a, .main_menu .menu > .current-post-ancestor > a {
    color: #fff;
    border-radius: 21px;
    background-color: #ee3737;
}

.main_menu .menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    box-shadow: 0 1px 9px 1px #a6b4ca;
    border-radius: 2px;
    background-color: #ffffff;
    z-index: 9999;
    white-space: nowrap;
    padding: 20px;
}

.main_menu .menu .sub-menu:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 12px;
    background: transparent;
    left: 0;
    top: -12px;
}

.main_menu .menu .sub-menu li {
    margin-bottom: 20px;
}

.main_menu .menu .sub-menu li:last-child {
    margin-bottom: 0;
}

.main_menu .menu .sub-menu li:after {
    content: none;
}

.main_menu .menu .sub-menu li a {
    color: #3c404a;
    /* font-family: segoeuib; */
    font-size: 12px;
    text-transform: uppercase;
    transition: .5s;
}

.main_menu .menu .sub-menu li a.active, .main_menu .menu .sub-menu li a:hover {
    color: #ee3737;
    transition: .5s;
}

@media (max-width: 1199px) {
    .main_menu .menu .sub-menu {
        position: static;
        display: block;
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
        padding-bottom: 0;
        opacity: .7;
    }
}

.main_article_design .info_text .link_title {
    transition: .5s;
}

.main_article_design .info_text .link_title:hover {
    color: #30bab8;
}

.main_article_design .block {
    margin-bottom: 50px;
}

.main_article_design .block .wrapper_images {
    position: relative;
    margin-bottom: 25px;
}

.main_article_design .block .wrapper_images img {
    object-fit: cover;
    width: 100%;
}

.main_article_design.last_news {
    margin-bottom: 50px;
}

.main_article_design.last_news .left_block img {
    height: 370px;
}

.main_article_design.last_news .left_block .info_text .link_title {
    margin-bottom: 20px;
    transition: .5s;
}

.main_article_design.last_news .left_block .info_text .link_title:hover {
    color: #30bab8;
}

.main_article_design.last_news .right_block .wrapper_images img {
    height: 177px;
}

.main_article_design.last_news .wrapper_images {
    margin-bottom: 20px;
}

.main_article_design.last_news .wrapper_images .rubric {
    left: 15px;
    top: 15px;
}

.main_article_design.last_news .info_text .link_title {
    color: #383e4d;
    font-size: 20px;
    margin-bottom: 0;
    transition: .5s;
}

.main_article_design.last_news .info_text .link_title:hover {
    color: #30bab8;
}

@media (max-width: 767px) {
    .main_article_design.actual_news .block {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }

    .main_article_design.actual_news .block .wrapper_images {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.main_article_design.actual_news .wrapper_images {
    margin-right: 30px;
    margin-bottom: 0;
    width: 170px;
    height: 152px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.main_article_design.actual_news .wrapper_images img {
    max-width: none;
    height: 152px;
}

.main_article_design.actual_news .info_text .link_title {
    color: #383e4d;
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 0;
    transition: .5s;
}

.main_article_design.actual_news .info_text .link_title:hover {
    color: #30bab8;
}

.main_article_design.actual_news .info_text .date {
    margin-bottom: 5px;
}

.archive .big_image img, .search .big_image img {
    height: 370px;
}

.archive .small_image img, .search .small_image img {
    height: 266px;
}

.single .our_articles {
    margin-bottom: 0;
}

.search .rubric_page_main .search_form {
    margin-bottom: 30px;
}

.search .rubric_page_main .search_form input[type="text"] {
    background: #eff4f7;
    opacity: 1;
}

@media (max-width: 991px) {
    .search .rubric_page_main .search_form {
        margin-left: 0;
    }
}

.rubric {
    position: absolute;
    top: 30px;
    left: 20px;
    height: 29px;
    border-radius: 14px;
    background-color: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* font-family: segoeuib; */
    transition: .5s;
    z-index: 999;
}

.rubric:hover {
    transition: .5s;
    background-color: #30bab8;
}

.rubric:hover i {
    background-color: #fff;
    color: #30bab8;
}

.rubric:hover span {
    color: #fff;
}

.rubric span {
    color: #30bab8;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.12px;
    padding: 5px 10px 5px 35px;
}

@media (max-width: 1199px) {
    .rubric span {
        font-size: 12px;
    }
}

.rubric span:hover {
    transition: .5s;
    color: #fff;
}

.rubric i {
    min-width: 29px;
    height: 29px;
    background-color: #30bab8;
    border-radius: 50%;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.14px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: -1px;
    transition: .5s;
    z-index: 999;
}

.info_text .link_title {
    color: #383e4d;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.66px;
    margin-bottom: 10px;
    display: block;
}

.date {
    color: #9aa0af;
    /* font-family: segoeuib; */
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.12px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 30px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 25px;
    position: relative;
}

.date:before {
    content: '';
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #ee3737 url("images/calendar.svg") no-repeat center center;
    background-size: 11px 11px;
}

@media (max-width: 991px) {
    .date {
        font-size: 12px;
    }
}

.date-modified > small,
.date > small {
    font-size: 80%;
}

.date-modified-bottom {
    color: #9aa0af;
    font-size: 12px;
    font-weight: normal;
    margin-top: 4px;
}

h2, .comments_title_div, .title_tag {
    color: #252a37;
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.52px;
    position: relative;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 30px;
    top: -3px;
}

header form {
    display: none;
}

header .search_form .icon_search {
    background: #ffffff url("images/search.svg") no-repeat center center;
    background-size: 15px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

header .search_form .icon_search:hover {
    cursor: pointer;
}

header .search_mob {
    display: none;
}

@media (max-width: 991px) {
    header .search_mob {
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: #ffffff url("images/search.svg") no-repeat center center;
        background-size: 15px 15px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    header .search_mob:hover {
        cursor: pointer;
    }
}

.search_form {
    border-right: 1px solid rgba(255, 255, 255, 0.31);
    padding-right: 30px;
    margin-right: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .search_form {
        padding-right: 0;
        margin-right: 0;
        margin-left: 30px;
        border-right: none;
    }
}

@media (max-width: 767px) {
    .search_form {
        margin-left: 0;
        margin-top: 30px;
    }
}

.search_form form {
    position: relative;
}

.search_form input[type=text] {
    width: 500px;
    height: 50px;
    border-radius: 24px;
    background-color: #ffffff;
    padding-left: 30px;
    color: #252a37;
    font-family: Segoe_UI_Semibold;
    font-size: 14px;
    letter-spacing: -0.28px;
    outline: none;
    border: none;
    transition: .5s;
}

@media (max-width: 1199px) {
    .search_form input[type=text] {
        width: 300px;
    }
}

@media (max-width: 991px) {
    .search_form input[type=text] {
        padding-left: 60px;
    }
}

@media (max-width: 767px) {
    .search_form input[type=text] {
        width: 100%;
    }
}

.search_form input[type=submit] {
    width: 50px;
    height: 50px;
    background: #ffffff url("images/search.svg") no-repeat center center;
    background-size: 15px 15px;
    border-radius: 50%;
    display: block;
    font-size: 0;
    outline: none;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

@media (max-width: 991px) {
    .search_form input[type=submit] {
        right: auto;
        left: 0;
    }
}

.search_form input[type=submit]:hover {
    cursor: pointer;
}

.search_form.mob {
    margin-left: 0;
    margin-top: 0;
}

.search_form.mob #searchform {
    position: absolute;
    z-index: 99999;
    width: 100%;
    top: 70px;
    left: 0;
}

.search_form.mob #searchform input[type=text] {
    width: 100%;
    background: #eff4f7;
}

.search_form.mob .icon_search {
    display: none;
}

.logo img, .wrap_logo img {
    width: 180px;
    transition: .5s;
}

.logo img:hover, .wrap_logo img:hover {
    transition: .5s;
    -webkit-filter: brightness(70%);
    filter: brightness(70%);
    cursor: pointer;
}

header {
    background: url("images/header_bg.jpg") no-repeat;
    background-size: cover;
    height: 120px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    header {
        padding: 10px 0;
        height: auto;
    }
}

header .right_block {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    header .right_block {
        /* display: none; */
    }

    .search_form {
        display: none;
    }
}

header .right_block .info .title {
    margin-bottom: 15px;
    color: #30bab8;
    font-family: segoeuib;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    header .right_block .info .title {
        margin-bottom: 10px;
    }
}

header .right_block .info .wrapper_telefon .wrapper_line {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

header .right_block .info .wrapper_telefon .wrapper_line a, header .right_block .info .wrapper_telefon .wrapper_line .city {
    color: #ffffff;
    font-family: Segoe_UI_Semibold;
    font-size: 13px;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    header .right_block .info .wrapper_telefon .wrapper_line a, header .right_block .info .wrapper_telefon .wrapper_line .city {
        font-size: 12px;
    }
}

header .right_block .info .wrapper_telefon .wrapper_line .city {
    margin-left: 20px;
    position: relative;
}

header .right_block .info .wrapper_telefon .wrapper_line .city:before {
    content: '';
    width: 3px;
    height: 3px;
    top: 50%;
    left: -12px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

header .right_block .info .wrapper_telefon .wrapper_line:first-of-type {
    margin-bottom: 5px;
}

@media (max-width: 991px) {
    header .right_block .info {
        /* display: none; */
        margin: auto;
    }

    header .header-link {
        display: none;
    }

    header .header-link-wrapper {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) {
    header .logo {
        text-align: center;
    }
}

.main_menu {
    padding: 40px 0;
}

.main_menu.rubric_page {
    background-color: #eff4f7;
    margin-bottom: 50px;
}

@media (max-width: 1199px) {
    .main_menu.rubric_page {
        padding: 0;
        margin-bottom: 0;
    }
}

.wrap_info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff;
    /* font-family: segoeuib; */
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.12px;
}

.wrap_info.wrap_info_post {
    color: #9aa0af;
}

.wrap_info.wrap_info_post .wrap_statistics {
    margin-right: 0;
}

.wrap_info.wrap_info_post .rating {
    background: url("images/star_post.svg") no-repeat left center;
    background-size: 11px 10px;
}

.wrap_info.wrap_info_post .comments {
    background: url("images/comment_post.svg") no-repeat left 9px;
    background-size: 10px 9px;
}

.wrap_info.wrap_info_post .comments:hover {
    cursor: pointer;
}

.wrap_info.wrap_info_post .views {
    background: url("images/views_post.svg") no-repeat left 6px;
    margin-right: 0;
    background-size: 16px 14px;
}

@media (max-width: 767px) {
    .wrap_info {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .wrap_info .wrap_man {
        margin-bottom: 15px;
    }
}

.wrap_info .wrap_man img {
    border-radius: 50%;
    display: block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.wrap_info div {
    margin-right: 20px;
    position: relative;
    height: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.wrap_info div:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 10px;
    background: #9aa0af;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -11px;
}

.wrap_info div:last-child:after {
    content: none;
}

.wrap_info .rating {
    background: url("images/star.svg") no-repeat left center;
    padding-left: 13px;
    background-size: 11px 10px;
}

.wrap_info .comments {
    background: url("images/comment.svg") no-repeat left 9px;
    background-size: 10px 9px;
    padding-left: 15px;
}

.wrap_info .views {
    background: url("images/view.svg") no-repeat left 6px;
    padding-left: 20px;
    background-size: 16px 14px;
}

.slider_head .wrap_info {
    color: #000;
}

.slick-initialized .wrap_info {
    color: #fff;
}

.slick-slider .link_absolute {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
}

.slick-slider .box + .box {
    margin-top: 31px;
}

.slick-slider .slick-dots button {
    display: none;
}

.slick-slider .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: #686e7c;
    opacity: 0.45;
    position: relative;
    margin-right: 20px;
    border-radius: 50%;
    transition: .5s;
}

.slick-slider .slick-dots li:last-child {
    margin-right: 0;
}

.slick-slider .slick-dots li.slick-active {
    background-color: #30bab8;
    transition: .5s;
}

.slick-slider .slick-dots li:hover {
    background-color: #30bab8;
}

.slick-slider .slick-dots li.slick-active:before, .slick-slider .slick-dots li:hover:before {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #30bab8;
    border-radius: 50%;
    display: block;
    transition: .5s;
}

.slick-slider .box {
    position: relative;
}

.slick-slider .left_block .info_text .link_title {
    font-size: 30px;
    line-height: 35px;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    display: block;
}

.slick-slider .info_text {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    padding-right: 15px;
}

.slick-slider .info_text .link_title {
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.5px;
    transition: .5s;
}

.slick-slider .info_text .link_title:hover {
    opacity: .7;
    transition: .5s;
}

.slick-slider .info_text .date {
    color: #fff;
    letter-spacing: -0.5px;
}

.slick-slider .wrapper_images {
    position: relative;
}

.slick-slider .wrapper_images:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(4, 62, 165, 0.17) 100%);
    opacity: 0.8;
}

.slick-slider .wrapper_images img {
    width: 100%;
    object-fit: cover;
}

.slick-slider .left_block .wrapper_images img {
    height: 425px;
}

@media (max-width: 991px) {
    .slick-slider .left_block .wrapper_images {
        margin-bottom: 30px;
    }
}

.slick-slider .right_block a:first-child .wrapper_images {
    margin-bottom: 30px;
}

.slick-slider .right_block img {
    height: 197px;
}

@media (max-width: 991px) {
    .slick-slider .right_block img {
        height: 300px;
    }
}

.advertising_space {
    margin: 100px 0;
}

@media (max-width: 767px) {
    .advertising_space {
        margin: 50px 0;
    }
}

.our_articles {
    position: relative;
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .our_articles {
        margin-bottom: 50px;
    }
}

.our_articles .title {
    position: relative;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}

.our_articles .title h2 {
    white-space: nowrap;
}

.subscription {
    background: url("images/subscription_bg.jpg") no-repeat;
    padding: 75px 0;
    background-size: cover;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
}

@media (max-width: 767px) {
    .subscription {
        padding: 50px 0;
    }
}

.subscription .title_tag {
    color: #383e4d;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.6px;
    margin-bottom: 18px;
}

.subscription .title_desc {
    color: #747a87;
    font-size: 16px;
    letter-spacing: -0.32px;
    line-height: 20px;
}

.subscription .sp-form[sp-id="100553"] {
    background: transparent;
    padding: 0;
    margin: 0;
}

.subscription .sp-form[sp-id="100553"] form label strong {
    display: none;
}

.subscription .form_send {
    position: relative;
}

.subscription .sp-form-outer {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    height: 60px;
}

@media (max-width: 991px) {
    .subscription .sp-form-outer {
        position: static;
        height: auto;
        -webkit-transform: none;
        transform: none;
    }
}

.subscription .sp-form .sp-field {
    position: static;
    padding: 0;
}

.subscription .sp-form .sp-field .sp-tip {
    top: 50px;
    left: 34px;
}

.subscription .subscription_input, .subscription .sp-form-horizontal .sp-element-container .sp-field {
    max-width: 419px !important;
    width: 100% !important;
    height: 60px !important;
}

.subscription .subscription_input input[type=email], .subscription .sp-form-horizontal .sp-element-container .sp-field input[type=email] {
    width: 100% !important;
    height: 60px !important;
    top: 0;
    position: absolute;
    border-radius: 30px !important;
    background-color: #ffffff !important;
    font-size: 14px !important;
    letter-spacing: -0.28px !important;
    border: none !important;
    outline: none !important;
    padding-left: 35px !important;
    font-family: Segoe_UI_Semibold !important;
}

.subscription .subscription_input input[type=email]::-webkit-input-placeholder, .subscription .sp-form-horizontal .sp-element-container .sp-field input[type=email]::-webkit-input-placeholder {
    color: #383e4d;
}

.subscription .subscription_input input[type=email]:-moz-placeholder, .subscription .sp-form-horizontal .sp-element-container .sp-field input[type=email]:-moz-placeholder {
    color: #383e4d;
}

.subscription .subscription_input input[type=email]::-moz-placeholder, .subscription .sp-form-horizontal .sp-element-container .sp-field input[type=email]::-moz-placeholder {
    color: #383e4d;
}

.subscription .subscription_input input[type=email]:-ms-input-placeholder, .subscription .sp-form-horizontal .sp-element-container .sp-field input[type=email]:-ms-input-placeholder {
    color: #383e4d;
}

.subscription .subscription_input button, .subscription .sp-form-horizontal .sp-element-container .sp-field button {
    box-shadow: none !important;
    position: absolute !important;
    right: -8px !important;
    top: 0 !important;
    border: none !important;
    outline: none !important;
    border-radius: 30px !important;
    border: none !important;
    background-color: #ee3737 !important;
    width: 152px !important;
    height: 60px !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-family: segoeuib !important;
    text-transform: uppercase !important;
    transition: .5s !important;
    font-weight: normal !important;
}

.subscription .subscription_input button:hover, .subscription .sp-form-horizontal .sp-element-container .sp-field button:hover {
    cursor: pointer;
    opacity: .7;
    transition: .5s;
}

.actual_news {
    padding: 100px 0;
}

@media (max-width: 767px) {
    .actual_news {
        padding: 50px 0;
    }
}

.actual_news .col-xl-4:nth-last-child(-n+3) .block {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .actual_news .col-xl-4:nth-last-child(-n+3) .block {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .actual_news .col-xl-4:last-child .block {
        margin-bottom: 0;
    }
}

.advertising_bottom {
    padding: 100px 0;
    text-align: center;
    background: #14346d url("images/1adv_b.jpg");
    background-size: cover;
}

.ad-badge {
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.2);
    text-decoration: none;
    border: 1px solid rgba(221, 221, 221, 0.2);
    border-radius: 4px;
    padding: 4px 12px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .advertising_bottom {
        padding: 50px 0;
    }
}

@media (max-width: 991px) {
    .advertising_bottom .wrap_logo {
        margin: 0 auto;
    }
}

.advertising_bottom .wrap_logo img {
    width: auto;
}

.advertising_bottom.advertising_bottom_rubric .left_image {
    padding-right: 80px;
    position: relative;
}

.advertising_bottom.advertising_bottom_rubric .left_image:after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.24);
    height: 132px;
    width: 1px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

@media (max-width: 991px) {
    .advertising_bottom.advertising_bottom_rubric .left_image:after {
        content: none;
    }
}

@media (max-width: 991px) {
    .advertising_bottom.advertising_bottom_rubric .left_image {
        border-right: none;
        padding-right: 0;
        padding-left: 0;
    }
}

.advertising_bottom.advertising_bottom_rubric .right_block {
    padding-left: 100px;
}

@media (max-width: 991px) {
    .advertising_bottom.advertising_bottom_rubric .right_block {
        padding-left: 0;
    }
}

.advertising_bottom.advertising_bottom_rubric .right_block .text {
    text-align: left;
    font-size: 27px;
    line-height: 36px;
    letter-spacing: -0.6px;
    margin-top: 0;
}

@media (max-width: 991px) {
    .advertising_bottom.advertising_bottom_rubric .right_block .text {
        margin: 30px auto;
        text-align: center;
    }
}

.advertising_bottom.advertising_bottom_rubric .right_block .text p {
    text-transform: lowercase;
}

.advertising_bottom.advertising_bottom_rubric .right_block .btn {
    width: 172px;
    height: 42px;
    border-radius: 21px;
    float: left;
}

@media (max-width: 991px) {
    .advertising_bottom.advertising_bottom_rubric .right_block .btn {
        float: none;
    }
}

.advertising_bottom .text {
    margin: 25px auto 25px auto;
    max-width: 530px;
}

.advertising_bottom .text p {
    color: #ffffff;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.6px;
}

.advertising_bottom .btn {
    width: 208px;
    height: 60px;
    border-radius: 30px;
    margin: 0 auto;
}

.social {
    background: #eff4f7;
    padding: 45px 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .social {
        padding: 30px 0;
    }
}

@media (max-width: 991px) {
    .social .wrap_logo {
        margin-bottom: 30px;
    }
}

.social .title_soc {
    color: #9aa0af;
    font-size: 13px;
    text-transform: uppercase;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .social .title_soc {
        margin-bottom: 20px;
    }
}

.social .social_box a {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%;
    transition: .5s;
    font-size: 0;
}

.social .social_box a:hover {
    transition: .5s;
    opacity: .7;
}

.social .social_box li:nth-child(1) a {
    background: #1d4b9c url("images/fb.svg") no-repeat center center;
    background-size: 20px 18px;
    margin-right: 5px;
}

.social .social_box li:nth-child(2) a {
    background: #36ade1 url("images/tg.svg") no-repeat center center;
    background-size: 40px 20px;
    margin-right: 5px;
}

.social .social_box li:nth-child(3) a {
    background: #4a76a8 url("images/vk.svg") no-repeat center center;
    background-size: 20px 16px;
}

footer {
    /* height: 92px; */
    padding: 15px 0;
    background: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.copyrighted-affiliate {
    font-family: 'Segoe UI', sans-serif;
    color: #747a87;
    margin-top: 10px;
    font-size: 12px;
    line-height: 14px;
}

@media (max-width: 991px) {
    footer {
        padding: 30px 0;
        height: auto;
    }
}

@media (max-width: 991px) {
    footer .menu_footer {
        margin-bottom: 15px;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

footer .menu_footer {
    flex-wrap: wrap;
}

footer .menu_footer li {
    margin-top: 10px;
    margin-right: 25px;
}

@media (max-width: 991px) {
    footer .menu_footer li {
        margin-right: 0;
        margin-bottom: 15px;
    }

    footer .menu_footer li:last-child {
        margin-bottom: 0;
    }
}

footer .menu_footer li:last-child {
    margin-bottom: 0;
}

footer .menu_footer li a {
    color: rgba(44, 55, 75, 0.94);
    font-size: 13px;
    text-transform: uppercase;
    transition: .5s;
}

footer .menu_footer li a.active {
    color: #ee3737;
}

footer .menu_footer li a:hover {
    color: #ee3737;
}

.footer-address {
    margin-top: 30px;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    color: #747a87;
    
}

footer .copyrighted {
    color: #747a87;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.32px;
}

.net {
    padding: 0;
    background: none;
}

.net .wrap_box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.net .wrap_box .box {
    background-color: #eff4f7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 174px;
    height: 174px;
    text-align: center;
    position: relative;
}

.net .wrap_box .box:after {
    display: block;
    content: 'Реклама';
    text-transform: lowercase;
    position: absolute;
    font-family: 'Open Sans', sans-serif;
    font-size: 9px;
    /* letter-spacing: -.5px; */
    color: #e2e2e2;
    padding: 2px 5px;
    color: rgb(116, 116, 116);
    border: 1px solid #d3d3d3;
    background: rgba(133, 133, 133, 0.04);
    border-radius: 3px;
    top: 2px;
    right: 2px;
    opacity: 0;
    transition: .2s all ease-in-out;
}

.net .wrap_box .box:hover:after {
    opacity: 1;
}

@media (max-width: 991px) {
    .net .wrap_box .box {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .net .wrap_box .box {
        margin-right: 0;
        width: 100%;
    }
}

.net .wrap_box .box:nth-child(2n) {
    margin-right: 0;
}

@media (max-width: 991px) {
    .net .wrap_box .box:nth-child(2n) {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .net .wrap_box .box:nth-child(2n) {
        margin-right: 0;
    }
}

.net .wrap_box .box img {
    height: 56px;
}

.net .wrap_box .box span {
    color: #252a37;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.36px;
    margin: 17px 12px 5px 5px;
}

.instagram {
    background: url("images/telegram.jpg") no-repeat;
    background-size: cover;
    height: 330px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}

.instagram .sp-form[sp-id="100638"] {
    background: transparent;
    padding: 0;
    margin: 0;
}

.instagram .sp-link-wrapper, .instagram .sp-control-label strong {
    display: none;
}

.instagram .sp-form .sp-field {
    position: static;
    padding: 0;
}

.instagram .title_insta {
    color: #ffffff;
    font-family: Segoe_UI_Semibold;
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.52px;
    margin-bottom: 30px;
    text-align: center;
    width: 270px;
}

.instagram .sp-form-horizontal .sp-element-container .sp-field {
    width: 100%;
}

.instagram input[type=email] {
    height: 48px !important;
    border-radius: 24px !important;
    background-color: #ffffff !important;
    padding-left: 35px !important;
    width: 100% !important;
    outline: none !important;
    border: none !important;
}

.instagram input[type=email]::-webkit-input-placeholder {
    color: #383e4d !important;
    font-family: Segoe_UI_Semibold !important;
    font-size: 14px !important;
    letter-spacing: -0.28px !important;
}

.instagram input[type=email]:-moz-placeholder {
    color: #383e4d !important;
    font-family: Segoe_UI_Semibold !important;
    font-size: 14px !important;
    letter-spacing: -0.28px !important;
}

.instagram input[type=email]::-moz-placeholder {
    color: #383e4d !important;
    font-family: Segoe_UI_Semibold !important;
    font-size: 14px !important;
    letter-spacing: -0.28px !important;
}

.instagram input[type=email]:-ms-input-placeholder {
    color: #383e4d !important;
    font-family: Segoe_UI_Semibold !important;
    font-size: 14px !important;
    letter-spacing: -0.28px !important;
}

.instagram button {
    box-shadow: none !important;
    position: absolute !important;
    right: 0 !important;
    font-size: 0 !important;
    background: url("images/mail.svg") no-repeat left center !important;
    top: 29% !important;
    -webkit-transform: translate(0, -50%) !important;
    transform: translate(0, -50%) !important;
    width: 19px !important;
    height: 18px !important;
    outline: none !important;
    border: none !important;
}

.instagram button:hover {
    cursor: pointer;
}

.rubric_page_main .screen-reader-text {
    display: none;
}

.rubric_page_main .nav-links {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.rubric_page_main .nav-links a, .rubric_page_main .nav-links span {
    width: 40px;
    height: 40px;
    background-color: #eff4f7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #252a37;
    font-family: segoeuib;
    font-size: 16px;
    letter-spacing: -0.39px;
    border-radius: 50%;
    transition: .5s;
    margin-right: 6px;
    margin-bottom: 6px;
}

.rubric_page_main .nav-links a:last-child, .rubric_page_main .nav-links span:last-child {
    margin-right: 0;
}

@media (max-width: 1199px) {
    .rubric_page_main .nav-links a, .rubric_page_main .nav-links span {
        font-size: 12px;
        width: 30px; 
        height: 30px;
    }
}

.rubric_page_main .nav-links a:hover, .rubric_page_main .nav-links span:hover {
    background-color: #30bab8;
    transition: .5s;
    color: #ffffff;
}

.rubric_page_main .nav-links .current {
    background-color: #30bab8;
    transition: .5s;
    color: #ffffff;
}

.rubric_page_main .left_block p a[rel~="noopener"], .rubric_page_main .left_block ol a[rel~="noopener"], .rubric_page_main .left_block table a[rel~="noopener"] {
    color: #3ebfbd;
    font-size: 19px;
    line-height: 25px;
    text-decoration: underline;
}

.rubric_page_main .left_block.article > p a.hl,.faq_question.faq_q_opened .faq_answer a.hl, .faq-block__answer a.hl {
    background-color: #ee3737;
    padding: 0 5px;
    color: #fff !important;
    text-decoration: none !important;
    margin-right: 0;
}



.rubric_page_main h1 {
    margin-bottom: 20px;
    color: #383e4d;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -0.6px;
}

.rubric_page_main .left_block {
    padding-bottom: 80px;
}

@media (max-width: 991px) {
    .rubric_page_main .left_block {
        padding-bottom: 0;
    }
}

.rubric_page_main .left_block > a, .rubric_page_main .left_block .adsenseheader > a {
    overflow: hidden;
    display: inline-block;
}

.faq-block__answer, .rubric_page_main .left_block > p,.rubric_page_main .left_block > div > div > p, .rubric_page_main .left_block .adsenseheader > p,.faq_question.faq_q_opened .faq_answer {
    margin: 20px 0;
    color: #383e4d;
    font-size: 17px;
    line-height: 25px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .faq-block__answer, .rubric_page_main .left_block > p,.rubric_page_main .left_block > div > div > p, .rubric_page_main .left_block .adsenseheader > p, .faq_question.faq_q_opened  .faq_answer {
        margin: 25px 0;
        font-size: 20px;
        line-height: 28px;
    }
}

.rubric_page_main .left_block .actual_news {
    padding: 0;
}

.rubric_page_main .rubric_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.rubric_page_main .rubric_list li a {
    color: #585f70;
    font-family: segoeuib;
    font-size: 12px;
    line-height: 30px;
    text-transform: uppercase;
    white-space: nowrap;
    padding: 5px 10px;
    border: 1px solid transparent;
    letter-spacing: -0.12px;
}

.rubric_page_main .rubric_list li a.active, .rubric_page_main .rubric_list li a:hover {
    border-radius: 14px;
    border: 1px solid #30bab8;
    color: #838893;
    letter-spacing: -0.12px;
}

.rubric_page_main .comment-respond {
    position: relative;
    margin-bottom: 50px;
}

.rubric_page_main .comment-respond #add_avatar {
    position: absolute;
    right: 0;
    top: -45px;
    background: url("images/add_foto.svg") no-repeat left center;
    padding-left: 30px;
}

@media (max-width: 767px) {
    .rubric_page_main .comment-respond #add_avatar {
        position: static;
        margin-top: 30px;
    }
}

.rubric_page_main .comment-respond #add_avatar input {
    display: none;
}

.rubric_page_main .comment-respond #add_avatar span {
    color: #9aa0af;
    font-family: segoeuib;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.12px;
    transition: .5s;
    width: 103.3px;
    overflow: hidden;
}

.rubric_page_main .comment-respond #add_avatar span:hover {
    cursor: pointer;
    transition: .5s;
    opacity: .6;
}

.rubric_page_main .comment-respond #cancel-comment-reply-link {
    margin-bottom: 20px;
    color: #ee3737;
    font-family: segoeuib;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    transition: .5s;
}

.rubric_page_main .comment-respond #cancel-comment-reply-link:hover {
    opacity: .6;
    transition: .5s;
}

.rubric_page_main .comment-respond .comment-form-accept {
    font-family: segoeuib;
    color: #747a87;
    font-size: 16px;
    letter-spacing: -0.32px;
    margin-top: 15px;
}

.rubric_page_main .comment-respond .logged-in-as {
    margin-bottom: 30px;
}

.rubric_page_main .comment-respond .row {
    margin: 0 0 30px 0;
}

@media (max-width: 1199px) {
    .rubric_page_main .comment-respond .row p {
        width: 100%;
    }
}

.rubric_page_main .comment-respond .row .comment-form-email {
    width: 50%;
}

@media (max-width: 1199px) {
    .rubric_page_main .comment-respond .row .comment-form-email {
        width: 100%;
    }
}

.rubric_page_main .comment-respond .row .comment-form-author {
    width: calc(50% - 27px);
    margin-right: 27px;
}

@media (max-width: 1199px) {
    .rubric_page_main .comment-respond .row .comment-form-author {
        margin-right: 0;
        margin-bottom: 30px;
        width: 100%;
    }
}

.rubric_page_main .comment-respond .row input[type=text] {
    width: 100%;
    height: 60px;
    border-radius: 30px;
    background-color: #eff4f7;
    border: none;
    outline: none;
    padding-left: 30px;
    color: #383e4d;
    font-family: Segoe_UI_Semibold;
    font-size: 14px;
    letter-spacing: -0.28px;
    transition: .5s;
}

.rubric_page_main .comment-respond .row input[type=text]:focus {
    box-shadow: 0 1px 9px 1px #a6b4ca;
    transition: .5s;
}

@media (max-width: 1199px) {
    .rubric_page_main .comment-respond .row input[type=text] {
        width: 100%;
    }
}

.rubric_page_main .comment-respond textarea {
    width: 100%;
    height: 205px;
    border-radius: 30px;
    background-color: #eff4f7;
    border: none;
    outline: none;
    color: #383e4d;
    font-family: Segoe_UI_Semibold;
    font-size: 14px;
    padding: 25px;
    resize: none;
    transition: .5s;
}

.rubric_page_main .comment-respond textarea:focus {
    box-shadow: 0 1px 9px 1px #a6b4ca;
    transition: .5s;
}

.rubric_page_main .comment-respond input[type=submit] {
    width: 231px;
    height: 60px;
    border-radius: 30px;
    background-color: #ee3737;
    color: #ffffff;
    font-family: segoeuib;
    text-transform: uppercase;
    border: none;
    outline: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-left: auto;
    transition: .5s;
}

.rubric_page_main .comment-respond input[type=submit]:hover {
    cursor: pointer;
    transition: .5s;
    opacity: .7;
}

.rubric_page_main .comment-respond .error {
    box-shadow: 0 0 5px red !important;
}

.archive .load {
    margin-bottom: 30px;
}

.archive .quotes, .page .quotes {
    border: 2px solid #30bab8;
    padding: 50px;
    margin: 50px 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .archive .quotes, .page .quotes {
        margin: 20px 0;
    }
}

.archive .quotes.author, .page .quotes.author {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.archive .quotes.author p, .page .quotes.author p {
    text-align: left;
}

@media (max-width: 991px) {
    .archive .quotes.author p, .page .quotes.author p {
        text-align: center;
    }
}

.archive .quotes.author .wrap_man .wrap_img, .page .quotes.author .wrap_man .wrap_img {
    position: relative;
}

.archive .quotes.author .wrap_man .wrap_img:after, .page .quotes.author .wrap_man .wrap_img:after {
    content: '';
    background: #ee3737 url("images/author.svg") no-repeat center center;
    background-size: 16px 16px;
    border: 4px solid #ffffff;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.archive .quotes.author:before, .page .quotes.author:before {
    left: 60px;
}

.archive .quotes:before, .page .quotes:before {
    content: '';
    position: absolute;
    background: #fff url("images/quote.svg") no-repeat center center;
    width: 85px;
    height: 37px;
    top: -18.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.archive ol, .page ol {
    margin: 50px 0;
    counter-reset: myCounter;
}

@media (max-width: 991px) {
    .archive ol, .page ol {
        margin: 20px 0;
    }
}

.archive ol li, .page ol li {
    color: #383e4d;
    font-family: Segoe_UI_Semibold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.54px;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.archive ol li:before, .page ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    font-size: 13px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.39px;
    width: 30px;
    height: 30px;
    background: url("images/rectangle.jpg");
    position: absolute;
    left: 0;
}

.archive ol li:last-child, .page ol li:last-child {
    margin-bottom: 0;
}

.archive blockquote, .page blockquote {
    background-color: #30bab8;
    padding: 50px;
    color: #ffffff;
    font-family: Segoe_UI_Semibold;
    font-size: 20px;
    letter-spacing: -0.4px;
    margin: 50px 0;
}

@media (max-width: 991px) {
    .archive blockquote, .page blockquote {
        margin: 20px 0;
    }
}

.archive blockquote.quotes_red, .page blockquote.quotes_red {
    background: #ee3737 url(images/attention.png) 60px center no-repeat;
    background-size: 61px 61px;
    padding: 50px 160px;
}

.archive blockquote p a[rel~="noopener"], .page blockquote p a[rel~="noopener"] {
    color: #fff !important;
}

.archive .left_block > p em, .page .left_block > p em, .faq_question.faq_q_opened  .faq_answer em {
    font-family: Segoe_UI_Semibold;
    font-style: italic;
}

.archive .left_block > p strong, .page .left_block > p strong, .faq_question.faq_q_opened  .faq_answer strong {
    font-family: segoeuib;
}

.archive .left_block > ul:not([class]), .page .left_block > ul:not([class]) {
    margin: 50px 0;
}

.archive .left_block > ul:not([class]) li, .page .left_block > ul:not([class]) li {
    padding: 20px;
    background-color: #eff4f7;
    border-left: 2px solid #30bab8;
    color: #383e4d;
    font-size: 18px;
    letter-spacing: -0.54px;
    font-family: Segoe_UI_Semibold;
    transition: .5s;
    padding-left: 20px;
    margin-bottom: 8px;
}

.archive .left_block > ul:not([class]) li:last-child, .page .left_block > ul:not([class]) li:last-child {
    margin-bottom: 0;
}

.archive .left_block > ul:not([class]) li:hover, .page .left_block > ul:not([class]) li:hover {
    box-shadow: 0 1px 9px 1px #a6b4ca;
    background-color: #30bab8;
    color: #fff;
    transition: .5s;
}

.archive .left_block .list, .page .left_block .list {
    margin: 50px 0;
}

@media (max-width: 991px) {
    .archive .left_block .list, .page .left_block .list {
        margin: 20px 0;
    }
}

.archive .left_block .list li, .page .left_block .list li {
    background: url("images/rectangle_menu.png") no-repeat left center;
    padding-left: 30px;
    margin-bottom: 20px;
    color: #383e4d;
    font-family: Segoe_UI_Semibold;
    font-size: 18px;
    letter-spacing: -0.54px;
}

.archive .left_block .list li a, .page .left_block .list li a {
    color: #383e4d;
    font-family: Segoe_UI_Semibold;
    font-size: 18px;
    letter-spacing: -0.54px;
}

.archive .left_block .list li:last-child, .page .left_block .list li:last-child {
    margin-bottom: 0;
}

.archive .list_plus, .page .list_plus {
    margin: 50px 0;
}

@media (max-width: 991px) {
    .archive .list_plus, .page .list_plus {
        margin: 20px 0;
    }
}

.archive .list_plus li, .page .list_plus li {
    color: #383e4d !important;
    font-family: Segoe_UI_Semibold;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.54px;
    position: relative;
    padding-left: 65px;
    background: transparent;
    margin-bottom: 10px;
}

.archive .list_plus li:last-child, .page .list_plus li:last-child {
    margin-bottom: 0;
}

.archive .list_plus li:before, .page .list_plus li:before {
    position: absolute;
    content: '+';
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #30bab8;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.archive .list_minus, .page .list_minus {
    margin: 50px 0;
}

@media (max-width: 991px) {
    .archive .list_minus, .page .list_minus {
        margin: 20px 0;
    }
}

.archive .list_minus li, .page .list_minus li {
    color: #383e4d !important;
    font-family: Segoe_UI_Semibold;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.54px;
    color: #383e4d;
    padding-left: 65px;
    background: transparent;
    margin-bottom: 10px;
    position: relative;
}

.archive .list_minus li:last-child, .page .list_minus li:last-child {
    margin-bottom: 0;
}

.archive .list_minus li:before, .page .list_minus li:before {
    position: absolute;
    content: '-';
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #ee3737;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.article .list_plus_left, .page .list_plus_left {
    float: left;
    width: 60%;
}

@media (max-width: 767px) {
    .article .list_plus_left, .page .list_plus_left {
        float: none;
        width: auto;
    }
}

.article .list_minus_right, .page .list_minus_right {
    float: right;
    width: 40%;
}

@media (max-width: 767px) {
    .article .list_minus_right, .page .list_minus_right {
        float: none;
        width: auto;
    }
}

.article .list_minus_right + *, .page .list_minus_right + * {
    clear: both;
}

.article > p em, .page > p em, .faq_question.faq_q_opened  .faq_answer em {
    /* font-family: Segoe_UI_Semibold; */
    font-style: italic;
}
em {
    font-style: italic;
}
.article > p strong, .page > p strong, .faq_question.faq_q_opened  .faq_answer strong {
    /* font-family: segoeuib; */
    white-space: inherit;
}

.article > img, .page > img {
    display: block;
    margin: 50px 0;
}

@media (max-width: 991px) {
    .article > img, .page > img {
        margin: 20px 0;
    }
}

.article .main_article_design, .page .main_article_design {
    margin: 50px 0;
}

.article .main_article_design.row .col, .page .main_article_design.row .col {
    padding: 0 !important;
}

@media (max-width: 991px) {
    .article .main_article_design, .page .main_article_design {
        margin: 20px 0;
    }
}

.article .main_article_design .block, .page .main_article_design .block {
    margin-bottom: 0;
}

.article .our_articles.main_article_design.tabs .block, .page .our_articles.main_article_design.tabs .block {
    margin-bottom: 50px;
}

.article .wp-caption, .page .wp-caption {
    position: relative;
    transition: .5s;
    margin: 50px 0;
}

@media (max-width: 991px) {
    .article .wp-caption, .page .wp-caption {
        margin: 20px 0;
    }
}

.article .wp-caption:hover a, .page .wp-caption:hover a {
    transition: .5s;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article .wp-caption img, .page .wp-caption img {
    width: 100%;
}

.article .wp-caption a, .page .wp-caption a {
    padding: 5px 20px !important;
    height: 60px;
    border-radius: 30px !important;
    background-color: #ee3737 !important;
    color: #ffffff !important;
    font-family: segoeuib !important;
    font-size: 13px !important;
    text-decoration: none !important;
    margin: 0 auto;
    text-transform: uppercase;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .5s;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

.article .wp-caption a:hover, .page .wp-caption a:hover {
    transition: .5s;
    opacity: .8;
}

.article .wp-caption .wp-caption-text.show, .page .wp-caption .wp-caption-text.show {
    position: absolute;
    text-align: center;
    background-color: #134082;
    padding: 20px 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 90%;
    bottom: 15px;
    color: #ffffff;
    font-family: Segoe_UI_Semibold;
    font-size: 18px;
    letter-spacing: -0.54px;
}

.article .alignleft, .page .alignleft {
    float: left;
    margin-right: 20px;
}

@media (max-width: 991px) {
    .article .alignleft, .page .alignleft {
        float: none;
    }
}

.article .alignright, .page .alignright {
    float: right;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .article .alignright, .page .alignright {
        float: none;
    }
}

.article .quotes, .page .quotes {
    border: 2px solid #30bab8;
    padding: 50px;
    margin: 50px 0;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .article .quotes, .page .quotes {
        margin: 20px 0;
    }
}

.article .quotes.author, .page .quotes.author {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
}

.article .quotes.author p, .page .quotes.author p {
    text-align: left;
}

@media (max-width: 991px) {
    .article .quotes.author p, .page .quotes.author p {
        text-align: center;
    }
}

.article .quotes.author .wrap_man .wrap_img, .page .quotes.author .wrap_man .wrap_img {
    position: relative;
}

.article .quotes.author .wrap_man .wrap_img:after, .page .quotes.author .wrap_man .wrap_img:after {
    content: '';
    background: #ee3737 url("images/author.svg") no-repeat center center;
    background-size: 16px 16px;
    border: 4px solid #ffffff;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.article .quotes.author:before, .page .quotes.author:before {
    left: 60px;
}

.article .quotes:before, .page .quotes:before {
    content: '';
    position: absolute;
    background: #fff url("images/quote.svg") no-repeat center center;
    width: 85px;
    height: 37px;
    top: -18.5px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.article .quotes > p, .page .quotes > p, .faq_question.faq_q_opened .faq_answer .quotes {
    text-align: center;
    color: #383e4d;
    font-family: Segoe_UI_Semibold;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.54px;
    margin-bottom: 35px;
}

.article .quotes .wrap_man, .page .quotes .wrap_man {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.container .wrap_man a {
    text-decoration: none;
    color: #30bab8;
    /* font-family: Segoe_UI_Semibold; */ 
    font-weight: 600;
}

@media (max-width: 991px) {
    .article .quotes .wrap_man, .page .quotes .wrap_man {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.article .quotes .wrap_man .wrap_name, .page .quotes .wrap_man .wrap_name {
    margin-left: 20px;
}

@media (max-width: 991px) {
    .article .quotes .wrap_man .wrap_name, .page .quotes .wrap_man .wrap_name {
        margin-left: 0;
        margin-top: 20px;
    }
}

.article .quotes .wrap_man .wrap_name .title, .page .quotes .wrap_man .wrap_name .title {
    color: #2e3037;
    font-family: segoeuib;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
}

.article .quotes .wrap_man .wrap_name span, .page .quotes .wrap_man .wrap_name span {
    color: #30bab8;
    font-family: Segoe_UI_Semibold;
    font-weight: 400;
}

.article .quotes .wrap_man img, .page .quotes .wrap_man img {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    object-fit: cover;
}

.article .wrap_tags, .page .wrap_tags {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid rgba(154, 160, 175, 0.51);
    padding-top: 40px;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .article .wrap_tags, .page .wrap_tags {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.article .wrap_tags .tags, .page .wrap_tags .tags {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background: url("images/tag.svg") no-repeat left center;
    background-size: 27px 26px;
    padding-left: 40px;
    line-height: 25px;
    color: #9aa0af;
}

@media (max-width: 767px) {
    .article .wrap_tags .tags, .page .wrap_tags .tags {
        margin-bottom: 20px;
    }
}

.article .wrap_tags .tags li a, .page .wrap_tags .tags li a {
    color: #9aa0af;
    font-family: segoeuib;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.12px;
}

.article ol, .page ol {
    margin: 50px 0;
    counter-reset: myCounter;
}

@media (max-width: 991px) {
    .article ol, .page ol {
        margin: 20px 0;
    }
}

.article ol li, .page ol li {
    color: #383e4d;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.54px;
    margin-bottom: 20px;
    padding-left: 40px;
    position: relative;
}

.article ol li:before, .page ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #fff;
    font-size: 13px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: -0.39px;
    width: 30px;
    height: 30px;
    background: url("images/rectangle.jpg");
    position: absolute;
    left: 0;
}

.article ol li:last-child, .page ol li:last-child {
    margin-bottom: 0;
}

.article .wrap_table, .page .wrap_table {
    margin: 50px 0;
}

@media (max-width: 991px) {
    .article .wrap_table, .page .wrap_table {
        margin: 20px 0;
    }
}

.article table, .page table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.article table tr, .page table tr {
    border: 1px solid #fff;
}

.article table tr:nth-child(odd), .page table tr:nth-child(odd) {
    background-color: #e8f2f7;
}

.article table tr:nth-child(even), .page table tr:nth-child(even) {
    background-color: #f9fdff;
}

.article table tr td, .page table tr td {
    color: #383e4d;
    font-family: Segoe_UI_Semibold;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: -0.54px;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 13px 6px;
}

@media (max-width: 991px) {
    .article table tr td, .page table tr td {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .article table tr td, .page table tr td {
        font-size: 12px;
        padding: 10px 6px;
    }
}

.article table thead td, .page table thead td {
    background-color: #134082;
    color: #ffffff;
    text-transform: uppercase;
}
@media screen and (max-width: 600px) {
    table td:before {
      content: attr(data-label);
      float: left;
      text-transform: uppercase;
      font-weight: bold;
    }
}
.article blockquote, .page blockquote {
    background-color: #30bab8;
    padding: 50px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.4px;
    margin: 50px 0;
}

@media (max-width: 991px) {
    .article blockquote, .page blockquote {
        margin: 20px 0;
    }
	
	.article blockquote.quotes_red, .page blockquote.quotes_red {
    background: #ee3737;
    padding: 10px 10px;
    background-size: 61px 61px;
}
	.article blockquote.quotes_quotes2, .page blockquote.quotes_quotes2 {
    background: #30bab8;
    padding: 10px 10px;
    background-size: 61px 61px;
}
}



@media (max-width: 991px) {
    .article .list_plus, .page .list_plus {
        margin: 20px 0;
        float: none;
    }
}

.article .list_plus li, .page .list_plus li {
    color: #383e4d !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.54px;
    position: relative;
    padding-left: 65px;
    background: transparent;
    margin-bottom: 10px;
}

.article .list_plus li:last-child, .page .list_plus li:last-child {
    margin-bottom: 0;
}

.article .list_plus li:before, .page .list_plus li:before {
    position: absolute;
    content: '+';
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #30bab8;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.article .list_minus, .page .list_minus {
     margin: 50px 0;
 }

@media (max-width: 991px) {
    .article .list_minus, .page .list_minus {
        margin: 20px 0;
        float: none;
    }
}

.article .list_minus li, .page .list_minus li {
    color: #383e4d !important;
    font-weight: 600;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.54px;
    color: #383e4d;
    padding-left: 65px;
    background: transparent;
    margin-bottom: 10px;
    position: relative;
}

.article .list_minus li:last-child, .page .list_minus li:last-child {
    margin-bottom: 0;
}

.article .list_minus li:before, .page .list_minus li:before {
    position: absolute;
    content: '-';
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #ee3737;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.article h3, .article h4, .article h5, .article h6, .page h3, .page h4, .page h5, .page h6 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: -0.52px;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    margin-bottom: 20px;
}

.article h4, .page h4 {
    font-size: 22px;
    line-height: 26px;
    letter-spacing: -0.44px;
}

.article > h5, .page > h5 {
    font-size: 20px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.article > h6, .page > h6 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.36px;
}

.article .page-link, .page .page-link {
    color: #75d1d0;
    text-decoration: underline;
}

.article > h2, .page > h2 {
    margin-right: 0;
}

.article .title h2, .page .title h2 {
    margin-top: 0;
}

.article .top_single .wrap_bread_crumbs .wrap_statistics, .article .top_single .wrap_bread_crumbs .views, .page .top_single .wrap_bread_crumbs .wrap_statistics, .page .top_single .wrap_bread_crumbs .views {
    margin-right: 0;
}

.article .wrapper_images.overlay, .page .wrapper_images.overlay {
    position: relative;
    margin-bottom: 0;
}

.article .wrapper_images.overlay:after, .page .wrapper_images.overlay:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.88) 0%, rgba(4, 62, 165, 0.62) 100%);
    opacity: 0.8;
}

.article .wrapper_images.overlay img, .page .wrapper_images.overlay img {
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .article .wrapper_images.overlay img, .page .wrapper_images.overlay img {
        height: 400px;
    }
}

.article .wrapper_images.overlay .info_text, .page .wrapper_images.overlay .info_text {
    position: absolute;
    bottom: 40px;
    left: 40px;
    z-index: 999;
    padding-right: 20px;
}

.article .wrapper_images.overlay .info_text .link_title, .page .wrapper_images.overlay .info_text .link_title {
    color: #ffffff;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 26px;
    letter-spacing: -0.52px;
    line-height: 30px;
    margin-bottom: 15px;
    transition: .5s;
}

.article .wrapper_images.overlay .info_text .link_title:hover, .page .wrapper_images.overlay .info_text .link_title:hover {
    opacity: .7;
    transition: .5s;
}

.article .wrapper_images.overlay .info_text p, .page .wrapper_images.overlay .info_text p {
    font-size: 18px;
    color: #ffffff;
    /* font-family: Segoe_UI_Semibold; */
    /* font-weight: 600; */
    line-height: 24px;
}

.page h1 {
    margin-bottom: 50px;
}
.homepage h1 {
    margin-bottom: 50px;
    margin-bottom: 20px;
    color: #383e4d;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -0.6px;
}
.homepage {
    margin-bottom: 35px;
}
.homepage h2 {
    margin: 15px 0;
}
.homepage ul {
    margin-bottom: -45px;
}
@media (max-width: 1199px) {
	.homepage h1 {
		margin-bottom: 60px;
		margin-top: -50px;
	}
	
}

@media (max-width: 755px) {
.slick-dots {
    top: -35px;
}
}
@media (max-width: 991px) {
	.homepage h1 {
		zoom: 0.7;
		margin-bottom: 90px;
		margin-top: -90px;
	}
	
	
}
@media (max-width: 991px) {
    .article h1, .page h1 {
        margin-bottom: 20px;
    }
}

.article > ul:not([class]), .page > ul:not([class]) {
    margin: 50px 0;
}

.article > ul:not([class]) li, .page > ul:not([class]) li {
    padding: 20px;
    background-color: #eff4f7;
    border-left: 2px solid #30bab8;
    color: #383e4d;
    font-size: 18px;
    letter-spacing: -0.54px;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 400;
    transition: .5s;
    padding-left: 20px;
    margin-bottom: 8px;
}

.article > ul:not([class]) li:last-child, .page > ul:not([class]) li:last-child {
    margin-bottom: 0;
}

.article > ul:not([class]) li:hover, .page > ul:not([class]) li:hover {
    box-shadow: 0 1px 9px 1px #a6b4ca;
    background-color: #30bab8;
    color: #fff;
    transition: .5s;
}

.article > ul:not([class]) li:hover a, .page > ul:not([class]) li:hover a {
    color: #fff;
    transition: .5s;
}

.article > ul:not([class]) li a, .page > ul:not([class]) li a {
    color: #30bab8;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.54px;
    transition: .5s;
}

.article .list, .page .list {
    margin: 10px 0;
}

@media (max-width: 991px) {
    .article .list, .page .list {
        margin: 20px 0;
    }
}

.article .list li, .page .list li, .faq_answer li {
    background: url(images/rectangle_menu.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 10px;
    color: #383e4d;
    /* font-family: Segoe_UI_Semibold; */
    font-size: 18px;
    letter-spacing: -0.54px;
    font-stretch: normal;
}

.article .list li strong, .page .list li strong {
    font-weight: bold;
}

.article .list li a, .page .list li a {
    color: #383e4d;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.54px;
}

.article .list li:last-child, .page .list li:last-child {
    margin-bottom: 0;
}

.article .kc__wrap, .page .kc__wrap {
    background-color: #eff4f7;
    padding: 40px 60px;
    border-left: 2px solid #30bab8;
    margin: 50px 0;
}

@media (max-width: 767px) {
    .article .kc__wrap, .page .kc__wrap {
        padding: 0 20px 20px 20px;
    }
}

@media (max-width: 991px) {
    .article .kc__wrap, .page .kc__wrap {
        margin: 20px 0;
    }
}

.article .kc__wrap .kc-show-hide, .page .kc__wrap .kc-show-hide {
    display: none;
}

.article .kc__wrap .kc__title, .page .kc__wrap .kc__title {
    color: #252a37;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.44px;
    background: url("images/polygon.png") no-repeat right 27px;
    display: inline-block !important;
    padding: 0.5em 20px 0.5em 0;
}

.article .kc__wrap > ul > .top, .page .kc__wrap > ul > .top {
    margin: 5px 0;
    background: url("images/rectangle_menu.png") no-repeat left 7px;
    padding-left: 20px;
}

.article .kc__wrap > ul > .top:first-child, .page .kc__wrap > ul > .top:first-child {
    margin-top: 0;
}

.article .kc__wrap > ul > .top:last-child, .page .kc__wrap > ul > .top:last-child {
    margin-bottom: 0;
}

.article .kc__wrap > ul > .top:last-child, .page .kc__wrap > ul > .top:last-child {
    margin-bottom: 0;
}

.article .kc__wrap > ul > .top a, .page .kc__wrap > ul > .top a {
    color: #383e4d;
    /* font-family: Segoe_UI_Semibold; */
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.48px;
    transition: .5s;
}

.article .kc__wrap > ul > .top a:hover, .page .kc__wrap > ul > .top a:hover {
    opacity: .6;
    transition: .5s;
}

.article .kc__wrap > ul .sub, .page .kc__wrap > ul .sub {
    padding-left: 20px;
}

.article .kc__wrap > ul .sub a, .page .kc__wrap > ul .sub a {
    color: #5e626d;
    /* font-family: Segoe_UI_Semibold; */
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.42px;
    background: none;
    transition: .5s;
}

.article .kc__wrap > ul .sub a:hover, .page .kc__wrap > ul .sub a:hover {
    opacity: .6;
    transition: .5s;
}

.article .comments > li:first-child .wrap_comment, .page .comments > li:first-child .wrap_comment {
    padding-top: 0;
    border-top: none;
}

.article .comments .wrap_images, .page .comments .wrap_images {
    position: relative;
    height: 110px;
}

@media (max-width: 1199px) {
    .article .comments .wrap_images, .page .comments .wrap_images {
        width: 50px;
        height: 50px;
    }
}

.article .comments .wrap_images .this_author, .page .comments .wrap_images .this_author {
    background: #ee3737 url("images/author.svg") no-repeat center center;
    background-size: 16px 16px;
    border: 4px solid #ffffff;
    width: 29px;
    height: 29px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}

.article .comments .wrap_comment, .page .comments .wrap_comment {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 0;
    border-top: 1px solid rgba(154, 160, 175, 0.51);
}

@media (max-width: 1199px) {
    .article .comments .wrap_comment, .page .comments .wrap_comment {
        padding: 25px 0;
    }
}

.article .comments .wrap_comment .wrap_images, .page .comments .wrap_comment .wrap_images {
    margin-right: 35px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

@media (max-width: 1199px) {
    .article .comments .wrap_comment .wrap_images, .page .comments .wrap_comment .wrap_images {
        margin-right: 25px;
    }
}

@media (max-width: 991px) {
    .article .comments .wrap_comment .wrap_images, .page .comments .wrap_comment .wrap_images {
        margin-right: 15px;
    }
}

.article .comments .wrap_comment .wrap_images img, .page .comments .wrap_comment .wrap_images img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 50%;
}

@media (max-width: 1199px) {
    .article .comments .wrap_comment .wrap_images img, .page .comments .wrap_comment .wrap_images img {
        width: 50px;
        height: 50px;
    }
}

.article .comments .wrap_comment .wrap_message, .page .comments .wrap_comment .wrap_message {
    width: 100%;
}

.article .comments .wrap_comment .wrap_message .wrap_title_comment, .page .comments .wrap_comment .wrap_message .wrap_title_comment {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .article .comments .wrap_comment .wrap_message .wrap_title_comment, .page .comments .wrap_comment .wrap_message .wrap_title_comment {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
}

.article .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment, .page .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .name_comment, .page .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .name_comment {
    color: #252a37;
    font-family: Segoe_UI_Semibold;
    font-size: 20px;
    letter-spacing: -0.4px;
    margin-right: 16px;
}

@media (max-width: 1199px) {
    .article .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .name_comment, .page .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .name_comment {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .article .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .name_comment, .page .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .name_comment {
        font-size: 12px;
    }
}

.article .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .date_comment, .page .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .date_comment {
    color: #9aa0af;
    font-family: segoeuib;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -0.12px;
}

@media (max-width: 1199px) {
    .article .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .date_comment, .page .comments .wrap_comment .wrap_message .wrap_title_comment .wrap_name_comment .date_comment {
        font-size: 12px;
    }
}

.article .comments .wrap_comment .wrap_message .wrap_title_comment .answer, .page .comments .wrap_comment .wrap_message .wrap_title_comment .answer {
    color: #ee3737;
    font-family: segoeuib;
    font-size: 13px;
    text-transform: uppercase;
    transition: .5s;
}

.article .comments .wrap_comment .wrap_message .wrap_title_comment .answer:hover, .page .comments .wrap_comment .wrap_message .wrap_title_comment .answer:hover {
    opacity: .6;
    transition: .5s;
}

@media (max-width: 1199px) {
    .article .comments .wrap_comment .wrap_message .wrap_title_comment .answer, .page .comments .wrap_comment .wrap_message .wrap_title_comment .answer {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .article .comments .wrap_comment .wrap_message .wrap_title_comment .answer, .page .comments .wrap_comment .wrap_message .wrap_title_comment .answer {
        font-size: 12px;
    }
}

.article .comments .wrap_comment .wrap_message .message, .page .comments .wrap_comment .wrap_message .message {
    color: #383e4d;
    font-family: Tinos-Regular;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
}

@media (max-width: 1199px) {
    .article .comments .wrap_comment .wrap_message .message, .page .comments .wrap_comment .wrap_message .message {
        font-size: 14px;
        line-height: 20px;
    }
}

.article .comments > .sub_comment, .page .comments > .sub_comment {
    margin-left: 150px;
}

@media (max-width: 1199px) {
    .article .comments > .sub_comment, .page .comments > .sub_comment {
        margin-left: 75px;
    }
}

@media (max-width: 767px) {
    .article .comments > .sub_comment, .page .comments > .sub_comment {
        margin-left: 40px;
    }
}

.article .comments > .sub_comment .wrap_comment, .page .comments > .sub_comment .wrap_comment {
    border-top: 1px solid rgba(154, 160, 175, 0.51);
    padding: 50px 0;
}

@media (max-width: 1199px) {
    .article .comments > .sub_comment .wrap_comment, .page .comments > .sub_comment .wrap_comment {
        padding: 25px 0;
    }
}

.article .pagination, .page .pagination {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 50px;
}

.article .pagination li, .page .pagination li {
    margin-right: 6px;
    margin-bottom: 6px;
}

.article .pagination li:last-child, .page .pagination li:last-child {
    margin-right: 0;
}

.article .pagination li a, .page .pagination li a {
    width: 40px;
    height: 40px;
    background-color: #eff4f7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #252a37;
    font-family: segoeuib;
    font-size: 16px;
    letter-spacing: -0.39px;
    border-radius: 50%;
    transition: .5s;
}

@media (max-width: 1199px) {
    .article .pagination li a, .page .pagination li a {
        font-size: 12px;
        width: 30px;
        height: 30px;
    }
}

.article .pagination li a:hover, .article .pagination li a.active, .page .pagination li a:hover, .page .pagination li a.active {
    background-color: #30bab8;
    transition: .5s;
    color: #ffffff;
}

.article .like_article, .page .like_article {
    /* background-color: #eff4f7; */ 
    padding: 20px 0;
    border-radius: 5px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 50px 0;
}

.article .like_article.row, .page .like_article.row {
    margin-left: 0;
    margin-right: 0;
}

.article .like_article strong, .article .like_article span, .page .like_article strong, .page .like_article span {
    /* margin-left: 5px; */
}

.article .like_article .title, .page .like_article .title {
    color: #252a37;
    font-family: Segoe_UI_Semibold;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: -0.52px;
}

.article .like_article .post-ratings, .article .like_article .title_social, .page .like_article .post-ratings, .page .like_article .title_social {
    color: #9aa0af;
    font-family: segoeuib;
    font-size: 12px;
    white-space: nowrap;
    text-transform: uppercase;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article .like_article .post-ratings img:last-of-type, .article .like_article .title_social img:last-of-type, .page .like_article .post-ratings img:last-of-type, .page .like_article .title_social img:last-of-type {
    margin-right: 10px;
}

.article .like_article .post-ratings img, .article .like_article .title_social img, .page .like_article .post-ratings img, .page .like_article .title_social img {
    margin-right: 5px;
    zoom: 1.3;
}

@media (max-width: 1199px) {
    .article .like_article .horizontal.right, .page .like_article .horizontal.right {
        float: left;
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.article .like_article .horizontal.right .cell .it-theme1, .page .like_article .horizontal.right .cell .it-theme1 {
    font-size: 47px;
}

.article .like_article .horizontal.right .cell .it1-color, .page .like_article .horizontal.right .cell .it1-color {
    color: #489dd2 !important;
}

.article .like_article .horizontal.right .cell .it2-color, .page .like_article .horizontal.right .cell .it2-color {
    color: #f58220 !important;
}

.article .like_article .horizontal.right .cell .it3-color, .page .like_article .horizontal.right .cell .it3-color {
    color: #1d4b9c !important;
}

.article .like_article .horizontal.right .cell a, .page .like_article .horizontal.right .cell a {
    margin: 0 3px 0 0px !important;
    transition: .5s;
}

.article .like_article .horizontal.right .cell a:hover, .page .like_article .horizontal.right .cell a:hover {
    transition: .5s;
    opacity: .6;
}

.article .like_article .horizontal.right .cell a .it2-icon, .page .like_article .horizontal.right .cell a .it2-icon {
    margin-left: 0 !important;
    background: url("images/odnoklassniki.svg") no-repeat center center;
    width: 20px;
    height: 18px;
    background-size: 20px 18px;
}

.article .like_article .horizontal.right .cell a .it1-icon, .page .like_article .horizontal.right .cell a .it1-icon {
    background: url("images/vk.svg") no-repeat center center;
    width: 40px;
    height: 20px;
    background-size: 40px 20px;
}

.article .like_article .horizontal.right .cell a .it3-icon, .page .like_article .horizontal.right .cell a .it3-icon {
    background: url("images/fb.svg") no-repeat center center;
    width: 20px;
    height: 16px;
    background-size: 20px 16px;
}

.article .like_article .horizontal.right .cell a i, .page .like_article .horizontal.right .cell a i {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.article .like_article .horizontal.right .cell a i:before, .page .like_article .horizontal.right .cell a i:before {
    content: none !important;
}

.article .like_article .title_social, .page .like_article .title_social {
    margin-top: 10px;
}

@media (max-width: 1199px) {
    .article .like_article .title_social, .page .like_article .title_social {
        float: none;
        clear: both;
        margin-top: 0;
    }
}

/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

@media (min-width: 568px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -webkit-flex: 0 0 8.33333%;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}

.col-2 {
    -webkit-flex: 0 0 16.66667%;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}

.col-3 {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.col-5 {
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

.col-6 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -webkit-flex: 0 0 58.33333%;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}

.col-8 {
    -webkit-flex: 0 0 66.66667%;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}

.col-9 {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -webkit-flex: 0 0 83.33333%;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}

.col-11 {
    -webkit-flex: 0 0 91.66667%;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}

.col-12 {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-1 {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -webkit-order: 5;
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -webkit-order: 6;
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -webkit-order: 7;
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -webkit-order: 8;
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -webkit-order: 9;
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -webkit-order: 10;
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -webkit-order: 11;
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -webkit-order: 12;
    -ms-flex-order: 12;
    order: 12;
}

@media (min-width: 568px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xl-2 {
        -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xl-3 {
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xl-5 {
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

    .col-xl-6 {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xl-8 {
        -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

    .col-xl-9 {
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xl-11 {
        -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

    .col-xl-12 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-1 {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -webkit-order: 11;
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -webkit-order: 12;
        -ms-flex-order: 12;
        order: 12;
    }
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
    background-color: #6c757d !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #e9ecef !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #868e96 !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-right {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
    border-radius: 50%;
}

.rounded-0 {
    border-radius: 0;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width: 568px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -webkit-inline-flex !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.d-print-block {
    display: none !important;
}

@media print {
    .d-print-block {
        display: block !important;
    }
}

.d-print-inline {
    display: none !important;
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
}

.d-print-inline-block {
    display: none !important;
}

@media print {
    .d-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-flex-direction: column !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-flex-direction: row-reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-flex-direction: column-reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap !important;
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.justify-content-start {
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -webkit-justify-content: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -webkit-justify-content: space-between !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -webkit-justify-content: space-around !important;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    -ms-grid-row-align: flex-start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-align-items: flex-end !important;
    -ms-flex-align: end !important;
    -ms-grid-row-align: flex-end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    -ms-grid-row-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -webkit-align-items: baseline !important;
    -ms-flex-align: baseline !important;
    -ms-grid-row-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-align-items: stretch !important;
    -ms-flex-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    -webkit-align-content: flex-start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    -webkit-align-content: flex-end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    -webkit-align-content: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    -webkit-align-content: space-between !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    -webkit-align-content: space-around !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    -webkit-align-content: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -webkit-align-self: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -webkit-align-self: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    -webkit-align-self: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -webkit-align-self: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 568px) {
    .flex-sm-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-sm-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-md-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-lg-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .justify-content-xl-start {
        -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
        -ms-grid-row-align: flex-start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        -ms-grid-row-align: flex-end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -webkit-align-items: center !important;
        -ms-flex-align: center !important;
        -ms-grid-row-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
        -ms-grid-row-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        -webkit-align-content: flex-start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        -webkit-align-content: flex-end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        -webkit-align-content: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        -webkit-align-content: space-between !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        -webkit-align-content: space-around !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        -webkit-align-content: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -webkit-align-self: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        -webkit-align-self: flex-start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        -webkit-align-self: flex-end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -webkit-align-self: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        -webkit-align-self: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -webkit-align-self: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 568px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mr-0 {
    margin-right: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.ml-0 {
    margin-left: 0 !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mr-1 {
    margin-right: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1 {
    margin-left: 0.25rem !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mr-2 {
    margin-right: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2 {
    margin-left: 0.5rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mr-3 {
    margin-right: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.ml-3 {
    margin-left: 1rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mr-4 {
    margin-right: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4 {
    margin-left: 1.5rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mr-5 {
    margin-right: 3rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.ml-5 {
    margin-left: 3rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pr-1 {
    padding-right: 0.25rem !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1 {
    padding-left: 0.25rem !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2 {
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pr-3 {
    padding-right: 1rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pl-3 {
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pr-4 {
    padding-right: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4 {
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pr-5 {
    padding-right: 3rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.pl-5 {
    padding-left: 3rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto {
    margin-top: auto !important;
}

.mr-auto {
    margin-right: auto !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ml-auto {
    margin-left: auto !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

@media (min-width: 568px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0 {
        margin-left: 0 !important;
    }

    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0 {
        padding-left: 0 !important;
    }

    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto {
        margin-left: auto !important;
    }

    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0 {
        margin-left: 0 !important;
    }

    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3 {
        margin-left: 1rem !important;
    }

    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5 {
        margin-left: 3rem !important;
    }

    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0 {
        padding-left: 0 !important;
    }

    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3 {
        padding-left: 1rem !important;
    }

    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5 {
        padding-left: 3rem !important;
    }

    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto {
        margin-left: auto !important;
    }

    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0 {
        margin-left: 0 !important;
    }

    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0 {
        padding-left: 0 !important;
    }

    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto {
        margin-left: auto !important;
    }

    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0 {
        margin-left: 0 !important;
    }

    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }

    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }

    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }

    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }

    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0 {
        padding-left: 0 !important;
    }

    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }

    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }

    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto {
        margin-left: auto !important;
    }

    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }

    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 568px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: bold;
}

.font-italic {
    font-style: italic;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #6c757d !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

.text-muted {
    color: #868e96 !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.component-1 {
    position: relative;
}

.component-1:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -25px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid white;
    z-index: 999;
}

.component-1 .desc {
    color: #272a2c;
    font-size: 20px;
    line-height: 34px;
    font-family: MyriadPro-It;
    text-align: center;
    margin-bottom: 60px;
}

.component-1 .box_reducers {
    text-align: center;
}

.component-1 .box_reducers .wrap_img {
    height: 180px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.component-1 .box_reducers p {
    margin-top: 10px;
    color: #353738;
    font-size: 30px;
    text-transform: uppercase;
    font-family: BebasNeueBold;
}

@media (max-width: 1199px) {
    .component-1 .box_reducers p {
        font-size: 24px;
    }
}

.component-1 .m-bottom:nth-child(-n+4) {
    margin-bottom: 60px;
}

@media (max-width: 1199px) {
    .component-1 .m-bottom:nth-child(-n+4) {
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .component-1 .m-bottom:nth-child(-n+6) {
        margin-bottom: 30px;
    }
}

@media (max-width: 567px) {
    .component-1 .m-bottom:nth-child(-n+7) {
        margin-bottom: 25px;
    }
}

.row .col-xl-8.col-lg-7.left_block.article p img {
    border: none;
}

p.linkis a.hl.hl_custlink:hover {
    background-color: white !important;
}

.rubric_page_main .left_block.article > p.linkis a.hl.hl_custlink, .faq-block__answer linkis a.hl.hl_custlink {
    display: block;
}

.faq-block__answer, .rubric_page_main .left_block > p,.rubric_page_main .left_block > div > div > p.linkis {
    overflow: initial;
}

table#tablepress-4 td.column-3, table#tablepress-4 td.column-4, table#tablepress-4 td.column-5, table#tablepress-3 td.column-2, table#tablepress-3 td.column-3, table#tablepress-3 td.column-4, table#tablepress-5 td.column-2, table#tablepress-5 td.column-3, table#tablepress-5 td.column-4, table#tablepress-5 td.column-5, table#tablepress-6 td.column-2, table#tablepress-6 td.column-3, table#tablepress-6 td.column-4, table#tablepress-6 td.column-5, table#tablepress-7 td.column-2, table#tablepress-7 td.column-2, table#tablepress-7 td.column-4, table#tablepress-7 td.column-5, table#tablepress-9 td.column-2, table#tablepress-9 td.column-3, table#tablepress-9 td.column-4, table#tablepress-9 td.column-5 {
    text-align: center;
    font-weight: bold;
    color: black;
}

.article .block.ads .wrapper_images.overlay .info_text {
    position: relative;
    color: black;
    left: 0;
    bottom: 3px;
    background-color: white;
}

.article .block.ads .wrapper_images.overlay .info_text h2.link_title {
    color: black;
}

.article .block.ads .wrapper_images.overlay .info_text p {
    color: black;
}

.row.main_article_design.ads {
    margin: 0%;
}

.col-xl-8.col-lg-7.left_block.article .wpcd-ribbon {
    height: 63px;
    min-height: auto;
}

.col-xl-8.col-lg-7.left_block.article .wpcd-coupon-six {
    max-width: 49%;
}

h1.wpcd-coupon-title {
    text-align: center;
}

.wpcd-coupon-six-mobile .wpcd-coupon-six-img-and-btn .item-img, .wpcd-coupon-six-mobile .wpcd-coupon-six-percent-off {
    display: block;
}

a.banner.blackfirsday img {
    margin-bottom: 15px;
    margin-top: -48px;
}

@media (max-width: 1120px) {

    a.banner.blackfirsday img {

        margin-top: 5px;
    }
}

.rubric_page_main .left_block.article > ul.list a.hl.hl_custlink {
    background-color: white;
    text-decoration: none !important;
}

.rubric_page_main .left_block.article > ul.list a.hl.hl_custlink:hover {
    color: red !important;
}

.rubric_page_main .left_block.article > ul.list a.hl.hl_custlink:after {
    background-color: red;
}
.smap ul {
    position: relative;
    left: 5%;
    padding: 15px;
}
.faq_question {
    position: relative;
    left: 5%;
    padding: 5px;
}
.smap ul li:before {
    width: 480px;
    max-width: 100%;
    font-size: 15px;
    line-height: 1.2;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-size: 12px 13px;
    padding-left: 1px;
    content: close-quote;
}
.smap ul li {
    counter-increment: list;
    counter-reset: list1;
    margin-bottom: 0;
    font-family: inherit;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    background: url(images/rectangle_menu.png) no-repeat left;
}
.smap ul li a, .faq_question [data-faq-id] {
    color: #333333;
    font-size: 16px;
    text-decoration: none;
    text-decoration: none;
    display: block;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    margin-left: 4%;
}
.smap ul li a:after, .faq_question [data-faq-id]:after {
    display: block;
    content: "";
    height: 2px;
    width: 0%;
    background-color: #ed3737;
    transition: width .3s ease-in-out;
}
.smap ul li a:hover:after,
.smap ul li a:focus:after,
.faq_question [data-faq-id]:hover:after,
.faq_question [data-faq-id]:focus:after {
    width: 100%;
	
}
.smap ul li a:hover, .faq_question [data-faq-id]:hover {
	color: #074897;
}
.info_text stong {
    font-weight: 900!important;
} 
div#tablepress-7_wrapper a.hl.link_buy {
    height: 40px;
}
.home-contact_form,.home-contact_map{float:left;width:48%;margin-right:4%}
.home-contact_map{margin-right:0;margin-bottom:36px;border:8px solid #fff;box-shadow:0 0 20px rgba(0,0,0,.1)}
.home-contact_form{background:#f4f6fb;padding:30px;position:relative}
.home-contact_stuff{float:left;width:48%}
.home-contact_stuff span{display:block;margin-bottom:20px;position:relative;padding:11px 10px 11px 60px;background:#f4f6fb}
.home-contact_phone:after,.home-contact_adress:after,.home-contact_shed:after,.home-contact_mail:after,.home-contact_skype:after{font-family:'FontAwesome';font-size:20px; width:44px;text-align:center;line-height:46px;top:0;left:0; bottom: 0; position:absolute;z-index:1}
.home-contact_phone:after{content:"\f095"}
.home-contact_adress:after{content:"\f041"}
.home-contact_shed:after{content:"\f017"}
.home-contact_mail:after{content:"\f1fa"}
.home-contact_skype:after{content:"\f17e"}
.home-contact_phone a, .home-contact_mail a, .home-contact_skype a {text-decoration: none; border-bottom: 1px dashed #ccc}
.home-contact_form p{margin:0;display:block}
.home-contact_form .wpcf7 input{font-family:inherit;width:100%;float:left;padding:10px;display:block;margin:0 0 25px;font-size:16px;background:#fff;color:#333;border:1px solid rgba(29,43,100,.15)}
.home-contact_form .wpcf7 select {
    font-family: inherit;
    width: 44%;
    float: unset;
    padding: 10px;
    display: block;
    margin: 0 0 25px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border: 1px solid rgba(29,43,100,.15);
}
.home-contact_form .wpcf7 textarea{font-family:inherit;width:100%;height:195px;float:left;padding:10px;display:block;margin:5px 0 25px;font-size:16px;background:#fff;color:#333;border:1px solid rgba(29,43,100,.15)}
.home-contact_form-title{display:block;font-size:18px;line-height:1.25;text-align:center;margin-bottom:25px;font-weight:700}
.home-contact_form .wpcf7 input[type="submit"]{display:block;text-align:center;padding:10px 18px 10px;margin:0;font-size:16px;font-weight:700; position:relative;width:180px;border:0;text-decoration:none;-webkit-appearance:none;box-shadow:none;cursor:pointer;transition:all .5s ease;float:none}
.home-contact_form .wpcf7 input[type="submit"]:focus{border:0;outline:0}
.home-contact_form,.home-contact_map, .home-contact_stuff{ width:100%;margin-right:0; margin-bottom: 50px}
.home-contact_stuff{margin-bottom: 0}
.home-contact_form-title {font-size:16px}
.home-contact_form{ padding:20px}
.home-contact_stuff span{ font-size: 15px; overflow: hidden }
.home-contact_form .wpcf7 input, .home-contact_form .wpcf7 textarea{ font-size:14px}
.home-contact_form .wpcf7 input[type="submit"]{ margin:0 auto}

.cell:nth-child(4) { /*удалить после НГ*/
display:none!important;
}

.show_category_custom_inside_block{
    overflow: hidden;
}

span.joom {
    margin-left: 10%;
}
@media (max-width: 1082px) {
span.joom a {
    margin-left: 4%;
}
span.joom a:nth-child(2) {
    margin-left: 6%;
}
span.joom a:nth-child(1) {
    margin-left: -4%;
}
}

@media (max-width: 691px) {
span.joom a:nth-child(1) {
    margin-left: -5%;
}
span.joom a:nth-child(2) {
    margin-left: 10%;
}
} 
@media (max-width: 620px) {
span.joom a:nth-child(1) {
    margin-left: -1%;
}
span.joom a:nth-child(2) {
    margin-left: 10%;
}
} 
.container a:hover {
    color: red;
}

.hl.banner {
    padding: 0px 0 30px 14px;
    
}
@media (min-width: 1199px) {
.hl.banner {
    
    margin-top: -40px;
}
}


/*AUTHOR LISTS PAGE*/
.author_list {
    margin-top: 80px;
}
.container_author {
    margin-bottom: 80px;
    padding: 40px 20px;
    background-color: #eff4f7;
    border-left: 2px solid #30bab8;
}

.container_author a {
    text-decoration: none;
    color: #000;
}

.author_row a:hover {
    text-decoration: none;
    color: #3d3e3f;
}



.author_row img {
    margin-right: 30px; 
}
.author_row .text_author {
    display: block;
}

.author_row .text_author .title {
    font-size: 36px;
    font-family: Segoe_UI_Semibold;
    margin-bottom: 15px;
}

.author_row .text_author .descr {
    font-size: 21px;
}

/*Single Author Page*/
.author_row {
    padding: 40px;
    background-color: #e8f2f7;
    border-left: 2px solid #30bab8;
    margin-bottom: 40px;
    position: relative;
}
.page-template-home-template .author_container {
    /*display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
*/ 
    display: block;
    align-items: center;
    margin-bottom: 20px;
    text-align: center;
}

.author_container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.author_container .name {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.author_container .description {
    font-size: 21px;
}

.author_container .photo {
    margin-right: 30px;
    width: 150px;
    background-size: cover;
    background-position: center;
    height: 150px; 
}

.author_container img {
    margin-right: 30px;
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}


.soc_links {
    position: absolute;
    right: 120px;
    bottom: 20px;
}

.soc_links a i{
    color: #000;
    font-size: 23px;
    margin-left: 10px;
}

a.nolink {
    text-decoration: none;
    color: #000;
}
span.su-lightbox.hl.link_buy.kalk_otpusk {
    cursor: pointer;
    height: 50px;
}

.h1 {
    font-size: 36px;
    margin-bottom: 20px;
}

.l-table-block.l-adtext.l-600x90-fluid.l-index-0 {
    height: 95px!important;
}

.widget.leadsale {
    padding: 25px;
    margin: 0;
}

.author .advanced_info {
    font-size: 18px;
    line-height: 23px;
    background-color: #F8F8F8;;
    border-left: 2px solid #ee3737;
    padding: 30px 40px;
    margin-bottom: 20px;
}

.author .advanced_info ul {
    list-style-type: square;
    margin-left: 30px;
}

.author .advanced_info ul li {
    list-style: unset;
}


@media (max-width: 470px) {
    .author_container {
        display: block;
    }

    .author_container img {
        margin: 0 auto;
        display: block;
    }

    .author_container .author_bio {
        margin: 20px 0px;
    }
    
    .author_container .author_bio h1 {
        text-align: center;

    }

    .author_row .soc_links {
        right: 40px;
    }
}


/*Таблица для отделений - начало*/
.ymaps-geolink {
  white-space: normal !important;
  border-bottom: none !important;
}
.ymaps-geolink:before {
    background-position: top !important;
    top: 2px !important;
}
.ymaps-geolink:after {
  display: none !important;
}
.fns-table tbody td {
  font-size: 17px !important;
  line-height: 1.2;
}
.fns-table thead th {
  font-size: 18px;
  letter-spacing: 0;
      background: url(images/header_bg.jpg) no-repeat;
    background-size: cover;
  color: #fff !important;
}

.fns-table .column-1 {
  max-width: 270px;
}
.fns-table .column-3 {
  min-width: 130px;
  max-width: 200px;
  text-align: center;
}

.fns-table a.hl {
word-wrap: break-word;
font-size: 17px !important;
color: #3200F8 !important;
}

.fns-table a.hl:hover {
    color: red !important;
}

@media (max-width: 1200px) {
  .fns-table tbody td {
  font-size: 14px;
}
.fns-table .column-3 {
    max-width: 100%;
}
  .fns-table .column-1 {
  max-width: 130px;
}
.fns-table thead th {
  font-size: 16px;
}
.fns-table .column-3 {
  min-width: 115px;
}
}
@media (max-width: 860px) {
   .fns-table tbody td {
    display: block;
    text-align: center !important;
    border: none !important;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding: 5px !important;
  }
  .fns-table tr {
    border-bottom: 1px solid #707070 !important;
  }
   .fns-table thead tr th {
    display: none;
    text-align: center !important;
  }
   .fns-table thead tr th:first-child {
    display: block;
    width: 100% !important;
  }
   .fns-table thead tr th:first-child::after {
    content: ", контакты и режим работы"
  }
  .fns-table table tr:nth-of-type(odd) {
    background: #fff;
  }
  .fns-table .column-1 {
    max-width: 100%;
    }
    .ymaps-geolink:before {
    background-position: top;
    }
}

@media (max-width: 540px) {
     .fns-table {
        width: 100%;
    }
}

/*Таблица для отделений регистраии ИП*/
.reg tbody td {
    font-size: 17px !important;
    line-height: 1.2;
  }
  .reg th {
    font-size: 18px;
    padding: 5px;
    letter-spacing: 0;
        background: url(images/header_bg.jpg) no-repeat;
      background-size: cover;
    color: #fff !important;
  }
  
  .reg a.hl {
  word-wrap: break-word;
  font-size: 17px !important;
  color: #3200F8 !important;
  }
  
  .reg a.hl:hover {
      color: red !important;
  }
  
  @media (max-width: 1200px) {
    .reg tbody td {
    font-size: 14px;
  }
  .reg th {
    font-size: 16px;
  }
  }
  @media (max-width: 860px) {
     .reg tbody td {
      display: block;
      text-align: center !important;
      border: none !important;
      padding-left: 25px !important;
      padding-right: 25px !important;
      padding: 5px !important;
    }
    .reg tr {
      border-bottom: 1px solid #707070 !important;
    }
     .reg tr th {
      display: none;
      text-align: center !important;
    }
     .reg tr th:first-child {
      display: block;
      width: 100% !important;
    }
     .reg tr th:first-child::after {
      content: ", контакты и режим работы"
    }
    .reg table tr:nth-of-type(odd) {
      background: #fff;
    }
  }
  
  @media (max-width: 540px) {
       .reg {
          width: 100%;
      }
  }







/*Таблица для отделений - конец*/

/*начало стилей для плашки юриста*/
.yurist-block {
    width: 95%;
    margin: 0 auto;
    /* border-left: 2px solid #FF8A00;
    border-bottom: 2px solid #FF8A00; */
    padding: 10px;
    background-color: #EEF4F7;
    margin-bottom: 10px;
    -webkit-box-shadow: -2px 3px 9px -1px rgba(0,0,0,0.7);
    -moz-box-shadow: -2px 3px 9px -1px rgba(0,0,0,0.7);
    box-shadow: -2px 3px 9px -1px rgba(0,0,0,0.7);
    margin-bottom: 20px;
    border: 2px solid #0D3678;
}

.yurist-block-left {
    display: inline-block;
    width: 65%;
    vertical-align: middle;
}

.yurist-block-right {
    display: inline-block;
    vertical-align: middle;
}

.yurist-logo, .yurist-description {
    display: inline-block;
    vertical-align: middle;
}

.yurist-description {
    width: 80%;
    padding-left: 10px;
}

.yurist-description p {
    margin: 0;
    padding: 0;
    line-height: 1.2;
}

.yurist-description-heading {
    font-size: 110%;
    color: #FF0012;
    font-weight: bold;
}
.yurist-block-btn-2 {
    display: none;
}

.yurist-block-btn, .yurist-block-btn-2 {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 7px;
    background-color: #122E71 !important;
    border: 1px solid #122E71;
    border-radius: 3px;
    color: #fff !important;
    text-transform: uppercase;
}

.yurist-block-btn:hover, .yurist-block-btn-2:hover {
    background-color: #FF0012 !important;
    border: 1px solid #FF0012;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
    .yurist-block {
        margin-top: 15px;
    }
    .yurist-description-heading {
        /* font-size: 95%; */
    }
    .yurist-block-paragraph {
        /* font-size: 80%; */
    }
    .yurist-block-btn-2 {
        /* font-size: 70%; */
        display: inline-block;
    }
    .yurist-block-left {
        width: 70%;
    }
    .yurist-description {
        width: 75%;
        text-align: left;
    }
    .yurist-block-btn {
        display: none;
    }
}

@media screen and (max-width: 860px) {
    .yurist-description-heading {
        /* font-size: 95%; */
    }
    .yurist-block-paragraph {
        /* font-size: 80%; */
    }
    .yurist-block-btn-2 {
        /* font-size: 70%; */
        display: inline-block;
    }
    .yurist-block-btn {
        display: none;
    }
    .yurist-block-left {
        width: 65%;
    }
    .yurist-description {
        width: 75%;
    }

}

@media screen and (max-width: 768px) {
    .yurist-block {
        text-align: center;
    }
    .yurist-description-heading {
        /* font-size: 90%; */
    }
    .yurist-block-paragraph {
        /* font-size: 75%; */
    }
    .yurist-block-left {
        width: 100%;
    }
    .yurist-description {
        width: 95%;
        padding-left: 0;
        text-align: center;
    }
    .yurist-block-btn-2 {
        margin-top: 5px;
        font-size: 70%;
    }
    .yurist-description-heading {
        margin-bottom: 5px !important;
        font-size: 95%;
    }
    .yurist-block-paragraph {
        font-size: 80%;
    }
    .yurist-logo {
        display: none;
    }
}
/*конец стилей для плашки юриста*/


.expert-tpl {background: #e9f3fb;padding: 25px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;margin-bottom: 20px;text-align: left}
.expert-tpl span.expert-thumb {position: relative;display: inline-block;width: 75px;height: 75px;background-size: cover;float: left;margin-right: 15px;background-size: cover;background-position: 50% 0;border-radius: 75px}
.expert-tpl .expert-head {position: relative;min-height: 70px;z-index: 1;padding-top: 5px;margin-bottom: 25px}
.expert-tpl .expert-marker {background: #fe7623;background: -moz-linear-gradient(left, #fe7623 0%, #ec456a 100%);background: -webkit-linear-gradient(left, #fe7623 0%, #ec456a 100%);background: linear-gradient(to right, #fe7623 0%, #ec456a 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#fe7623, endColorstr=#ec456a, GradientType=1);display: inline-block;vertical-align: top;font-size: 12px;line-height: 14px;color: #fff;padding: 5px 15px;-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;margin-bottom: 8px}
.expert-tpl .expert-name {margin-bottom: 5px;font-size: 14px;line-height: 16px;color: #5e63a2}
.expert-tpl .expert-bio {color: #818796;font-size: 12px;line-height: 14px}
.expert-tpl .expert-say {color: #32374a;font-size: 16px;text-align: justify;padding: 0 5px;clear: both}
.expert-tpl .expert-say p {margin-bottom: 0;}
.expert-left {display: inline-block;vertical-align: top;width: calc(100% - 305px)}
button.openform_expert-question.popUp-btn, a.expert-btn { background: #ee3737; background: -moz-linear-gradient(left, #5bcda8 0%, #8097eb 100%); background: -webkit-linear-gradient(left, #ee3737 0%, #ed4864 100%); background: linear-gradient(to right, #ee3737 0%, #ee4a62 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#5bcda8, endColorstr=#8097eb, GradientType=1); display: inline-block; vertical-align: top; width: 215px; font-size: 16px; line-height: 16px; color: #fff !Important; -webkit-border-radius: 5px; -moz-border-radius: 5px; text-align: center; cursor: pointer; margin-top: 12px; padding: 10px 10px; float: right; text-decoration: none !important; }
button.openform_expert-question.popUp-btn:hover, a.expert-btn:hover {opacity: .7;-moz-opacity: .7;-khtml-opacity: .7}
/* @media screen and (max-width:1000px) { */
	/* .expert-left { */
		/* display: inline-block; */
		/* vertical-align: top; */
		/* width: 100% */
	/* } */
	/* .expert-tpl .expert-head { */
		/* margin-bottom: 15px */
	/* } */
	/* button.openform_expert-question.popUp-btn, a.expert-btn { */
		/* background: #5bcda8; */
		/* background: -moz-linear-gradient(left, #5bcda8 0%, #8097eb 100%); */
		/* background: -webkit-linear-gradient(left, #5bcda8 0%, #8097eb 100%); */
		/* background: linear-gradient(to right, #5bcda8 0%, #8097eb 100%); */
		/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#5bcda8, endColorstr=#8097eb, GradientType=1); */
		/* display: inline-block; */
		/* vertical-align: top; */
		/* width: 100%; */
		/* max-width: 215px; */
		/* padding: 7px 10px; */
		/* font-size: 16px; */
		/* line-height: 16px; */
		/* color: #fff; */
		/* -webkit-border-radius: 5px; */
		/* -moz-border-radius: 5px; */
		/* text-align: center; */
		/* cursor: pointer; */
		/* margin-top: 25px; */
		/* float: none; */
		/* text-decoration: none !important */
	/* } */
	/* button.openform_expert-question.popUp-btn:hover { */
		/* opacity: .7; */
		/* -moz-opacity: .7; */
		/* -khtml-opacity: .7 */
	/* } */
	/* .expert-tpl { */
		/* padding: 15px 5px */
	/* } */
	/* span.expert-thumb { */
		/* position: static; */
		/* display: block; */
		/* width: 75px; */
		/* margin: auto; */
		/* margin-bottom: 10px; */
		/* height: 75px; */
		/* float: left */
	/* } */
	/* .expert-head { */
		/* padding: 0; */
		/* text-align: center */
	/* } */
	/* button.openform_expert-question.popUp-btn { */
		/* display: block */
	/* } */
	/* .expert-left { */
		/* text-align: left; */
		/* display: block; */
		/* max-width: 100% */
	/* } */
	/* .expert-say {} */
/* } */
/* @media screen and (max-width:410px) { */
	/* .popUp-wrap { */
		/* padding: 5px; */
	/* } */
	/* span.expert-thumb { */
		/* display: inline-block !important; */
		/* margin-right: 0 !important; */
		/* float: none !important */
	/* } */
	/* .expert-left { */
		/* text-align: center !important */
	/* } */
	/* button.openform_expert-question.popUp-btn, a.expert-btn { */
		/* margin: 15px auto auto; */
	/* } */
/* } */
.sgpb-popup-dialog-main-div-wrapper iframe {
    border: none !important;
    padding-top: 1.5%;
}
button.yurist-block-btn {
    background-color: #ed3737 !important;

    border-radius: 3px!important;
    color: #fff !important;
    text-transform: uppercase;
    background: linear-gradient(to right, #123f7a 0%, #14346f 100%)!important;
    font-size: 13px!important;
    width: 100%!important;
}

@media screen and (max-width:1199px) {
	
	
	.yurist-block {
    text-align: center;
	}
	.yurist-block-left {
    width: 100%;
	}
}

@media screen and (max-width:768px) { 
   button.openform_expert-question.popUp-btn.expert.pum-trigger{
	   width: 200px;
	font-size: 14px;
   } 
   .expert-tpl .expert-head {
       padding-top: 0;
        margin-top: -3%;
}
}
@media screen and (max-width:544px) { 
 .expert-tpl .expert-head {
      
        margin-top: -4%;
}
.expert-tpl .expert-marker {
	
    text-align: center;
}
button.openform_expert-question.popUp-btn.expert.pum-trigger {
    width: 180px;
    
    margin-top: 6%;
}
.expert-left {
   
    width: calc(100% - 276px);
}
}

div#sgpb-popup-dialog-main-div {
    text-align: left;
} 


.blur-it {
  filter: blur(4px);
}


.modal-wrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(41, 171, 164, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: all 0.25s ease-in-out;
    z-index: 10000000;
	    max-width: 100%;
}
.modal-wrapper.open {
    opacity: 1;
    visibility: visible;
}

.modal {
    width: 60%;
    height: 419px;
    display: block;
    margin: 50% 0 0 -300px;
    position: relative;
    top: 50%;
    left: 35%;
    background: #fff;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    max-width: 100%;
}

.modal-wrapper.open .modal {
    margin-top: -200px;
    opacity: 1;
}

.modal .head {
    width: 100%;
    height: 32px;
    padding: 5px 10px;
    overflow: hidden;
    background: #e2525c;
}

.btn-close {
    font-size: 28px;
    display: block;
    float: right;
    color: #fff;
}



.good-job {
  text-align: center;
  font-family: 'Montserrat', Arial,       Helvetica, sans-serif;
  color: #e2525c;
}
.good-job .fa-thumbs-o-up {
  font-size: 60px;
}
.good-job h1 {
  font-size: 45px;
}

@media screen and (max-width:827px) { 
.modal {
    width: 70%;
    
}
.bazzaro .form_but_nav {
    font-size: 80%!important;
}
}

@media screen and (max-width: 799px) {
.modal {
    width: 80%;
}
}	
@media screen and (max-width: 701px) {
.modal {
		width: 90%;
	    position: fixed;
		margin:0;
		left: 5%;
}

}	
/*@media screen and (max-width: 548px) {
	button.trigger.openform_expert-question.popUp-btn.expert {
    width: 40%;
	font-size: 84%
	
}
	
}*/

/*Блок юриста в сайдбаре - начало*/
.sidebar-consultant-header {
  background: url(images/header_bg.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  max-height: 50px;
}

.sidebar-consultant-name {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.sidebar-consultant-avatar {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
  top: 15px;
  background: #fff;
}

.sidebar-consultant-avatar:before {
  content: "";
  background: url(/wp-content/offer/urik.jpg);
  background-size: contain;
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 50%;
  top: 10px;
  left: 10px;
}

.sidebar-consultant-main {
  margin-top: 65px;
  text-align: center;
}

.sidebar-consultant-main p {
  font-size: 16px;
  text-align: center;
}

.sidebar-consultant-btn {
  padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 7px;
    background-color: #007CD1 !important;
    border: 1px solid #007CD1;
    border-radius: 3px;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 15px !important;
    margin-top: 15px;
    display: inline-block;
}

.sidebar-consultant .yurist-block-btn {
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.sidebar-consultant.urik {
    margin-top: -5%;
}

.sidebar-consultant-avatar.documentoved:before {
	    background: url(/wp-content/offer/dokumenty-dlia-nalogovoi.jpg);	
}
.sidebar-consultant.urik p {
    margin: 15px;
}

/*Блок юриста в сайдбаре - конец*/

.sidebar-consultant-main a.hl {
    vertical-align: top;
    line-height: 16px;
    text-align: center;
    margin-top: 12px;
    text-decoration: none !important;
    float: none !important;
    margin-left: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 3px!important;
    background: linear-gradient(to right, #123f7a 0%, #14346f 100%)!important;
    font-size: 13px!important;
    width: 100%!important;
    padding-top: 5px;
    padding-bottom: 7px;
    background-color: #122E71 !important;
    border: 1px solid #122E71;
    color: #fff !important;
    padding: 0 15px;
    height: 42px;
    font-family: segoeuib;
    text-transform: uppercase;
    letter-spacing: -0.2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    white-space: nowrap;
}
.sidebar-consultant-main a.hl:hover {
    opacity: .7;
    -moz-opacity: .7;
    -khtml-opacity: .7;
	
}

/*Адаптация блока эксперта под моб. версии - начало*/
@media (max-width: 548px) {
    .expert-head {
        text-align: center;
        margin-bottom: 10px !important;
    }
    .expert-thumb {
        float: none !important;
        vertical-align: middle !important;
    }
    .expert-left {
        text-align: left !important;
        width: 50% !important;
        vertical-align: middle !important;
    }
    .expert-left div {
    text-align: left !important;
    }
    button.openform_expert-question.popUp-btn, a.expert-btn {
        float: none !important;
        width: auto !important;
    }
}
/*Адаптация блока эксперта под моб. версии - конец*/


/* Форма обратной связи для рекламодателей */

.form-input {
    font-family: inherit;
    width: 100%;
    padding: 10px;
    display: block;
    margin: 0 0 25px;
    font-size: 16px;
    background:#fff;
    color:#333;
    border: 1px solid rgba(29, 43, 100, .15);
}

.form-input:focus {
    border-color: #122E71;
}
.form-input:active {
    border-color: #122E71;
}

.form-textarea {
    font-family: inherit;
    width: 100%;
    height: 195px;
    padding: 10px;
    display: block;
    margin: 5px 0 25px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border: 1px solid rgba(29, 43, 100, .15);
}

.form-textarea:focus {
    border-color: #122E71;
}
.form-textarea:active {
    border-color: #122E71;
}

.form-select {
    font-family: inherit;
    padding: 10px;
    display: block;
    margin: 0 0 25px;
    font-size: 16px;
    background: #fff;
    color: #333;
    border: 1px solid rgba(29, 43, 100, .15);
}

.form-go-btn {
    display: inline-block;
    padding: 8px 16px;
    background: #ee3737;
    border-radius: 2px;
    font-size: 17px;
    border: none;
    outline: none;
    color: rgb(245, 245, 245);
    cursor: pointer;
    transition: .2s all;
}

.form-go-btn:hover {
    box-shadow: 0 2px 12px rgba(143, 1, 1, 0.137);
    background: hsl(0, 62%, 48%);
    color: #fff;
}

#aside1 .admitad.widget {
    text-align: center;
}

.admitad-badge {
    display: inline-block;
    margin-top: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 11px;
    line-height: 11px;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
    border: 1px solid rgba(31, 31, 31, 0.35);
    border-radius: 4px;
    padding: 4px 15px;
    margin-bottom: 10px;
}


/* Чёрная пятница, AliExpress */

.banner-wrapper {
    margin-top: -35px;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) { .banner-wrapper {margin-top: 10px;} }

.banner-wrapper img { max-width: 100%; height: auto; }

@media (max-width: 767.98px) { .banner-wrapper .dsktp-banner { display: none; } }

.banner-wrapper .mbl-banner { display: none; }

@media (max-width: 767.98px) { .banner-wrapper .mbl-banner { display: block; } }

.ae-sale-wrapper { font-family: 'Open Sans', sans-serif; padding: 30px 20px; background-image: linear-gradient(120deg, #5C8ED4 0%, #0A2A56 100%); color: #fff; border-radius: 2px; box-shadow: 0 0 25px rgba(72, 72, 72, 0.45); width: 300px; position: fixed; left: 50px; opacity: 0; overflow: hidden; transform: scaleY(0); transition: .4s all; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); z-index: 99999; bottom: -50%; }

.ae-sale-wrapper--black { background: #000; background-image: linear-gradient(120deg, black 0%, #252525 100%); color: #fff; }

.notify-visible { transform: scaleY(1); bottom: 90px; left: 20px; opacity: 1; }

.ae-coupon__block { display: flex; flex-wrap: nowrap; align-items: center; margin-top: 15px; font-size: 15px; }

.ae-coupon__img { width: 50%; height: 50%; }

.ae-coupon__img img { max-width: 100%; height: auto; }

.ae-sale__closing { position: absolute; top: 5px; font-size: 12px; font-weight: 400; right: 5px; opacity: .5; cursor: pointer; transition: .2s all; }

.ae-sale__closing:hover { opacity: .8; }

.ae-sale__header { display: flex; flex-direction: row; justify-content: space-between; }

.ae-sale__date { font-size: 20px; font-weight: 600; color: #02CAD9; margin-bottom: 4px; }

.ae-sale__name { font-size: 15px; font-weight: 600; color: #02CAD9; opacity: .8; }

.ae-sale__logo { position: relative; }

.ae-sale__logo img { position: relative; top: 5px; max-width: 100%; height: auto; }

.ae-sale__title { font-size: 22px; font-weight: 700; line-height: 1.2; margin-top: 20px; margin-bottom: 10px; }

.ae-sale__subtitle { margin-top: 5px; font-size: 16px; }

.ae-sale__subtitle .ae-accent { font-weight: 600; color: #F7971D; }

.ae-sale__link { display: block; margin-top: 25px; width: 100%; padding: 10px 0; text-align: center; color: #fff; background: #E52F20; text-decoration: none; font-size: 18px; font-weight: 700; border-radius: 2px; transition: .2s all; transform: translateY(0); }

.ae-sale__link:hover { box-shadow: 0 0 12px rgba(32, 3, 0, 0.253); transform: translateY(-1px); text-decoration: none; }

.ae-sale-wrapper--white .ae-sale__link:hover { box-shadow: 0 0 12px rgba(255, 255, 255, 0.253); }

.ae-sale__bottom { margin-top: 30px; }

.ae-sale__bottom-text { width: 50%; }

.ae-sale__b-header { font-size: 18px; font-weight: 700; }

.ae-sale__b-text { font-size: 14px; margin-top: 10px; }

.ae-sale__abs-branding { position: absolute; width: 30%; bottom: -75px; right: 25px; }

.ae-sale__abs-branding img { max-width: 100%; height: auto; }

.ae-coupons { margin-top: 30px; }

.ae-coupon { background-image: linear-gradient(90deg, #FE5018 0%, #FC391A 100%); padding: 10px 10px 0 10px; width: 250px; border-radius: 7px; font-family: 'Open Sans', sans-serif; overflow: hidden; box-shadow: 0 0 12px rgba(0, 0, 0, 0.26); }

.ae-coupon__branding { display: flex; justify-content: flex-start; margin-bottom: 5px; }

.ae-coupon__logo { max-width: 80px; opacity: .85; }

.ae-coupon__logo img { max-width: 100%; height: auto; }

.ae-coupon__content { display: flex; justify-content: space-between; align-items: center; }

.ae-coupon__sum { font-size: 16px; font-weight: 700; color: #fff; }

.ae-coupon__sum-subtext { margin-top: 8px; font-size: 12px; color: #fff; font-weight: 400; opacity: .9; }

.ae-coupon__btn { background: #fff; padding: 5px 5px; font-weight: 600; font-size: 14px; color: #FC391A; border-radius: 2px; text-decoration: none; transition: .2s all; }

.ae-coupon__btn:hover { background: rgba(255, 255, 255, 0.808); color: #ff2200; }

.ae-coupon__bottom { background: rgba(0, 0, 0, 0.1); margin: 8px -10px 0 -10px; padding: 5px 10px; color: #fff; font-size: 11px; line-height: 1; display: flex; justify-content: space-between; position: relative; border-top: 1px dashed #fff; }


@media (max-width: 767.98px) { .ae-coupons { overflow-x: auto; margin-top: 0; }  }

@media (max-width: 767.98px) { .coupon-scroll { flex-wrap: nowrap; width: 780px; } }

.coupons-top { font-size: 24px; font-family: 'Open Sans', sans-serif; font-weight: 600; color: #252525; margin-bottom: 8px; }

.coupons-bottom { font-size: 15px; font-family: 'Open Sans', sans-serif; font-weight: 600; margin-top: 8px; color: #5a5a5a; }

.alie-color-1 { color: #F79917; font-size: 24px; }

.alie-color-2 { color: #E52F20; font-size: 24px; }

.offers_kupon {
    display: table-header-group;
}

div#admitad_shuffle29358496 {
    padding-left: 8%;
}





  /*Exit poup*/
  #exitpopup.exitpopup-show {
    transform: scale(1);
  }
  
  #exitpopup {
    transform: scale(0);
    position: fixed;
    box-sizing: border-box;
    max-height: 590px;
    width: 530px;
    /* max-width: 100%; */
    color: #000;
    border-radius: 5px;
    top: 30%;
    left: calc(50% - 265px);
    border: 1px solid rgb(211, 211, 211);
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.192);
    z-index: 10001;
    padding: 35px 0 20px 0;
    transition: .2s all;
    transition-timing-function: cubic-bezier(.15,-0.17,.91,1.24);
    overflow: hidden;
  }

  #exitpopup .exitpopup-content {
    padding: 0 25px;
    font-size: 18px;
  }

  #exitpopup .btn-wrap {
    display: flex;
    justify-content: center;
  }

  #exitpopup .btn-wrap .btn {
    margin-left: 0;
}

  #exitpopup .exitpopup-content p {
      margin: 12px 0;
  }

  
  

  
  #exitpopup .close-popup {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    transition: .25s ease;
    color: inherit;
    cursor: pointer;
    line-height: 1;
    color: rgb(100, 100, 100);
    text-decoration: underline;
    font-size: 15px;
  }
  
  
  #exitpopup .close-popup i {
    line-height: 1;
  }
  
  #exitpopup .close-popup:hover {
    /* // transform: scale(1.1); */
  }
  
  body {
    position: relative;
    transition: .25s ease;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  }
  
  .popup-open::before {
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(20, 52, 111, 0.8);
    z-index: 9999;
  }

  .header-link-wrapper {
      margin-bottom: 8px;
      color: rgb(243, 243, 243);
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-size: 15px;
      opacity: .85;
  }

  .header-contact {
      opacity: .8;
      font-family: 'Open Sans', 'Arial', sans-serif;
      font-size: 14px;
      color: rgb(243, 243, 243);
      opacity: .85;
  }

  .header-contact a {
    color: rgb(243, 243, 243);
    border-bottom: 1px dashed rgba(243, 243, 243, 0.575);
    transition: .2s all ease-in-out;
  }

  .header-contact a:hover {
    color: rgb(243, 243, 243);
    text-decoration: none;
      border-color: rgba(243, 243, 243, 0.8);
  }

  a.header-link {
      color: rgb(243, 243, 243);
      border-bottom: 1px solid rgba(243, 243, 243, 0.411);
      transition: .2s all ease-in-out;
  }

  a.header-link:hover {
      opacity: 1;
      color: rgb(243, 243, 243);
      border-color: rgba(243, 243, 243, 0.8);
      text-decoration: none;
  }


  .header-soc-icons {
      margin-top: 8px;
      font-size: 17px;
  }

  .header-soc-icon {
    margin-left: 10px;
    text-decoration: none;
    color: #fff;
    transition: .2s all ease-in-out;
}

a.header-soc-icon:first-child {
    margin-left: 0;
}

a.header-soc-icon:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
  }


  .footer-through-links {
      margin: 10px 0;
      font-family: 'Open Sans', sans-serif;
  }

  .footer-through-links li a {
      color: rgba(44, 55, 75, 0.94);
  }

  /**FAQPage-разметка*/
.faq-block {
    margin-top: 25px;
    margin-bottom: 25px;
}
.faq-block__item {
    margin-top: 20px;
}

.faq-block__question {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}

.faq-block__question::before {
    content: '\25ba';
    display: inline-block;
    transition: .2s;
}

.faq-block__question_open::before {
    transform: rotate(90deg);
}

.faq-block__answer {
    display: none;
}

.faq-block__answer div *:last-child {
    margin-bottom: 0;
}
.faq-block h3 {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    margin: 0;
    display: contents;
}
#faq_breadcrumbs {
	margin-bottom: 8px;
	}
		
.dashicons-arrow-right-alt2 {
			position: relative; top: 1px;
		}
.faq_cat {
	padding-bottom: 20px;
	}
[data-faq-id] {
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 20px;
    font-size: 19px!important;
    padding: 0;
    margin: -3px;
}
.faq_question.faq_q_opened [data-faq-id] {
	
}
#faq_breadcrumbs {
	margin-bottom: 8px;
}
.dashicons-arrow-right-alt2 {
	position: relative; top: 1px;
}
.faq_cat {
	padding-bottom: 20px;
}
.faq_question.faq_q_opened [data-faq-id] {
    color: red;
    cursor: context-menu;
}

.faq_question.faq_q_opened  [data-faq-id]:hover:after, 
.faq_question.faq_q_opened  [data-faq-id]:focus:after {
    width: 0%;
}

.faq_answer {
	margin-left: 20px!important;
	
}
.faq_answer li, body.faq-template .row  .col-xl-8.col-lg-7.left_block.fullwidth li:not([class]), .faq-block__answer li {
	background: url(images/rectangle_menu.png) no-repeat left center;
    padding-left: 30px;
    margin-bottom: 0;
    color: #383e4d;
    font-size: 18px;
    letter-spacing: -0.54px;
    font-stretch: normal;
	
}

.faq_question.faq_q_opened {
	border: 2px solid #ed3737; padding: 20px 20px 20px 0;
}
.faq_question.faq_q_opened [data-faq-id] {
	border-bottom: 0; font-weight: bold;
}

/*end FAQPage-разметка*/


.banner > div.title_tag {
    display: flex;
    position: relative;
}
.banner .title_tag:after {
    display: block;
    right: 0;
    margin-left: auto;
    align-self: flex-end;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 4px 8px;
    background: rgba(133, 133, 133, 0.04);
    color: rgb(116, 116, 116);
    content: 'Реклама';
    border: 1px solid #d3d3d3;
    border-radius: 4px;
}

