body {
    /*overflow-x: hidden;*/
}
.breadcrumbs__item div {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #B5BBC6;
    text-decoration: underline;
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
    margin-right: 5px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
/**/
.gmw_blog {
    padding: 19px 0 40px;
    width: 100%;
}
.gmw_blog_list {
    margin-top: 40px;
}
.gmw_blog_list_order {
    display: flex;
    flex-direction: column;
}
.gmw_blog_list-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    order: 2;
    margin-top: 10px;
}
.gmw_blog_list-tabs a, .gmw_blog_list-tabs span {
    display: block;
    padding: 8px 20px;
    /*border-radius: 50px;*/
    background: #F0F3FA;
    color: #454545;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 13px;
    transition: all .5s;
    margin-bottom: 14px;
    border-radius: 7px;
}
.gmw_blog_list-tabs span._active, .gmw_blog_list-tabs a:hover {
    background: #162842;
    color: #FFF;
}
.gmw_blog_list-h1 {
    color: #0A1F44;
    font-family: 'MullerExtraBold';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    display: flex;
    order: 1;
}
.gmw_blog_list-hdop {
    display: flex;
    order: 1;
    font-size: 14px;
    margin-top: 2px;
}
.gmw_blog_list-hdop a {
    color: #162842;
    transition: all .5s;
}
.gmw_blog_list-hdop a:hover {
    color: #92BEDF;
}
.gmw_blog_list-items {
    display: flex;
    justify-content: start;
    padding-top: 6px;
    flex-wrap: wrap;
}
.gmw_blog_list-item {
    width: 100%;
    padding-bottom: 3px;
    margin-bottom: 30px;
}
.gmw_blog_list-item-img {
    height: 250px;
    /*background-size: cover !important;*/
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 4px;
}
.gmw_blog_list-item-tabswrp {
    width: 100%;
    overflow-x: scroll;
    -ms-overflow-x: scroll;
    /*overflow: auto;*/
}

.gmw_blog_list-item-tabswrp {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.gmw_blog_list-item-tabswrp::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.gmw_blog_list-item-tabs {
    /*width: 900px;*/
    margin-top: 30px;
    display: flex;
    justify-content: start;
    cursor: grab;
}
.gmw_blog_list-item-tabs a {
    display: block;
    /*padding: 8px 14px;*/
    padding: 7px 10px;
    /*border-radius: 50px;*/
    background: #F0F3FA;
    color: #454545;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 12px;
    transition: all .5s;
    white-space: nowrap;
    border-radius: 7px;
}
.gmw_blog_list-item-tabs a:last-child {
    margin-right: 0;
}
.gmw_blog_list-item-tabs a:hover {
    background: #162842;
    color: #FFF;
}
.gmw_blog_list-item-date {
    font-size: 14px;
    margin-top: 20px;
    color: #3F51B5;
}
.gmw_blog_list-item-namer {
    /*height: 120px;*/
    margin-top: 10px;
}
.gmw_blog_list-item-name {
    color: #0A1F44;
    /*font-size: 22px;*/
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.003em;
    transition: all .5s;
}
.gmw_blog_list-item-name:hover {
    opacity: .75;
}
.gmw_blog_list-item-link {
    display: inline-block;
    color: #ffffff !important;
    /*font-size: 16px;*/
    font-style: normal;
    /*font-weight: 700;*/
    line-height: 24px;
    margin-top: 10px;
    transition: all .5s;
    border-radius: 7px;
    background: #162842;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 30px;
}
.gmw_blog_list-item-link:hover {
    opacity: .75;
}
#gmw_blog_pgr {
    display: none !important;
}
.gmw_blog_list-bottom {
    display: flex;
    justify-content: center;
    padding-top: 10px;
}
.gmw_blog_list-bottom._hide {
    display: none !important;
}
.gmw_blog_list-bottom-more {
    display: flex;
    width: 100%;
    max-width: 440px;
    padding: 24px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background: linear-gradient(90deg, #F37202 0%, #FF8F0C 100%);
    box-shadow: -3px 4px 10px 0 rgba(242, 112, 1, 0.42);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    transition: all .5s;
}
.gmw_blog_list-bottom-more:hover {
    background: linear-gradient(90deg, #F37202 0%, #F37202 100%);
}
.gmw_blog_list-bottom-more:active {
    background: linear-gradient(90deg, #FF8F0C 0%, #FF8F0C 100%);
}
.gmw_blog_list-bottom2 {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.gmw_blog_list-scroll {
    color: #5C5E62;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    display: block;
    transition: all .5s;
}
.gmw_blog_list-scroll:hover {
    color: #0A1F44;
}
/* ==============  ============== */
.gmw_blog_elem {
    padding: 30px 0 0 0;
}
.gmw_blog_elem-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    /*margin-top: 10px;*/
    position: relative;
    z-index: 2;
}
.gmw_blog_elem-tabs a {
    display: block;
    padding: 8px 20px;
    /*border-radius: 50px;*/
    background: #F0F3FA;
    color: #454545;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 13px;
    transition: all .5s;
    margin-bottom: 14px;
    border-radius: 7px;
}
.gmw_blog_elem-tabs a:hover {
    background: #162842;
    color: #FFF;
}
.gmw_blog_elem_header {
    padding-top: 26px;
}
.gmw_blog_elem_header-h1 {
    width: 100%;
    color: #0A1F44;
    font-family: 'MullerExtraBold';
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: 115%;
    letter-spacing: -0.02em;
}
.gmw_blog_elem_header-h1 sup {
    color: #5392c0;
    display: inline;
    vertical-align: initial !important;
    font-size: inherit !important;
}
.gmw_blog_elem_header-img {
    width: 100%;
    height: 248px;
    border-radius: 4px;
    /*background-size: cover !important;*/
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    position: relative;
    z-index: 1;
}
.gmw_blog_elem_header-imgwrp {
    position: relative;
    /*width: calc(100% - 20px);*/
    width: 100%;
    margin-top: 55px;
}
/*.gmw_blog_elem_header-imgwrp:after {*/
/*    content: '';*/
/*    display: block;*/
/*    border-radius: 4px;*/
/*    position: absolute;*/
/*    top: -20px;*/
/*    left: 67px;*/
/*    background: #3F51B5;*/
/*    width: calc(100% - 47px);*/
/*    height: 100%;*/
/*}*/
/**/
.gmw_blog_elem_detail {
    padding: 25px 20px 35px;
    margin-top: 40px;
    border-radius: 10px;
    background: #F8F9FB;
    color: #454545;
    font-size: 14px;
    line-height: 1.5;
}
.gmw_blog_elem_detail > *:first-child {
    margin-top: 0;
}
.gmw_blog_elem_detail h1,
.gmw_blog_elem_detail h2,
.gmw_blog_elem_detail h3 {
    margin-bottom: 30px;
    margin-top: 30px;
}
.gmw_blog_elem_detail h2 {
    font-size: 22px;
}
.gmw_blog_elem_detail h3 {
    font-size: 18px;
}
.gmw_blog_elem_detail p {
    margin-bottom: 12px;
}
.gmw_blog_elem_detail ul, .gmw_blog_elem_detail ol {
    margin-bottom: 35px;
}
.gmw_blog_elem_detail ul {
    margin-bottom: 30px;
    margin-left: 0 !important;
    list-style-type: none;
    padding-left: 23px;
}
.gmw_blog_elem_detail ul li, .gmw_blog_elem_detail ol li {
    position: relative;
    display: block;
}
.gmw_blog_elem_detail ul li:before {
    content: '';
    display: block;
    background: url('/blog/ul.svg') no-repeat center;
    background-size: contain;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 6px;
    left: -21px;
}
.gmw_blog_elem_detail li:not(:last-child) {
    margin-bottom: 10px;
}
/**/
.gmw_blog_elem_detail ol {
    margin-bottom: 30px;
    margin-left: 0 !important;
    list-style-type: none;
    padding-left: 23px;
    counter-reset: count;
}
.gmw_blog_elem_detail ol li {
    list-style-type: none;
    position: relative;
}
.gmw_blog_elem_detail ol li:before {
    counter-increment: count;
    content: counter(count);
    display: block;
    color: #3F51B5;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    top: 1px;
    left: -21px;
}
/**/
.gmw_blog_elem_detail sub {
    vertical-align: initial !important;
    font-size: inherit !important;
    color: #0A1F44;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
    padding: 20px;
    border-radius: 10px;
    background: #DADFEA;
    display: block;
    margin-bottom: 12px;
}
.gmw_blog_elem_detail sup { /* h1 h2 h3 ... */
    vertical-align: initial !important;
    font-size: inherit !important;
    color: #3F51B5;
}
.gmw_blog_elem_detail a:not(.btn-orange) {
    color: #3F51B5;
    font-style: italic;
    font-weight: 400;
    text-decoration-line: underline;
    transition: all .5s;
}
.gmw_blog_elem_detail a:not(.btn-orange):hover {
    color: #141D3D;
}
.gmw_blog_elem_detail a.btn-orange {
    padding: 10px;
    display: inline-block;
}
.gmw_blog_elem_detail img {
    display: block;
    max-width: 100%;
    margin-bottom: 12px;
    border-radius: 4px;
    width: 100%;
    height: auto;
}
/* ==============  ============== */
.gmw_blog_elem_swiper {
    padding-top: 40px;
}
.gmw_blog_elem_swiper_left {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.gmw_blog_elem_swiper_right {
    display: none;
    overflow: hidden;
    position: relative;
}
/**/
.gmw_blog_elem_swiper_right .swiper-button-next:after,
.gmw_blog_elem_swiper_right .swiper-button-prev:after,
.gmw_blog_elem_swiper_left .swiper-button-next:after,
.gmw_blog_elem_swiper_left .swiper-button-prev:after {
    display: none;
}
.gmw_blog_elem_swiper_right .swiper-button-prev {
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32px;
    height: 32px;
}
.gmw_blog_elem_swiper_right .swiper-button-next {
    top: auto;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 32px;
    height: 32px;
}
.gmw_blog_elem_swiper_left .swiper-button-prev {
    top: 0;
    bottom: 0;
    left: 10px;
    margin: auto 0;
    width: 32px;
    height: 32px;
}
.gmw_blog_elem_swiper_left .swiper-button-next {
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    width: 32px;
    height: 32px;
}
/**/
.blog_swiper2 {
    height: 276px;
    width: 100%;
}
.blog_swiper .swiper-slide {
    width: 100%;
    height: 180px;
    opacity: 0.85;
}
.blog_swiper .swiper-slide-thumb-active {
    opacity: 1;
}
.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
/**/
.blog_video {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 соотношение (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
    border-radius: 10px;
}
.blog_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    border: 0;
}
/**/
.blog_see {
    vertical-align: initial !important;
    font-size: inherit !important;
    color: #0A1F44;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 20px;
    border-radius: 10px;
    background: #DADFEA;
    margin-bottom: 12px;
}
.blog_see_left {
    width: 100%;
    margin-bottom: 20px;
}
.blog_see_title {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 12px;
}
.blog_see_link {
    color: #3F51B5;
    font-style: italic;
    font-weight: 400;
    text-decoration-line: underline;
    transition: all .5s;
    font-size: 16px;
}
/**/
.blog_see_right {
    width: 100%;
}
.blog_see_right a {
    display: block;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
}
.blog_see_right img {
    max-width: 100%;
    height: auto;
}
/**/
.blog_copyright {
    margin-top: 40px;
    color: #454545;
    font-size: 14px;
    line-height: 1.5;
}
.blog_copyright > *:not(:last-child) {
    margin-bottom: 12px;
}
/**/
.blog_else_title {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 50px;
    font-weight: 700;
}
.blog_else {
    padding: 20px 20px 0 20px;
    border-radius: 10px;
    background: #DADFEA;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog_else_item {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.blog_else_item_img {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    overflow: hidden;
}
.blog_else_item_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog_else_item_title {
    width: calc(100% - 100px);
    margin-left: 20px;
}
.blog_else_item_title a {
    color: #162842;
    transition: all .5s;
    font-weight: bold;
    font-size: 14px;
}
.blog_else_item_title a:hover {
    color: #3F51B5;
}










