@media (min-width: 992px){
    ::-webkit-scrollbar-button{
        background-repeat: no-repeat;
        width: 10px;
        height: 0px;
    }
    ::-webkit-scrollbar-track{
        background-color: transparent
    }
    ::-webkit-scrollbar-thumb{
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #c8c8c8;
        cursor: pointer;
        background-size: 100% 100%;
    }

    ::-webkit-scrollbar-thumb:hover{
        background-color: #b4b2b2
    }
    ::-webkit-resizer{
        background-repeat: no-repeat;
        width: 10px;
        height: 0px;
    }

    ::-webkit-scrollbar{
        width: 10px
    }
    ::-webkit-scrollbar:horizontal{
        height: 10px
    }


    ::-webkit-scrollbar-button{
        display: none
    }


}

*:focus, *:active{
    outline: none !important;
    box-shadow: none !important;
}
.h1, h1{
    font-size: 32px;
    line-height: 120%;
    margin-bottom: 25px;
    color: #242424;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #242424;
    font-weight: bold;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
}
@media (min-width: 1500px){
    body .container{
        max-width: 1900px;
    }
}
@media (max-width: 1499px){
    .container {
        max-width: 100%;
    }
}

p{
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.4px;
    color: #000000;
    margin-bottom: 15px;
}

button {
    font-family: 'Roboto', sans-serif;
}

html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
    background: #fff;
    /*background: #fafafa;*/
}

.container:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.category-component-slider .container:after {
    display: none;
}
.aside-left{
    float: left;
    width: 255px;
    min-height: 1px;
}
.section-content{
    margin-left: 285px;
    min-height: 1px;
}
.container-1520{
    max-width: 1520px;
    margin: 0 auto;
}
a{
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}

.btn{
    background: #004288;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    padding: 0 40px;
    height: 40px;
    border: 1px solid #004288;;
    color: #fff;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    -ms-border-radius: 35px;
    border-radius: 35px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-transform: none;
    text-decoration: none !important;

}
.btn:before{
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    height: 0;
    background: #fff;
    content: "";
}
.btn:hover{
    color: #004288;
}
.btn:hover:before{
    height: 100%;
}
.btn.white{
    border-color: #fff;
    background: #fff;
    color: #004288;
}
.btn.white:before{
    background: #004288;
}
.btn.white:hover{
    color: #fff;
}
.btn input{
    border: none;
    padding: 0;
    background: none;
    color: inherit;
    width: 100%;
    display: block;
}
.btn label{
    margin-bottom: 0;
}
.btn-outline{
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
    position: relative;
    padding: 0 20px;
    height: 40px;
    border: 1px solid #004288;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    z-index: 1;
    display: inline-block;
    overflow: hidden;
    text-transform: none;
    text-decoration: none !important;
    color: #004288
}
.btn-outline:before{
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    height: 0;
    background: #004288;
    content: "";
}
.btn-outline:hover:before{
    height: 100%;
}
.btn-outline:hover{
    color: #fff;
}

.btn.btn-add-cart{
    border-radius: 4px;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
}
@media screen and (max-width: 1599px) {
    /*.btn.btn-add-cart{
        font-size: 0;
        line-height: 0;
        background: #004288 url(/bitrix/templates/pgsnew_v2_0/images/cart-w.svg) center center no-repeat;
        width: 50px;
        display: block;
        padding: 0;
        text-align: center;
    }*/
}
.margin-15{
    margin-left: -15px;
    margin-right: -15px;
}

.float-100{
    float: left;
    width: 100%;
}
.container-1400{
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.container-1300{
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.check-style-2-list:after{
    content: "";
    display: table;
    width: 100%;
    clear: both;
}
.checkbox-style-2{
    margin: 0 5px 10px 0;
    float: left;
    display: inline-block;
    position: relative;


}
.checkbox-style-2 label{
    border-radius: 10px;
    border: 1px solid #888888;
    margin: 0 0 0 0;
    display: block;
    cursor: pointer;
    color: #888888;
    font-size: 12px;
    line-height: 30px;
    padding: 0 12px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.checkbox-style-2 input{
    cursor: pointer;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.checkbox-style-2 input:checked + label{
    border-color: #004288;
    color: #004288;
}
.qty{
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.qty .jq-number {
    height: 35px;
    padding: 0;
    text-align: center;
    background: 0;
    color: #595757;
    display: block;
    width: 130px;
    margin: 0 auto;
    background: #fff;
}

.qty input.input {
    font-weight: bold;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    line-height: 35px;
    text-align: center;
    height: 36px;
    color: #333333;
    font-size: 20px;
    border: 1px solid #D0D0D0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: calc(100% - 37px);
}

.qty .minus, .qty .plus {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 40px;
    height: 35px;
    cursor: pointer;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.qty .minus{
    width: 30px;
}

.qty .minus {
    left: 0;
}

.qty .plus {
    right: 0;
}

.qty .minus:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #004288;
    position: absolute;
    top: 17px;
    left: 0;
}

.qty .plus:before {
    content: "";
    width: 2px;
    height: 15px;
    background: #004288;
    position: absolute;
    top: 11px;
    right: 18px;
}

.qty .plus:after {
    content: "";
    width: 15px;
    height: 2px;
    background: #004288;
    position: absolute;
    top: 17px;
    right: 12px;
}
.qty .jq-number__field{
    margin: 0 10px 0 0;
}

.mb-25{
    margin-bottom: 25px;
}
.list-square h2{
    font-size: 22px;
    line-height: 120%;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.list-square ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-square li{
    color: #242424;
    font-size: 14px;
    line-height: 165%;
    margin-bottom: 15px;
    padding-left: 30px;
    position: relative;
}

.list-square li:before{
    content: "";
    border: 2px solid white;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 3px;
    left: 0;
    background: #004288;
}

.list-plus h2{
    font-size: 22px;
    line-height: 120%;
    /*font-family: 'RotondaC', sans-serif;*/
    font-family: Roboto, sans-serif;
    font-weight: bold;
    margin-bottom: 20px;
}
.list-plus ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-plus li{
    color: #242424;
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}

.list-plus li:before{
    content: "";
    background: #242424;
    width: 8px;
    height: 2px;
    position: absolute;
    top: 8px;
    left: 0;
}

.list-plus li:after{
    content: "";
    background: #242424;
    width: 2px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 3px;
}

.section-text{
    padding: 40px 0 40px 0;
    float: left;
    width: 100%;
}
.text-formatted .size-16{
    font-size: 16px;
    line-height: 150%;
}
.text-formatted .size-16 p{
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 20px;
}
.text-formatted .size-14{
    font-size: 14px;
    line-height: 140.62%;
}
.text-formatted .size-14 p{
    font-size: 14px;
    line-height: 140.62%;
    margin-bottom: 20px;
}
.text-formatted img{
    max-width: 100%;
    max-height: 100%;
}
.text-formatted h2{
    padding-top: 20px;
    font-size: 25px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 30px;
}
.text-formatted h3{
    font-size: 20px;
    line-height: 120%;
    color: #000000;
    margin-bottom: 20px;
}
.text-formatted a{
    text-decoration: none !important;
    border-bottom: 1px solid #004288;
    color: #004288 !important;
}
.text-formatted a:hover{
    border-bottom: 1px solid transparent;
}
.text-formatted .link-blue{
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    color: #004288 !important;
}
.text-formatted a:hover{
    border-color: #004288;
}
.text-formatted .link-tell{
    color: #000 !important;
    border: none !important;
    text-decoration: none !important;
}
.link-tell{
    color: #000 !important;
    border: none !important;
    text-decoration: none !important;
}
.text-formatted ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.text-formatted li{
    list-style: none;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.4px;
    position: relative;
    padding-left: 20px;
}
.text-formatted li:before{
    content: "";
    width: 4px;
    height: 4px;
    background: #004288;
    position: absolute;
    top: 12px;
    left: 0;
}

.radio-box a {
    color: white;
    font-weight: bold;
}
.radio-box input[type=radio], .radio-box input[type=checkbox]{
    width: 16px;
    height: 16px;
    opacity: 0;
    float: left;
    display: block;
}
.radio-box{
    margin-bottom: 20px;
    position: relative;
}
.radio-box label {
    padding: 2px 0 0 22px;
    margin: 0 0 0 0;
    position: relative;
    display: block;
    font-size: 11px;
    line-height: 13px;
    cursor: pointer;
}
.radio-box label:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #004288;
    position: absolute;
    top: 0;
    left: 0;
}
.radio-box label:after {
    content: "";
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 4px;
    left: 4px;
    opacity: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.radio-box input:checked + label:after {
    opacity: 1;
}
.radio-box input.valid:checked + label.error + label:after {
    opacity: 1;
}
.radio-box label.error:before, .radio-box label.error:after{
    display: none;
}
.radio-box label.error{
    position: absolute;
    top: 100%;
    margin-top: 5px;
}
label.error{
    font-size: 12px;
    line-height: 14px;
}
.radio-box.blue label:before{
    border: 2px solid #004288;
    background: #fff;
}
.radio-box.blue label:after{
    background: #004288;
}


.check-box a {
    color: white;
    font-weight: bold;
}
.check-box input[type=checkbox] {
    width: 13px;
    height: 13px;
    opacity: 0;
    float: left;
    display: block;
}
.check-box{
    margin-bottom: 20px;
    position: relative;
}
.check-box label {
    color: #242424;
    padding: 2px 0 0 22px;
    margin: 0 0 0 0;
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 18px;
    cursor: pointer;
}
.check-box label:before {
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #888888;
    background: #fff;
    position: absolute;
    top: 4px;
    left: 0;
}
.check-box label:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #004288;
    position: absolute;
    top: 6px;
    left: 2px;
    opacity: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.check-box input:checked + label{
    border-color: #004288;;
    font-weight: 500;
}
.check-box input:checked + label:after {
    opacity: 1;
}
.check-box input.valid:checked + label.error + label:after {
    opacity: 1;
}
.check-box label.error:before, .radio-box label.error:after{
    display: none;
}
.check-box label.error{
    position: absolute;
    top: 100%;
    margin-top: 5px;
}


.slick-slider.arrow-blue .slick-arrow{
    margin: -20px 0 0 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 2px solid #004288;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    cursor: pointer;
    padding: 0 0;
    display: block;
    top: 50%;
    z-index: 10;
}

.slick-slider.arrow-blue .slick-arrow{
    margin: -20px 0 0 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 2px solid #004288;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    cursor: pointer;
    padding: 0 0;
    display: block;
    top: 50%;
    z-index: 10;
}
.slick-slider.arrow-blue .slick-arrow:before, .slick-slider.arrow-blue .slick-arrow:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.slick-slider.arrow-blue .slick-arrow:before{
    background:  url(/bitrix/templates/pgsnew_v2_0/images/slick-left.svg) center center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    left: 0;
    transform: rotate(-90deg);
}
.slick-slider.arrow-blue .slick-arrow:after{
    background:  url(/bitrix/templates/pgsnew_v2_0/images/slick-left-w.svg) center center no-repeat;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    left: 0;
    transform: rotate(-90deg);
    opacity: 0;
}
.slick-slider.arrow-blue .slick-arrow.slick-next{
    right: 0;
}
.slick-slider.arrow-blue .slick-arrow.slick-next:before, .slick-slider.arrow-blue .slick-arrow.slick-next:after{
    transform: rotate(90deg);
}
.slick-slider.arrow-blue .slick-arrow:hover{
    background: #004288;
}
.slick-slider.arrow-blue .slick-arrow:hover:before{
    opacity: 0;
}
.slick-slider.arrow-blue .slick-arrow:hover:after{
    opacity: 1;
}
.slick-slider.arrow-top-right .slick-arrow{
    top: -55px;
    margin: 0;
}
.slick-slider.arrow-blue .slick-arrow.slick-prev{
    left: auto;
    right: 75px;
}
.slick-slider.arrow-blue .slick-arrow.slick-next{
    right: 15px;
}

/*start arrow white*/
.slick-slider.arrow-white .slick-arrow{
    margin: -20px 0 0 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 2px solid #004288;
    border-radius: 50%;
    position: absolute;
    background-color: #fff;
    cursor: pointer;
    padding: 0 0;
    display: block;
    top: 50%;
    z-index: 10;
}

.slick-slider.arrow-white .slick-arrow{
    margin: -20px 0 0 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    background-color: transparent;
    cursor: pointer;
    padding: 0 0;
    display: block;
    top: 50%;
    z-index: 10;
}
.slick-slider.arrow-white .slick-arrow:before, .slick-slider.arrow-white .slick-arrow:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
}
.slick-slider.arrow-white .slick-arrow:before{
    background:  url(/bitrix/templates/pgsnew_v2_0/images/slick-white.svg) center center no-repeat;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
    left: 0;
    transform: rotate(0deg);
}
.slick-slider.arrow-white .slick-arrow:after{
    background:  url(/bitrix/templates/pgsnew_v2_0/images/slick-blue.svg) center center no-repeat;
    -webkit-background-size: 21px auto;
    background-size: 21px auto;
    left: 0;
    transform: rotate(0deg);
    opacity: 0;
}
.slick-slider.arrow-white .slick-arrow.slick-next{
    right: 0;
}
.slick-slider.arrow-white .slick-arrow.slick-prev:before, .slick-slider.arrow-white .slick-arrow.slick-prev:after{
    transform: rotate(-180deg);
}
.slick-slider.arrow-white .slick-arrow:hover{
    background: #fff;
}
.slick-slider.arrow-white .slick-arrow:hover:before{
    opacity: 0;
}
.slick-slider.arrow-white .slick-arrow:hover:after{
    opacity: 1;
}

.slick-slider.arrow-white .slick-arrow.slick-prev{
    left: auto;
    right: 75px;
}
.slick-slider.arrow-white .slick-arrow.slick-next{
    right: 15px;
}
/*end arrow white*/


.slider-arrow-top-right{
    padding: 0;
}

.mb-40{
    margin-bottom: 40px;
}

.advice-text{
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000000;
    margin-bottom: 30px;
}
.advice-text a{
    text-decoration: none !important;
    border-bottom: 1px solid transparent;
    color: #004288;
}
.advice-text a:hover{
    border-color: #004288;
}


.jq-selectbox {
    height: 50px;
    width: 270px;
    display: inline-block;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
}
.jq-selectbox .jq-selectbox__select {
    background: #fff;
    border: 2px solid #D0D0D0;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    font-weight: 400;
    color: #595757;
    padding: 0 45px 0 10px;
    width: auto !important;
    max-width: 100%;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 45px;
}
.jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
    background: url(/bitrix/templates/pgsnew_v2_0/images/select.svg) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    content: "";
    position: absolute;
    margin: -5px -9px 0 0;
    top: 50%;
    right: 50%;
    width: 21px;
    height: 11px;
    transform: rotate(0);
}
.jq-selectbox .jq-selectbox__dropdown {
    position: absolute;
    top: 60px !important;
    left: 0 !important;
    right: 0 !important;
    width: auto !important;
    bottom: auto !important;
}
.jq-selectbox .jq-selectbox__dropdown ul {
    display: block;
    width: 100%;
    position: absolute;
    max-height: inherit !important;
    background: #fff;
    border-top: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 0;
    box-shadow: 0 0 10px 0 rgba(166,166,166,0.4);
}
.jq-selectbox .jq-selectbox__dropdown ul li {
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    padding: 12px 10px 12px 10px;
    -webkit-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms;
    white-space: normal;
    border-bottom: 1px solid #dfdfdf;
}
.jq-selectbox .jq-selectbox__dropdown ul li:last-child {
    border-bottom: 0;
}
.jq-selectbox .jq-selectbox__dropdown ul li:hover {
    background:  #004288;
    color: #fff;
}


@media screen and (max-width: 991px){
    .aside-left{
        float: none;
        width: auto;
    }
    .section-content{
        margin-left: 0;
    }
}

@media screen and (max-width: 767px){
    .h1, h1{
        font-size: 25px;
        line-height: 110%;
        margin-bottom: 20px;
    }
    .section-text{
        padding: 20px 0 15px 0;
    }
}

.col-2_5 {
    flex: 0 0 20%;
    max-width: 20%;
}
@media screen and (max-width: 1750px) {
    /*.min-width-1600-col-5 .btn.btn-add-cart{
        font-size: 0;
        line-height: 0;
        background: #004288 url(/bitrix/templates/pgsnew_v2_0/images/cart-w.svg) center center no-repeat;
        width: 50px;
        display: block;
        padding: 0;
        text-align: center;
    }*/
}
@media screen and (min-width: 1600px) {
    .min-width-1600-col-5 > div{
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media screen and (min-width: 576px) {
    .col-sm-2_5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 768px) {
    .col-md-2_5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 992px) {
    .col-lg-2_5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 1200px) {
    .col-xl-2_5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media screen and (min-width: 1600px) {
    .col-xls-2_5 {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.btn-outline.btn-reverse {
    color: #fff;

    width: 100%;
    text-align: center;
    font-size: 20px;
}
.btn-outline.btn-reverse:before {
    height: 100%;
}

.btn-outline.btn-reverse:hover {
    color: #004288;
}
.btn-outline.btn-reverse:hover:before {
    height: 0%;
}
.call-mobile {
    color: transparent;
}
.call-mobile:hover {
    color: transparent;
}
.call-mobile:after {
    font-family: "Font Awesome 5 Free";
    content: "\f095";
    font-weight: 900;
    color: #004288;
    position: absolute;
}

#callus-mobile-floating {
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 55px;
    height: 55px;
    top: auto;
    background: white;
    z-index: 20;
    box-shadow: 0 0 8px 2px white;
}

#callus-mobile-floating:after {
    font-size: 25px;
}

#callus-mobile-floating a {
    color: transparent;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}
