/* Other
----------------------------------------------------------------------*/
.main-logo {
   padding-top: 20px;
    padding-bottom: 20px;
}

.team-member-caption p {
    padding: 0 9px 23px;
}

#switcher {
    width: 260px;
}

.contact-page-info .social-contact ul li.linkedin a i {
    background-color: #0274b3;
}

.call-action-all .action-btn .btn-primary {
    display: inline-block;
    margin: auto 2px;
}

.present-block {
    padding: 60px 15px;
    position: relative;
}

.present-block i {
    font-size: 3em;
    margin-right: 1.5rem;
}

.present-block a {
    position: relative;
    top: -7px;
    font-size: 1.5em;
}

#accordion {
    margin-bottom: 0 !important;
}

#accordion .panel-body {
    padding: 15px 25px;
}

#accordion .panel-heading,
#accordion .panel-body {
    background-color: #fff;
}

#section-faq {
    padding-bottom: 80px;
}

.feature-box .feature-box-content > h2 {
    margin-top: 0 !important;
}

.btcwdgt-headlines.btcwdgt-clean {
    min-width: 65% !important;
}

.chart-widget {
    padding: 60px;
}

/* Contact forms
----------------------------------------------------------------------*/
.contact-form {
    margin-top: 20px;
}

@media (min-width:767px) {
    .contact-form {
        padding-right: 10px;
    }
}

.contact-form .btn {
    border: 0;
    border-radius: 0;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    transition: .1s;
    outline: 0;
    box-shadow: none;
    font-family: 'Open Sans', sans-serif;
}

.contact-form .form-btn-send {
    background: #0095eb;
    color: #fff;
}

.contact-form .form-btn-send:hover,
.contact-form .form-btn-send:focus {
    background: rgba(0, 149, 235,.9) !important;
    outline: none !important;
}

.contact-form .help-block-error {
    color: #f51e19!important;
    font-size: .9em !important;
}

section.contact {
    padding: 50px 0 60px;
}


/* Call buttons
-----------------------------------------------------------------------------------------*/
.w-wrapper,
.w-wrapper .w-button *,
.w-wrapper .w-button *:after,
.w-wrapper .w-button *:before {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

.w-wrapper {
    bottom: 6%;
    font-size: 14px;
    min-width: 120px;
    position: fixed;
    right: 40px;;
    z-index: 9999999;
    -webkit-transform: scale(0);
       -moz-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
}

.w-modal {
    position: absolute;
    right: 30%;
    z-index: 9;
    bottom: 0;
    background: #262626;
    min-width: 450px;
    min-height: 50px;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, .45);
    padding: 13px 15px 17px 10px;
    border-radius: 3px;
    color: #fff;
    display: none;
    opacity: 0;
    transition: opacity .2s linear;
}

.w-modal .row {margin-left:0;}
.w-modal .col-sm-3 {float:left;width:25%;min-width:80px;}
.w-modal .col-sm-9 {float:left;width:75%;}

@media (max-width: 767px) {
    .w-modal {
        min-width: 253px;
    }

    .w-modal .w-icons-phone-call {
        text-align: center;
        display: block;
        margin-bottom: 20px !important;
    }
}

.w-modal-closed {
    position: absolute;
    right: 7px;
    top: 4px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 16px;
}

.w-modal-closed:hover {
    color: rgba(255, 255, 255, .4) !important;
    background: transparent !important;
}

.w-modal-closed:after {
    display: none;
}

.w-modal.w-modal--show {
    display: block;
    opacity: 1;
}

.w-modal > .w-modal-header {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, .25);
}

.w-modal > .w-modal-header h3 {
    font-size: 16px;
    margin: 0 0 10px;
    text-transform: uppercase;
    padding: 0 0 0 5px;
    color: #efefef;
}
.w-modal form {margin:0}
.w-modal .form-control {
    border: 1px solid #fff;
    border-radius: 0;
    padding:7px 5px;
    width: 96%;
    margin-bottom: 5px;
}

.w-modal .error-message {
  padding: 0 2px 5px;
  margin-top: -3px;
}

.w-modal .message {
    margin-top: 13px;
    color: #6ada6a;
}

.w-modal button.btn-default {
    border-color: #00ccff;
    color: #fff;
    background: #00ccff;
}

.w-modal button.btn-default:hover,
.w-modal button.btn-default:focus {
    border-color: #fd6666 !important;
}

.w-modal button.btn-default:after {
    background: #fd6666 !important;
}

.w-wrapper.w-wrapper--show {
    transition: all .5s linear;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
}

.w-wrapper .w-button.hidden {
    position: relative;
    padding: 15px;
}

.w-wrapper .w-button-icons i {
    color: #fff;
}
/* Button pulse
------------------------------------------------------------*/
.w-wrapper.w-button--pulse .w-button {
    height: 100px;
    width: 100px;
}

.w-wrapper.w-button--pulse .w-button:before,
.w-wrapper.w-button--pulse .w-button:after {
    border-radius: 50%;
    content: '';
    height: 95.008px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 95.008px;
    z-index: 1;
}

.w-wrapper.w-button--pulse .w-button:before {
    background: #37c386;
    -webkit-animation: pulse-circle 3.3s ease infinite;
       -moz-animation: pulse-circle 3.3s ease infinite;
         -o-animation: pulse-circle 3.3s ease infinite;
            animation: pulse-circle 3.3s ease infinite;
}

.w-wrapper.w-button--pulse .w-button:after {
    border: 1px solid #37c386;
    -webkit-animation: pulse-ring 3.3s ease infinite;
       -moz-animation: pulse-ring 3.3s ease infinite;
         -o-animation: pulse-ring 3.3s ease infinite;
            animation: pulse-ring 3.3s ease infinite;
}

.w-wrapper.w-button--pulse .w-button-icons > a {
    -webkit-tap-highlight-color: transparent;
    -webkit-transition: left 1s cubic-bezier(.7, 0, .3, 1), top 1s cubic-bezier(.7, 0, .3, 1);
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .05);
    display: inline-block;
    height: 30px;
    left: 50%;
    line-height: 33px;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 50%;
    transition: left 1s cubic-bezier(.7, 0, .3, 1), top 1s cubic-bezier(.7, 0, .3, 1);
    width: 30px;
    z-index: 2;
}

.w-wrapper.w-button--pulse .w-button-icons > a:nth-child(1) {
    background: #1abf77;
}

.w-wrapper.w-button--pulse .w-button-icons > a:nth-child(2) {
    background: #1a7bbf;
    margin-left: -18px;
}

.w-wrapper.w-button--pulse .w-button-icons > a:nth-child(3) {
    background: #bf1a6e;
}

.w-wrapper.w-button--pulse .w-button:hover .w-button-icons > a:nth-child(1),
.w-wrapper.w-button--pulse .w-button:focus .w-button-icons > a:nth-child(1) {
    left: 13px;
    top: 0;
}

.w-wrapper.w-button--pulse .w-button:hover .w-button-icons > a:nth-child(2),
.w-wrapper.w-button--pulse .w-button:focus .w-button-icons > a:nth-child(2) {
    left: 47%;
    top: -13px;
}

.w-wrapper.w-button--pulse .w-button:hover .w-button-icons > a:nth-child(3),
.w-wrapper.w-button--pulse .w-button:focus .w-button-icons > a:nth-child(3) {
    left: 74%;
    top: -2px;
}

.w-wrapper.w-button--pulse .w-button-icons i:before {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -moz-transition: transform 3s linear;
    -ms-transition: transform 3s linear;
    -o-transition: transform 3s linear;
    -webkit-transition: transform 3s linear;
    transition: transform 3s linear;
}

.w-wrapper.w-button--pulse .w-button-icons > a:hover i:before {
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.w-wrapper.w-button--pulse .w-avatar {
    background: #ddd;
    border: 3px solid #fff;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .1);
    left: -1px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    top: 2px;
    z-index: 3;
}

.w-wrapper.w-button--pulse .w-avatar:hover,
.w-wrapper.w-button--pulse .w-avatar:focus {
    cursor: pointer;
}

.w-wrapper.w-button--pulse .w-avatar,
.w-wrapper.w-button--pulse .w-avatar-video,
.w-wrapper.w-button--pulse .w-avatar-image {
    border-radius: 50%;
    height: 91.008px;
    width: 91.008px;
}

.w-wrapper.w-button--pulse .w-avatar-video {
    position: absolute;
}

/* Button border
------------------------------------------------------------*/
.w-wrapper.w-wrapper--border {
    bottom: 3%;
}

.w-wrapper.w-wrapper--border .w-button {
    display: table;
    padding: 12px;
}

.w-wrapper.w-wrapper--border .w-button-inset {
    background: #00ccff;
    border-radius: 50%;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .25);
    color: #fff;
    display: table-cell;
    height: 70px;
    overflow: hidden;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 70px;
    z-index: 3;
    opacity: 1;

    -moz-transform: scale(1);
    -moz-transition: transform .3s linear;
    -ms-transform: scale(1);
    -ms-transition: transform .3s linear;
    -o-transform: scale(1);
    -o-transition: transform .3s linear;
    -webkit-transform: scale(1);
    -webkit-transition: transform .3s linear;
    transform: scale(1);
    transition: transform .3s linear;
}

.w-wrapper.w-wrapper--border .w-button-inset > * {
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -webkit-transition: opacity .15s linear;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .15s linear;
    z-index: 2;
}

.w-wrapper.w-wrapper--border .w-button:hover .w-button-inset {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.w-wrapper.w-wrapper--border .w-button-inset:after {
    border-radius: 50%;
    border-style: solid;
    border-width: 0;
    content: ' ';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    visibility: visible;
    width: 100%;
    z-index: 1;
    -webkit-animation: call-effect .9s 1 linear;
       -moz-animation: call-effect .9s 1 linear;
         -o-animation: call-effect .9s 1 linear;
            animation: call-effect .9s 1 linear;
}

.w-wrapper.w-wrapper--border .w-button:hover .w-button-inset:after {
    animation: 0;
    left: 50%;
    top: 50%;
    visibility: hidden;
    -webkit-animation: 0;
       -moz-animation: 0;
         -o-animation: 0;
            animation: 0;
}

.w-wrapper.w-wrapper--border .w-button-inset > i {
    font-size: 35px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
    opacity: 0;
}

.w-wrapper.w-wrapper--border .w-button:hover .w-button-inset > i {
    opacity: 1;
}

.w-wrapper.w-wrapper--border .w-button-inset > span {
    font: 10px/1.2 Arial;
    text-transform: uppercase;
    margin-top: 2px;
    opacity: 1;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    visibility: visible;
}

.w-wrapper.w-wrapper--border .w-button:hover .w-button-inset > span {
    opacity: 0;
    visibility: hidden;
}

.w-wrapper.w-wrapper--border .w-button-inset:hover {
    cursor: pointer;
}

.w-wrapper.w-wrapper--border .w-spiner {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 27px;
}

.w-wrapper.w-wrapper--border .w-spiner > * {
    position: absolute;
    width: 47px;
    height: 94px;
    bottom: 0;
    top: 0;
    overflow: hidden;
}

.w-wrapper.w-wrapper--border .w-spiner-left {
    left: 0;
}

.w-wrapper.w-wrapper--border .w-spiner-right {
    right: 0;
}

.w-wrapper.w-wrapper--border .w-spiner > *:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 45px;
    height: 90px;
    background-clip: padding-box;
    border: 2px solid #00ccff;
    content: ' ';
    border-image: initial;
}

.w-wrapper.w-wrapper--border .w-spiner-left:before {
    left: 0;
    border-right: none;
    transform: rotate(-180deg);
    transform-origin: 100% 50% 0;
    border-radius: 110px 0 0 110px;
    -webkit-animation: w-spiner-left 5s both linear infinite;
       -moz-animation: w-spiner-left 5s both linear infinite;
         -o-animation: w-spiner-left 5s both linear infinite;
            animation: w-spiner-left 5s both linear infinite;
}

.w-wrapper.w-wrapper--border .w-spiner-right:before {
    right: 0;
    border-left: none;
    transform: rotate(180deg);
    transform-origin: 0% 50% 0;
    border-radius: 0 110px 110px 0;
    -webkit-animation: w-spiner-right 5s both linear infinite;
       -moz-animation: w-spiner-right 5s both linear infinite;
         -o-animation: w-spiner-right 5s both linear infinite;
            animation: w-spiner-right 5s both linear infinite;
}

/* Button disclosure
------------------------------------------------------------*/
.w-wrapper.w-wrapper--disclosure {
    border-radius: 30px;
    border: 5px solid transparent;
    min-width: auto;
}

.w-wrapper.w-wrapper--disclosure:hover {
    border-color: rgba(0, 0, 0, .04);
}

.w-wrapper.w-wrapper--disclosure:hover .w-button {
    box-shadow: none;
}

.w-wrapper.w-wrapper--disclosure .w-button {
    background-color: #37c386;
    border-radius: 30px;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, .25);
    color: #f1f1f1;
    height: 30px;
    min-width: 30px;
    overflow: hidden;
    padding: 11px;
    transition: all .3s linear;
    width: 30px;
}

.w-wrapper.w-wrapper--disclosure .w-button:hover {
    cursor: pointer;
    width: 152px;
}

.w-wrapper.w-wrapper--disclosure .w-button > * {
    position: relative;
    top: 3px;
    float: left;
}

.w-wrapper.w-wrapper--disclosure .w-button i {
    font-size: 23px;
    margin-left: 2px;
}

.w-wrapper.w-wrapper--disclosure .w-button span {
    display: block;
    font: 14px/1.4 Arial;
    margin-right: 3px;
    position: absolute;
    right: -1001%;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    top: 17px;
    transition: right .3s linear;
    visibility: hidden;
    word-wrap: normal;
}

.w-wrapper.w-wrapper--disclosure .w-button:hover span {
    right: 22px;
    visibility: visible;
}

/* Animations
------------------------------------------------------------*/
@-webkit-keyframes pulse-circle {
    0%, 100% {
        opacity: 1;
        -webkit-transform:translate(-50%, -50%) scale(1, 1);
                transform:translate(-50%, -50%) scale(1, 1);
    }
    50% {
        opacity: 0;
        -webkit-transform:translate(-50%, -50%) scale(1.33, 1.33);
                transform:translate(-50%, -50%) scale(1.33, 1.33);
    }
}
@keyframes pulse-circle {
    0%, 100% {
        opacity: 1;
        -webkit-transform:translate(-50%, -50%) scale(1, 1);
           -moz-transform:translate(-50%, -50%) scale(1, 1);
             -o-transform:translate(-50%, -50%) scale(1, 1);
                transform:translate(-50%, -50%) scale(1, 1);
    }
    50% {
        opacity: 0;
        -webkit-transform:translate(-50%, -50%) scale(1.33, 1.33);
           -moz-transform:translate(-50%, -50%) scale(1.33, 1.33);
             -o-transform:translate(-50%, -50%) scale(1.33, 1.33);
                transform:translate(-50%, -50%) scale(1.33, 1.33);
    }
}
@-webkit-keyframes pulse-ring {
    0% {
        opacity: 0;
        -webkit-transform:translate(-50%, -50%) scale(1, 1);
                transform:translate(-50%, -50%) scale(1, 1);
    }
    50% {
        opacity: 1;
        -webkit-transform:translate(-50%, -50%) scale(1.33, 1.33);
                transform:translate(-50%, -50%) scale(1.33, 1.33);
    }
    100% {
        opacity: 0;
        -webkit-transform:translate(-50%, -50%) scale(1.6, 1.6);
                transform:translate(-50%, -50%) scale(1.6, 1.6);
    }
}
@keyframes pulse-ring {
    0% {
        opacity: 0;
        -webkit-transform:translate(-50%, -50%) scale(1, 1);
           -moz-transform:translate(-50%, -50%) scale(1, 1);
             -o-transform:translate(-50%, -50%) scale(1, 1);
                transform:translate(-50%, -50%) scale(1, 1);
    }
    50% {
        opacity: 1;
        -webkit-transform:translate(-50%, -50%) scale(1.33, 1.33);
           -moz-transform:translate(-50%, -50%) scale(1.33, 1.33);
             -o-transform:translate(-50%, -50%) scale(1.33, 1.33);
                transform:translate(-50%, -50%) scale(1.33, 1.33);
    }
    100% {
        opacity: 0;
        -webkit-transform:translate(-50%, -50%) scale(1.6, 1.6);
           -moz-transform:translate(-50%, -50%) scale(1.6, 1.6);
             -o-transform:translate(-50%, -50%) scale(1.6, 1.6);
                transform:translate(-50%, -50%) scale(1.6, 1.6);
    }
}
@-webkit-keyframes call-effect {
    0% {
        border-color: rgba(255, 255, 255, .3);
        border-width: 0;
        height: 0;
        left: 50%;
        opacity: 0;
        top: 50%;
        width: 0;
    }
    50% {
        animation-delay: 5s;
        border-color: rgba(255, 255, 255, .5);
        border-width: 35px;
        height: 0;
        left: 0;
        opacity: 1;
        top: 0;
        width: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        border-color: rgba(255, 255, 255, .1);
        border-width: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        top: 0;
        width: 100%;
    }
}
@keyframes call-effect {
    0% {
        border-color: rgba(255, 255, 255, .3);
        border-width: 0;
        height: 0;
        left: 50%;
        opacity: 0;
        top: 50%;
        width: 0;
    }
    50% {
        animation-delay: 5s;
        border-color: rgba(255, 255, 255, .5);
        border-width: 35px;
        height: 0;
        left: 0;
        opacity: 1;
        top: 0;
        width: 0;
    }
    75% {
        opacity: 1;
    }
    100% {
        border-color: rgba(255, 255, 255, .1);
        border-width: 0;
        height: 100%;
        left: 0;
        opacity: 0;
        top: 0;
        width: 100%;
    }
}


@keyframes w-spiner-left {
    0%, 10% {
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    20%, 30% {
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    40%, 50%, to {
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg)
    }
}
@keyframes w-spiner-right {
    0% {
        -webkit-transform:rotate(-180deg);
        -moz-transform:rotate(-180deg);
        -ms-transform:rotate(-180deg);
        -o-transform:rotate(-180deg);
        transform:rotate(-180deg)
    }
    10%, 20% {
        -webkit-transform:rotate(0);
        -moz-transform:rotate(0);
        -ms-transform:rotate(0);
        -o-transform:rotate(0);
        transform:rotate(0)
    }
    30%, 40%, 50%, to {
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -ms-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg)
    }
}

@-webkit-keyframes tremor {
    0%, 25% {
        left: -1px;
        top:-1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        top: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-moz-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-ms-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@-o-keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}
@keyframes tremor {
    0%, 25% {
        left: -1px;
        -webkit-transform: translateX(-4%);
        transform: translateX(-4%);
    }
    50%, 100% {
        left: 1px;
        -webkit-transform: translateX(4%);
        transform: translateX(4%);
    }
}

/* Font Icons
------------------------------------------------------------*/
@font-face {
    font-family: 'w-icons';
    src: url('../fonts/w-icons.eot?7qaeti');
    src: url('../fonts/w-icons.eot?7qaeti#iefix') format('embedded-opentype'),
         url('../fonts/w-icons.ttf?7qaeti') format('truetype'),
         url('../fonts/w-icons.woff?7qaeti') format('woff'),
         url('../fonts/w-icons.svg?7qaeti#w-icons') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="w-icons-"], [class*=" w-icons-"] {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: 'w-icons' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: none;
    text-transform: none;
}

.w-icons-email:before {content: "\e900";}
.w-icons-message:before {content: "\e901";}
.w-icons-phone-call:before {content: "\e902";}

@font-face {
  font-family: 'icons';
  src:  url('../fonts/icons.eot?yyryswe876');
  src:  url('../fonts/icons.eot?yyryswe876#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?yyryswe876') format('truetype'),
    url('../fonts/icons.woff?yyryswe876') format('woff'),
    url('../fonts/icons.svg?yyryswe876#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icons-"], [class*=" icons-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icons-label:before {
  content: "\e90f";
}
.icons-work-2:before {
  content: "\e90d";
}
.icons-security-2:before {
  content: "\e90e";
}
.icons-doc-2:before {
  content: "\e90a";
}
.icons-gift:before {
  content: "\e90b";
}
.icons-guarantee:before {
  content: "\e90c";
}
.icons-auto:before {
  content: "\e900";
}
.icons-call:before {
  content: "\e901";
}
.icons-count:before {
  content: "\e902";
}
.icons-doc:before {
  content: "\e903";
}
.icons-master:before {
  content: "\e904";
}
.icons-precent:before {
  content: "\e905";
}
.icons-security:before {
  content: "\e906";
}
.icons-service:before {
  content: "\e907";
}
.icons-time:before {
  content: "\e908";
}
.icons-work:before {
  content: "\e909";
}


.anketa-btn{
    font-size: 14px;
    min-width: 120px;
    position: fixed;
    right: 140px;
    bottom: 40px;
    z-index: 9999999;
    background: #a01b2e;
    border-radius: 5px;
    display: none;
}




