* {margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, div, .wrapper, content{display: block;position:relative;}
ul {list-style: none;}
img, iframe{max-width:100%;max-height:100%;color: transparent;vertical-align: bottom;border:0;}
button{border: 0; cursor: pointer;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;transition:all 0.3s;}
input, textarea{font-family: "Roboto", sans-serif;border:0;background:transparent;}
a{text-decoration: none;-webkit-transition: all 0.35s;-o-transition: all 0.35s;transition: all 0.35s;-moz-transition: all 0.35s;-ms-transition: all 0.35s;outline: none !important;color: #007bff;}
a:hover, a:focus {color: #0056b3;text-decoration: underline;}
*:focus{outline:0;}
input::-webkit-input-placeholder {color: #7A7A7A;}input::-moz-placeholder {color: #7A7A7A;}input:-ms-input-placeholder {color: #7A7A7A;}input:-moz-placeholder {color: #7A7A7A;}textarea::-webkit-input-placeholder {color: #7A7A7A;}textarea::-moz-placeholder {color: #7A7A7A;}textarea:-ms-input-placeholder {color: #7A7A7A;}textarea:-moz-placeholder {color: #7A7A7A;}
input[type=submit], button {-webkit-appearance: none;-moz-appearance: none;appearance: none;border-radius: 0;border: none;outline: none;background: transparent;}
table {border-collapse: collapse;border-spacing: 0;width: 100%;max-width: 100%;}
strong, h1, h2, h3, h4 {font-weight:bold}
body {
    margin: 0 auto;
    min-width: 320px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    font-weight: 400;
    color: #212529;
    line-height: 1.5;
}
body::-webkit-scrollbar-button{width:14px;height:14px;background:#172c41;cursor: pointer;}
body::-webkit-scrollbar-track{background-color:#fff;}
body::-webkit-scrollbar-thumb{background:#172c41;cursor: pointer;}
body::-webkit-resizer{width:0px;height:0px}
body::-webkit-scrollbar{width:14px;height:0;cursor: pointer;}
.row:after {
    content: '';
    clear: both;
    display: block;
}
.wrap{
    width: 1220px;              
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
.flex-center {
    display: flex;
    align-items: center;
}
.flex-justify {
    display: flex;
    justify-content: space-between;
}
.flex-all {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.button {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 300ms ease 0ms;
    -o-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
}
.colord {
    color: #467825;
}
.yellow {
    background: #fff200 !important;
    border: 1px solid #dacc00 !important;
}
.yellow:hover {
    background: #0e0e0e !important;
    color: #fff !important;
}
.orange {
    background: #F17601;
    color: #fff;
}
.orange:hover {
    color: #fff;
    background: #f68214;
}
.bgpink {
    background: #fef1e6;
}
@media screen and (max-width:1219px){
    .wrap{
        width: 768px;
    }
}
@media screen and (max-width:767px){
    .wrap{
        width: 480px;
    }
}
@media screen and (max-width:479px){
    .wrap{
        width: 100%;
    }
}
/* Header
-----------------------------------------------------------------------------*/
.header { 
}
.header a {
    color: #fff;
    text-decoration: none;
}
.header a:hover {
    color: #fff200;
}
.head-top {
    background: #0e0e0e;
}
.head-top-wrap {
    align-items: center;
    height: 50px;
    color: #fff;
    column-gap: 40px;
}
.head-top i {
    margin-right: 6px;
}
.head-top-left {
    column-gap: 40px;
    margin-right: auto;
}
.head-lang ul {
    text-transform: uppercase;
    column-gap: 15px;
    font-size: 14px;
}
.head-bott {
    padding: 15px 0;
    background: #172c41;
}
.head-bott-wrap {
    align-items: center;
}
.head-logo,
.head-logo a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff200;
    letter-spacing: 2px;
    font-size: 20px;
}
.head-menu li {
    padding: 0 15px;
}
.head-menu li a {
    color: #fff;
}
.head-order {
    color: #fff200;
    border-color: #5398C8;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 38px;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.head-order:hover {
    color: #fff;
    background: #5398C8;
}
.head-menu-close,
.head-menu-open {display: none;}
@media screen and (max-width:1219px){   
    .head-top-left {
        column-gap: 20px;
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9;
        background: #0e0e0e;
        justify-content: center;
        padding: 10px;
        font-size: 12px;
    }
    .head-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #172c41;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .head-menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 100%;
        z-index: 999;
        background: #172c41;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transition: all 300ms ease 0ms;
        -o-transition: all 300ms ease 0ms;
        transition: all 300ms ease 0ms;
        -moz-transition: all 300ms ease 0ms;
        -ms-transition: all 300ms ease 0ms;
    }
    .head-menu.active {
        left: 0;
    }
    #menuHead {
        flex-direction: column;
        row-gap: 15px;
    }
    .head-menu-open {
        color: #fff;
        font-size: 24px;
    }
    .head-menu-close {
        position: absolute;
        top: 10px;
        left: 50%;
        transform: translate(-50%, 0%);
        color: #fff200;
        font-size: 22px;
    }
    .head-menu-close,
    .head-menu-open {display: flex;}
}
@media screen and (max-width:767px){
    .head-top-wrap {
        height: 36px;
        font-size: 14px;
        column-gap: 20px;
    }
    .head-top i {
        margin: -2px 6px 0 0;
    }
    .head-lang ul {
        column-gap: 10px;
    }
    .head-order {
        font-size: 14px;
        padding: 10px 20px 8px;
        box-shadow: 0 0 0 .1rem rgba(0, 123, 255, .25);
    }
    .head-logo, .head-logo a {
        font-size: 16px;
    }
}
@media screen and (max-width:479px){
.head-logo, .head-logo a {
    display: none;
}
}
/*.header*/

/*content*/
.content {
}
/*home*/
.home-banner {
    background: #fef1e6;
    padding: 50px 0;
}
.home-banner-wrap {
    padding: 0 110px;
}
.home-banner-item {
    align-items: center;
}
.home-banner-item .text .name {
    font-weight: bold;
    font-size: 40px;
}
.home-banner-item .text {
    width: 60%;
    margin: 0 2% 0 0;
}
.home-banner-item .image {
    width: 34%;
}
.home-banner-item .text .desc {
    padding: 35px 0 25px;
    line-height: 140%;
}
.home-banner-item .text .desc p {
    padding-bottom: 15px;
}
.home-banner-item .text .button {
    border-radius: 5px;
    padding: 15px 45px 12px;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: center;
    display: inline-flex;
}
.home-banner-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.home-banner-button .button {
    width: 45px;
    height: 45px;
    border: 2px solid #dedede;
    border-radius: 50%;
    color: #8f8f8f;
    opacity: 1;
}
@media screen and (max-width:1219px){
    .home-banner-item {
        row-gap: 10px;
        flex-direction: column-reverse;
    }
    .home-banner-item .text {
        width: 100%;
        margin: 0;
    }
    .home-banner-item .text .name {
        font-size: 24px;
    }
    .home-banner-item .text .desc {
        padding: 10px 0 5px;
    }
    .home-banner-item .text .button {
        padding: 15px 20px 12px;
    }
    .home-banner-item .image {
        width: 300px;
    }
}
@media screen and (max-width:767px){
    .home-banner-wrap {
        padding: 0 10px;
    }
    .home-banner-button {
        z-index: 2;
    }
    .home-banner-button .button {
        background: #fef1e6d4;
    }
}

.home-company {
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-company h1 {
    font-size: 35px;
}
.home-company .desc .image {
    max-width: 340px;
    padding: 5px 20px 5px 0;
    float: left;
}
.home-company .desc p {
    padding-bottom: 20px;
}
.home-title {
    font-size: 28px;
    padding-bottom: 50px;
    text-align: center;
}
.home-company .desc h2, .home-company .desc h3 {
    padding-bottom: 20px;
    font-size: 24px;
}
.home-company .desc ul {
    list-style-type: disc;
    padding-bottom: 10px;
    padding-left: 20px;
}
.home-company .desc ul li {
    padding-bottom: 10px;
}
.home-company .desc ul li::marker {
    color: #172c41;
}
.home-company .desc hr {
    margin-bottom: 20px;
}
@media screen and (max-width:1219px){
    .home-company .desc p {
        padding-bottom: 10px;
    }
    .home-company h1 {
        font-size: 24px;
    }
    .home-title {
        font-size: 20px;
        padding-bottom: 40px;
    }
}
@media screen and (max-width:767px){
    .home-company h1 {
        font-size: 22px;
    }
    .home-company .desc .image {
        max-width: 100%;
        padding: 0 0 20px;
    }
    .home-title {
        font-size: 20px;
    }
}

.home-workflows {
    padding: 50px 0;
}
.home-workflows .list .item {
    text-align: center;
    width: calc(25% - 30px);
}
.home-workflows .list .item .button {
    width: 100px;
    height: 100px;
    display: inline-flex;
    border-radius: 50%;
    color: #fff200;
    font-size: 40px;
    background: #172c41;
    margin-bottom: 20px;
}
.home-workflows .list .item strong {
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
}
@media screen and (max-width:1219px){
.home-workflows .list {
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 25px;
    row-gap: 25px;
}
.home-workflows .list .item {
    width: 264px;
}
.home-workflows .list .item .button {
    width: 80px;
    height: 80px;
    font-size: 30px;
    margin-bottom: 10px;
}
.home-workflows .list .item strong {
    font-size: 16px;
    padding-bottom: 0;
}
}
@media screen and (max-width:767px){

}

.home-servis {
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-servis .list {
    column-gap: 13px;
    row-gap: 20px;
}
.home-servis .list .servis-item {
    width: 290px;
}
@media screen and (max-width:1219px){
    .home-servis .list {
        column-gap: 10px;
        row-gap: 10px;
    }
    .home-servis .list .servis-item {
        width: 242px;
    }
}
@media screen and (max-width:767px){
    .home-servis .list .servis-item {
        width: 225px;
    }
}
@media screen and (max-width:479px){
    .home-servis .list {
        column-gap: 0;
        row-gap: 15px;
    }
    .home-servis .list .servis-item {
        width: 100%;
    }
}
.servis-item {
    border-radius: 5px;
    overflow: hidden;
}
.servis-item .image img {
    width: 100%;
}
.servis-item .name {
    position: absolute;
    right: 23px;
    bottom: 23px;
    left: 23px;
}
.servis-item .button {
    color: #fff;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
}
.servis-item .button:hover {
    color: #ccc;
    background: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width:1219px){
    .servis-item .name {
        right: 10px;
        bottom: 10px;
        left: 10px;
    }
    .servis-item .name .button {
        padding: 10px;
    }
}
@media screen and (max-width:767px){
    .servis-item .name .button {
        font-size: 14px;
    }
}
.servis-title {
    font-size: 28px;
    padding: 20px 0 40px;
    text-align: center;
}
.servis-top {
    padding-bottom: 40px;
}
.servis-top .left {
    width: 870px;
    border-radius: 6px;
    overflow: hidden;
}
.servis-top .left .image {
    text-align: right;
}
.servis-top .left .image img {
    height: 288px;
}
.servis-top .left .text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 572px;
    padding: 30px 0 0 80px;
    background: url('../image/servisbg.png') no-repeat;
}
.servis-top .left .text .title {
    font-size: 28px;
    font-weight: 700;
    color: #ffff00;
}
.servis-top .left .text ul {
    list-style-position: inside;
    color: #fff;
}
.servis-top .left .text ul li {
    padding-top: 10px;
}
.servis-top .left .text ul li:before {
    content: "\f00c";
    font-family: 'Font Awesome 5 Regular';
    font-weight: 700;
    font-size: 14px;
    background: #FFEE00;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    color: #002840;
    margin-right: 10px;
}
.servis-top .right {
    width: 300px;
    padding: 10px 15px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.servis-top .right .title {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 10px;
}
.servis-top .right .wpcf7-spinner {
    margin: 0 0 0 14px;
}
@media screen and (max-width:1219px){
.servis-top {
    flex-direction: column;
    row-gap: 20px;
}
.servis-top .right,
.servis-top .left {
    width: 100%;
}
.servis-top .left .image img {
    margin-right: -30px;
}
.servis-top .right .title {
    padding: 15px 0 20px;
}
.servis-top .right .form-horizontal {
    display: flex;
    column-gap: 10px;
}
.servis-top .right .form-horizontal .control-label {
    display: none;
}
}
@media screen and (max-width:767px){
.servis-top .left .image img {
    height: initial;
    margin: 0;
}
.servis-top .left .text {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    width: 100%;
    padding: 30px;
    background: #172c41;
}
.servis-top .right {
    padding: 10px 30px 30px;
}
.servis-top .right .form-horizontal {
    column-gap: 0;
    flex-direction: column;
}
.servis-top .right .form-horizontal .item.submit {
    justify-content: center;
}
.servis-top .right .form-horizontal .control-label {
    display: block;
}
}
@media screen and (max-width:479px){
.servis-top .left .text {
    padding: 30px 20px;
}
.servis-top .left .text .title {
    font-size: 24px;
    text-align: center;
}
.servis-top .left .text ul li {
    padding-top: 15px;
    display: flex;
}
.servis-top .left .text ul li:before {
    font-size: 10px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 2px;
}
.servis-top .right {
    padding: 30px 20px;
}
.servis-top .right .title {
    padding: 0 0 20px;
}
.servis-top .right .form-horizontal .item.submit {
    justify-content: start;
}
}

.servis-child {
    padding-bottom: 40px;
}
.servis-child .list {
    column-gap: 13px;
    row-gap: 20px;
}
.servis-child .list .servis-item {
    width: 290px;
}
@media screen and (max-width:1219px){
    .servis-child .list {
        column-gap: 10px;
        row-gap: 10px;
    }
    .servis-child .list .servis-item {
        width: 242px;
    }
}
@media screen and (max-width:767px){
    .servis-child .list .servis-item {
        width: 225px;
    }
}
@media screen and (max-width:479px){
    .servis-child .list {
        column-gap: 0;
        row-gap: 15px;
    }
    .servis-child .list .servis-item {
        width: 100%;
    }
}


.desc-default p, .desc-default li,
.desc-default h2, .desc-default h3, .desc-default h4 {
    padding-bottom: 20px;
}
.desc-default h2 {
    font-size: 28px;
}
.desc-default h3,
.desc-default h4 {
    font-size: 24px;
}
.desc-default ul {
    list-style: initial;
    padding-left: 36px;
}
.desc-default li {
    padding-left: 12px;
}
.desc-default li::marker {
    content: "\f00c";
    font-family: 'Font Awesome 5 Regular';
    font-weight: 700;
    font-size: 20px;
    color: #FFEE00;
    text-shadow: 0 0 2px #7b7b7b;
}
@media screen and (max-width:1219px){
    .desc-default ul {
        padding-left: 16px;
    }
    .desc-default p, .desc-default li {
        padding-bottom: 15px;
    }
    .desc-default li::marker {
        font-size: 14px;
    }
    .desc-default h2 {
        font-size: 20px;
    }
    .desc-default h3,
    .desc-default h4 {
        font-size: 18px;
    }
}


.order-blue {
    color: #fff;
}
.order-blue:before {
    content: '';
    background: #172c41;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
}
.order-blue-wrap {
    align-items: center;
}
.order-blue .image {
    width: 320px;
}
.order-blue .right {
    width: calc(100% - 450px);
    margin-top: 50px;
}
.order-blue .right .title {
    color: #FFEE00;
    font-weight: bold;
    font-size: 40px;
}
.order-blue .right .police {
    font-size: 12px;
}
.order-blue .form .form-wrap {
    justify-content: space-between;
    padding: 10px 0;
}
.order-blue .form .left {
    width: calc(50% - 20px);
}
.order-blue .form .comment {
    width: 50%;
}

@media screen and (max-width:1219px){
    .order-blue {
        background: #172c41;
    }
    .order-blue:before {
        display: none;
    }
    .order-blue-wrap {
        align-items: end;
    }
    .order-blue .image {
        width: 220px;
    }
    .order-blue .right {
        width: 500px;
        margin: 30px 0;
    }
    .order-blue .right .title {
        font-size: 24px;
    }
    .order-blue .right .desc {
        font-size: 14px;
    }
}
@media screen and (max-width:767px){
    .order-blue .image {
        width: 100%;
        display: none;
    }
}
@media screen and (max-width:479px){
    .order-blue .form .form-wrap {
        justify-content: flex-start;
        flex-direction: column;
    }
    .order-blue .form .left,
    .order-blue .form .comment {
        width: 100%;
    }
}

.order-pink {
    padding: 50px 0;
}
.order-pink .text {
    width: 30%;
}
.order-pink .right {
    width: calc(70% - 30px);
}
.order-pink .text .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 12px;
}
.order-pink .text .desc {
    font-size: 16px;
}
.order-pink .right .form .left, .order-pink .right .form .comment {
    width: 277px;
}
.order-pink .right .form .form-wrap {
    column-gap: 25px;
}
.order-pink .right .police {
    font-size: 12px;
}
@media screen and (max-width:1219px){
    .order-pink .right .form .form-wrap {
        flex-wrap: wrap;
    }
    .order-pink .right {
        width: 474px;
    }
    .order-pink .right .form .form-wrap {
        column-gap: 0;
        padding-bottom: 15px;
    }
    .order-pink .right .form .left, .order-pink .right .form .comment {
        width: 228px;
    }
}
@media screen and (max-width:767px){
    .order-pink-wrap {
        flex-direction: column;
        row-gap: 20px;
    }
    .order-pink .text,
    .order-pink .right {
        width: 100%;
    }
    .order-pink .text .title {
        font-size: 24px;
    }
    .order-pink .text .desc {
        font-size: 14px;
    }
    .order-pink .right .form .left, .order-pink .right .form .comment {
        width: 220px;
    }
}
@media screen and (max-width:479px){
    .order-pink .right .form .left, .order-pink .right .form .comment {
        width: 100%;
    }
}

.home-repair {
    padding: 50px 0;
}
.home-repair-wrap {
    column-gap: 30px;
    align-items: center;
}
.home-repair .home-title {
    text-align: left;
    padding-bottom: 30px;
}
.home-repair .desc {
    width: 60%;
}
.home-repair .image {width: 40%;
    height: 450px;}

@media screen and (max-width:1219px){
    .home-repair-wrap {
        column-gap: 0;
        align-items: start;
        row-gap: 20px;
        flex-direction: column;
    }
    .home-repair .desc,
    .home-repair .image {
        width: 100%;
    }
    .home-repair .image {
        height: 300px;
    }
}

.home-popular {
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-popular .list {
    padding: 0 110px;
}
.home-popular-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.home-popular-button  .button {
    width: 45px;
    height: 45px;
    border: 2px solid #dedede;
    border-radius: 50%;
    color: #8f8f8f;
}
.home-popular .list .item {
    border-radius: 5px;
    overflow: hidden;
}
.home-popular .list .item .image img {
    width: 100%;
}
@media screen and (max-width:1219px){
    .home-popular .list {
        padding: 0;
    }
    .home-popular-button {
        z-index: 2;
    }
    .home-popular-button  .button {
        margin: 0 10px;
        background: #fff;
    }
}
@media screen and (max-width:767px){
}
@media screen and (max-width:479px){
}
/*.home*/
.cat-page-desc.dop {
    padding-top: 50px;
}

/*footer*/
.footer {
    background: #0e0e0e;
    padding: 20px 0 10px;
}
.foot-wrap {
    column-gap: 20px;
    align-items: center;
}
.footer a {
    color: #fff;
    text-decoration: none;
}
.foot-logo,
.foot-logo a {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff200;
    letter-spacing: 2px;
    font-size: 20px;
}
.foot-menu ul {
    column-gap: 20px;
}
.foot-order {
    color: #fff200;
    border-color: #5398C8;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 38px;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.foot:hover {
    color: #fff;
    background: #5398C8;
}
.foot-copir {
    color: #686868;
    font-size: 14px;
    padding: 10px 10px 0;
    border-top: 1px solid;
    margin-top: 20px;
    text-align: center;
}
@media screen and (max-width:1219px){
    .foot-menu {
        display: none;
    }
    .footer {
        padding: 20px 0 42px;
    }
    .foot-copir {
        padding: 10px;
        border-bottom: 1px solid;
    }
}
@media screen and (max-width:767px){
    .foot-wrap {
        column-gap: 0;
        flex-direction: column;
        row-gap: 15px;
    }
}
/*.footer*/



.breadcrumbs {
    overflow: hidden;
    overflow-x: auto;
    padding-top: 10px;
    padding-bottom: 6px;
}
.breadcrumbs::-webkit-scrollbar-button{width:4px;height:4px;background:#467825;cursor: pointer;}
.breadcrumbs::-webkit-scrollbar-track{background-color:#fff;}
.breadcrumbs::-webkit-scrollbar-thumb{background:#467825;cursor: pointer;}
.breadcrumbs::-webkit-resizer{width:0;height:0}
.breadcrumbs::-webkit-scrollbar{width:4px;height:4px;cursor: pointer;}
.breadcrumbs ul {
    justify-content: flex-start;
}
.breadcrumbs li {
    padding-right: 10px;
}
.breadcrumbs li:after {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: #7A7A7A;
    margin-left: 10px;
    margin-top: 2.5px;
    font-size: 8px;
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs li .button {
    font-size: 14px;
    font-weight: 400;
    color: #7A7A7A;
    text-transform: lowercase;
    white-space: nowrap;
}
.breadcrumbs li:last-child .button {
    opacity: .8;
}
.breadcrumbs li .button:hover {
    color: #172c41;
}

