
/* footer */

.footer {
    /*position: relative;*/
    z-index: 10;
    background: #1f222a;
}

.footer-content {
    border-bottom: 1px solid #363940;
    padding-top: 10px;
    padding-bottom: 30px;
}

.footer-copyright {
    margin-top: 15px;
    padding: 16px 0;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 20px;
}

.footer h5 {
    margin-bottom: 25px;
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(171, 228, 254);
    text-transform: uppercase;
    line-height: 1.625;
    text-align: left;
    margin-top: 25px;
}

.footer-link-list a{
    display: block;
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(129, 147, 164);
    line-height: 1.4;
    padding: 3px 0;
    margin: 4px 0;
    text-align: left;
    font-weight: 500;
}
.footer-link-list a:hover{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.footer-company-links-list{
    margin-bottom: 40px;
}
.articles-footer-list{
    max-height: 540px;
    overflow-y: auto;
}
.articles-footer-list::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.articles-footer-list::-webkit-scrollbar-track{
    background: #2b3039;
}

/* Handle */
.articles-footer-list::-webkit-scrollbar-thumb {
    background: #677584;
}

/* Handle on hover */
.articles-footer-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.footer-content address div {
    margin: 10px 0;
}

.footer-content address a:before {
    margin-right: 10px;
}

.footer-content h5 {
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(171, 228, 254);
    text-transform: uppercase;
    line-height: 1.625;
}
.footer .payment-icon{
    max-width:264px;
    width:100%
}
.links-bottom {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 10px;
}

.links-bottom a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    color: #4c4c4c;
    margin-bottom: 10px;
}
.footer p{
    font-size: 14px;
    font-family: "Open Sans";
    color: rgb(173, 188, 202);
    line-height: 1.7;
    font-weight: 300;
    margin-bottom: 20px
}
.col-copyright {
    display: flex;
    justify-content: space-between;
}
.bf-par-logo {
    text-align: left;
}
.text-copyright{
    font-size: 14px;
    font-family: "Open Sans";
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}
.bf-part-protect{
    display: flex;
    justify-content: center;
}
.bf-part-social{
    display: flex;
    justify-content: center;
}
.like-us{
    display: inline-block;
    padding-top: 5px;
}
.f-phones-block img {
    vertical-align: top;
    margin-top: 6px;
    margin-right: 10px;
}
.footer-phone-links {
    display: inline-block;
}
.footer-phone-links a,
.f-mail-block a{
    font-size: 16px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.75;
}

.footer-phone-links span {
    display: block;
}
.f-mail-block img {
    margin-right: 10px;
}
.attentiont-text {
    padding: 30px;
    background: #1a1d24;
    margin-top: 40px;
}
.bf-part-social a{
    width: 44px;
    height: 44px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    border-radius: 50%;
    margin: 0 6px;
}
.bf-part-social.visible-bg .social-f{
    background:url(/files/images/icons/facebook.svg) no-repeat center;
}
.bf-part-social.visible-bg .social-p{
    background-image:url(/files/images/icons/pinterest.svg);
}
.bf-part-social.visible-bg .social-i{
    background-image:url(/files/images/icons/instagram.svg);
}
.bf-par-logo a {
    margin-bottom: 7px;
    display: inline-block;
}
body .block-cdma-protected {
    margin-right: 10px;
}
@media(min-width: 992px) {
    .footer-content {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .footer-copyright {
        padding-bottom: 70px;
        padding-top: 65px;
    }
}
@media(min-width: 1201px) {
    .footer-content {
        padding-top: 60px;
        padding-bottom: 70px;
    }
    .footer-copyright {
        padding-bottom: 50px;
        padding-top: 45px;
    }
}
@media(min-width: 601px) {
    .footer-content {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .footer-copyright {
        padding-bottom: 40px;
        padding-top: 20px;
    }
    .footer h5 {
        margin-top: 40px;
    }
    .footer p{
        margin-bottom: 30px
    }
}
@media (min-width: 1023px) {
    .links-bottom {
        width: 100%;
        margin: 15px auto 0;
    }
}
@media (max-width: 1022px) {
    .links-bottom a {
        width: auto;
        margin: 0 6%;
    }
}
@media (max-width: 991px) {
    .links-bottom a {
        margin: 0 2.5%;
        font-size: 14px;
    }
    body .text-copyright {
        margin-bottom: 7px;
    }
    body .bf-part-protect {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .links-bottom a {
        width: 100%;
        box-sizing: border-box;
    }

    .links-bottom {
        margin-bottom: 30px;
    }
    .col-copyright {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: baseline;
    }
}
@media(max-width:600px){
    .footer .col-xxs-12{
        width: 100%;
        display: block;
    }
    .bf-part-protect {
        margin: 25px 0;
    }
}
@media(max-width:400px){
    .row-copyright .col-copyright {
        flex-direction: column;
        align-items: baseline;
        text-align: left;
    }
    .bf-part-protect .like-us {
        text-align: left !important;
    }
    .bf-part-protect{
        flex-direction: column;
        margin-bottom: 10px;
        margin-top:10px;
    }
    .bf-part-protect a.dmca-badge {
        margin-bottom: 5px;
        display: block;
    }
}

.faq-page .list-faq h3 {
    -webkit-transition: background 0.4s, color 0.4s;
    transition: background 0.4s, color 0.4s;
}
.list-faq.active-faq {
    background: rgb(242, 245, 247);
    border: 1px solid #d0d7de;
    padding-top: 0;
    border-radius: 8px;
}
.faq-page .active-faq h3 {
    background: #26a0d7;
    color: #fff;
    margin-top: -1px;
    margin-left: -1px;
    margin-right: -1px;
}
@media(max-width:400px){
    .faq-page h3 {
        margin: 10px 0;
    }
}

body .modal-backdrop{height:0}
body .modal-backdrop.in{height:100%;}

.modal4w button.close-win {
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: 0 0;
    border: 0;
    border-radius: 3px;
    color: #4c4c4c;
}
.select-vertion-block{
    border-width: 1px;
    border-color: rgb(216, 218, 219);
    border-style: solid;
    border-radius: 5px;
    width: 108px;
    height: 33px;
    position: relative;
    background: url(/files/images/vertion-arrow-down.png) center right 15px no-repeat;
    background-color: rgb(26, 29, 36);
    margin-top: 34px;
}
.select-vertion-block.show-list{
    background: url(/files/images/vertion-arrow-up.png) center right 15px no-repeat;
    background-color: rgb(45, 51, 61);
}
.active-vertion-text {
    font-size: 13px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 33px;
    vertical-align: middle;
    text-align: left;
    padding: 0 10px 0 15px;
}
.active-vertion-text img,
.select-vertion img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 3px;
}
.select-vertion-block .select-vertion{
    display: none;
}
.select-vertion-block.show-list .select-vertion{
    display: block;
}
.select-vertion-block .select-vertion{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 20px 0px rgba(116, 141, 182, 0.15);
    position: absolute;
    width: 110px;
    height: 81px;
    top: -94px;
    border-radius: 5px;
    left: 0;
    z-index: 2;
}
.select-vertion-block .select-vertion .trianle {
    width: 13px;
    height: 9px;
    background: url(/files/images/vertion-triangle.png) center no-repeat;
    display: inline-block;
    position: absolute;
    bottom: -8px;
    right: 15px;
}
.select-vertion a{
    display: block;
    width: 100%;
    line-height: 26.5px;
    font-size: 13px;
    font-family: "Open Sans";
    color: rgba(20, 20, 20, 0.8);
    padding: 0 14px;
}
.select-vertion a:first-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.select-vertion a:nth-child(5){
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.select-vertion a:hover{
    text-decoration: none;
    background-color: rgb(231, 244, 250);
    color: rgb(40, 147, 208);
}
.select-vertion a.active{
  background-color: rgb(231, 244, 250);
  color: rgb(40, 147, 208);
}