/* Product page
-----------------------------------------------------------------------------------------*/
.product-page__title {
    font-size: 26px;
    margin-bottom: 25px;
    display: block;
}

.product-page__content {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.product-page__image {
    background-color: #f7f7f7;
}

.product-cat-head {
    margin-bottom: 19px;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.product-cat-head > * {
    padding-right: 0;
    padding-left: 0;
}

.product-cat-head .btn {
    position: relative;
    top: 10px;
}

#index ul.product_list.tab-pane>li {
    padding-bottom: 5px;
    margin-bottom: 0;
}

.feedback-form-group .form-group {
    margin-bottom: 15px;
}

.feedback-form-group .form-control {
    padding: 10px 17px;
}

.feedback-form-group .message {
    color: green;
}

.tmhtmlcontent-item-1 {
    max-height: 234px;
    max-width: 370px;
}


/* Product gallery
-----------------------------------------------------------------------------------------*/
.product-gallery {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, .35);
    padding: 5%;
    background: rgba(0, 0, 0, .2);
}

.product-gallery > .row {
    height: 100%;
    background: #525252;
    min-height: 150px;
    position: relative;
}

.product-gallery__close {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 33px;
    color: #333;
    z-index: 9999;
    opacity: .5;
    transition: opacity .2s ease;
}

.product-gallery__close:hover {
    opacity: 1;
    cursor: pointer;
}

.product-gallery__left {
    position: relative;
    overflow: hidden;
}

.product-gallery__left,
.product-gallery__right {
    padding: 15px;
}

@media (min-width: 768px) {
    .product-gallery__left,
    .product-gallery__right {
        height: 100%;
    }

    .product-gallery__right {
        padding: 17px 30px 30px;
    }
}

@media (max-width: 768px) {
    .product-gallery__left {
        height: 70%;
    }
    .product-gallery__right {
        height: 30%;
        padding: 30px;
    }
}

.product-gallery__left-block {
    height: 100%;
    display: table;
    width: 100%;
}

.product-gallery__left-block > div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.product-gallery__left-block .product-gallery-link {
    display: table;
    margin: 0 auto;
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .09);
    max-width: 90%;
    max-height: 90%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.product-gallery__right {
    background: #fff;
}

.product-gallery-name {
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    width: 100%;
    font-size: 21px;
    line-height: 1.1em;
}

@media (max-width: 768px) {
    .product-cat-head {
        text-align: center !important;
    }
    .product-cat-head .btn {
        display: block;
        margin-bottom: 20px;
    }
}

.product-gallery-content {

}

.product-gallery__next,
.product-gallery__prev {
    position: absolute;
    top: 50%;
}

.product-gallery__prev {
    left: 2%;
}

.product-gallery__prev > i {
    margin-right: 5px;
}

.product-gallery__next {
    right: 1%;
}

.product-gallery__next i {
    margin-left: 5px;
    font-size: auto;
}

/* All
-----------------------------------------------------------------------------------------*/
.header-sticky .logo  {
    transition: all .2s linear;
}

.header-sticky {
    background: white;
    transition: all .8s linear;
}

.header-sticky.header-sticky--fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 0 0px 2px rgba(0, 0, 0, .2);
    padding-bottom: 8px;
}

.header-sticky.header-sticky--fixed .shop-phone {
    font-size: 15px;
    padding: 8px 0 0px;
}

.header-sticky--fixed .logo {
    max-width: 81%;
    margin-top: 8px;
}

.header-sticky--fixed .top_menu > ul> li > a,
.header-sticky--fixed .top_menu .stickUpHolder > ul > li > a {
    font-size: 14px !important;
    padding: 13px 15px;
}

.animate-tremor:hover:before {
    position: relative;
    -webkit-animation: 0.1s tremor ease-out infinite;
    animation: 0.1s tremor ease-out infinite;
}

.popover {
    border-radius: 3px;
}

.popover .popover-title {
    margin: -1px;
    background-color: ff0000;
    border-bottom: 1px solid ff0000;
    border-radius: 3px 3px 0 0;
}

.popover .popover-content {
    color: #333;
}

.page-content ul,
.page-content ol {
    padding-left: 25px !important;
    list-style: square outside !important;
}

.page-content table > tbody > tr > td {
    vertical-align: top;
}

.quick-view:before {
    display: none !important;
}

@media (max-width: 989px) {
    .header-sticky--fixed .top_menu > ul> li > a, .header-sticky--fixed .top_menu .stickUpHolder > ul > li > a {
        padding: 13px 3px;
    }
    .top_menu>ul, .top_menu .stickUpHolder>ul {
        text-align: center;
        margin-bottom: 0;
        margin-top: 44px;
    }
}

@media (min-width: 768px) and (max-width: 989px) {
    #header_logo .logo {
        display: inline-block;
        width: 65%;
    }

    header .row #header_logo a {
        position: relative;
        top: 5px;
    }

    .top_menu>ul, .top_menu .stickUpHolder>ul {
        margin-top: 0;
    }

    .header-sticky--fixed #header_logo,
    .header-sticky--fixed .logo {
        padding-top: 0;
    }
}

@media (min-width: 989px) and (max-width: 1200px) {
    header .row #header_logo a {
        top: -3px;
    }
}

@media (max-width: 1199px) {
    ul.product_list .quick-view, .btn-orange-inline, .btn-green-inline, .btn-red-inline {
        margin-bottom: 20px !important;
    }
}

@media (min-width: 1199px) and (max-width: 1200px) {
    .header-sticky--fixed .logo {
        display: inline-block;
    }
}

@media (min-width: 768px) and (max-width: 1200px)  {
    .header-sticky.header-sticky--fixed a {
        top: -6px;
    }

    .top_menu>ul>li+li, .top_menu .stickUpHolder>ul>li+li {
        margin-left: 4px;
    }

    .header-sticky--fixed .top_menu > ul> li > a, .header-sticky--fixed .top_menu .stickUpHolder > ul > li > a {
        padding: 5px;
    }
}

.cats-buttons {
    line-height: 2;
}

.text-break-all {
    word-break: break-all;
}

.page-container {
    color: #333;
}

.shop-phone {
    padding: 10px 0 0;
}

.shop-phone a {
    display: block;
}

.shop-phone .shop-phone-time {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    /* padding-top: 3px; */
    display: block;
}

.shop-phone {
	font-size: 15px;
}

.delimiter-block {
    background-color: #666;
    background-image: url(../images/delimiter-block.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    color: #fff;
    margin: 45px auto;
    min-height: 200px;
    padding: 50px 0 60px;
    z-index: 1;
}

/* Other
-----------------------------------------------------------------------------------------*/
.help-block__title {
    color: #333;
    margin-bottom: 50px;
}

.help-block__descrp {
    margin-top: -2em;
    margin-bottom: 3em;
}

.help-block__icon {
    background: url(../images/animation/steps_number.png?v=2) no-repeat;
    position: relative;
    min-height: 175px;
}

.help-block__icon--2 {background-position: -294px 0px;}
.help-block__icon--3 {background-position: -592px 0px;}
.help-block__icon--4 {background-position: -891px 0px;}

.help-block__icon i {
    font-size: 65px;
    color: #33CCff;
    position: absolute;
    left: 0;
    bottom: 16px;
}

.help-block__item-img i {
    font-size: 65px;
    color: #33CCff;
}

.help-block__item-text {
    width: 95%;
}

.help-block-container .row >.col-sm-4:last-child .help-block__item-text {
    width: 100%;
}

@media (max-width: 767px) {
    .help-block__icon {
        display: table;
        width: 139px;
        margin: 0 auto;
    }

    .page-container .page-content table tbody td {
        display: block;
    }

    .page-container .page-content table tbody td img {
        width: 100%;
    }

    .page-container .page-title {
        text-align: center;
    }

    .help-block__item-text {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .shop-phone {
        display: block !important;
        float: none!important;
        text-align: center;
    }
}

.help-block__item-title {
    color: #333;
    font-size: 22px;
    margin-bottom: 10px;
}

.help-block .row > [class^=col-] {
    margin-bottom: 50px;
    padding: 15px 30px 0;
}

@media (max-width: 767px) {
    .help-block {
        text-align: center;
    }

    .help-block__title {
        font-size: 21px;
    }
}

/* Calculator
-----------------------------------------------------------------------------------------*/
.calculator-block {
    margin: 45px auto;
    padding: 50px 0 60px;
    background: #666 url(../images/cacl-background.jpg?v=2) no-repeat 50% 50%;
    background-size: cover;
    color: #fff;
    z-index: 1;
    box-sizing: border-box;
}

.calculator-block__title {
    color: #fff;
}

.calculator-block__body {
    background: rgba(0, 0, 0, .3);
    padding: 2em;
    border-radius: 3px;
    margin-top: 2em;
}

.calculator__radiobuttons {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}

.calculator__radiobuttons .radio-toggle {
    display: table;
    margin: 0 auto;
}

.calculator__radiobuttons .form-check-label.active {
    color: #fff !important;
    background: ff0000;
    border-color: ff0000;
}

@media (max-width: 767px) {
    .calculator__radiobuttons .form-check-label {
        display: block;
        width: 100%;
    }

    .has-toggle-input label:first-of-type {
        margin-left: -1px;
        margin-bottom: 17px;
    }

    .calculator__input-text {
        display: block !important;
        margin-bottom: 18px;
        text-align: center;
    }

    .calculator__input-text br {
        display: none;
    }

    .text-xs-cenetr {
        text-align: center;
    }

    .calculator__input {
        max-width: 100% !important;
        margin-left: 0 !important;
    }
}

@media (min-width: 767px) {
    .text-sm-right {
        text-align: right;
    }
}

.calculator__radiobuttons .form-check-label {
    padding: 10px 50px;
    text-transform: uppercase;
    border-color: #fff;
    border-width: 2px;
    background: #fff;
}

.calculator__range {
    background-color: #f1f1f1;
    margin-top: 23px;
    border-radius: 2px;
}

.calculator__range .ui-slider-handle {
    background-color: ff0000 !important;
    border-radius: 50%;
    top: -.35em;
    width: 1.5em;
    height: 1.5em;
}

.calculator__range .ui-slider-handle:hover {
    cursor: pointer;
}

.calculator__range .ui-slider-handle:focus {
    outline: none;
}

.calculator__range-minmax {
    margin-top: 6px;
}

.calculator__input-text {
    display: inline-block;
    position: relative;
    top: 10px;
}

.calculator__input {
    max-width: 75px;
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    padding: 20px 5px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 2px;
}

.calculator__input:focus {
    border-color: ff0000;
}

.calculator__price {
    font-size: 18px;
}

.calculator__price > #calculator__price-value {
    margin-left: 3px;
    font-size: 1.2em;
}

.calculator__button {
    background-color: transparent !important;
    color: #fff;
    margin-top: 3em;
    padding: 8px 20px;
}

.calculator__info {
    font-size: 80%;
    padding-top: 2px;
}

.calculator__info a {
    color: rgba(255, 255, 255, .7);
    text-decoration: underline;
}

.calculator__info a:hover,
.calculator__info a:focus {
    text-decoration: none;
    color: ff0000;
}


/* Bootstrap modal
-----------------------------------------------------------------------------------------*/
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999991;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 3px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .05);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}

.modal-header:after,
.modal-footer:after {
  clear: both;
}

.modal-theme-call .modal-header {
    border-bottom: 0 !important;
}

.modal-theme-call .modal-header > span {
    font-weight: bold;
    text-transform: uppercase;
}

/* 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: 0;
    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: #3e3e3e;
    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;
}

@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-control {
    border: 1px solid #fff;
    padding: 3px 13px;
    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: #33CCff;
    color: #fff;
    background: #33CCff;
}

.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: #33CCff;
    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 #33CCff;
    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";
}
