@charset "utf-8";
html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
}
.push1{
    height: 1px;
}
.push2{
    height: 2px;
}
.push3{
    height: 3px;
}
.push4{
    height: 4px;
}
.push5{
    height: 5px;
}
.push6{
    height: 6px;
}
.push7{
    height: 7px;
}
.push8{
    height: 8px;
}
.push9{
    height: 9px;
}
.push10{
    height: 10px;
}
.push11{
    height: 11px;
}
.push12{
    height: 12px;
}
.push13{
    height: 13px;
}
.push14{
    height: 14px;
}
.push15{
    height: 15px;
}
.push16{
    height: 16px;
}
.push17{
    height: 17px;
}
.push18{
    height: 18px;
}
.push19{
    height: 19px;
}
.push20{
    height: 20px;
}
.push25{
    height: 25px;
}
.push30{
    height: 30px;
}
.push35{
    height: 35px;
}
.push40{
    height: 40px;
}
.push45{
    height: 45px;
}
.push50{
    height: 50px;
}
.push55{
    height: 55px;
}
.push60{
    height: 60px;
}
.push70{
    height: 70px;
}
.push80{
    height: 80px;
}
.push90{
    height: 90px;
}
.push100{
    height: 100px;
}
.f8{
    font-size: 8px;
}
.f9{
    font-size: 9px;
}
.f10{
    font-size: 10px;
}
.f11{
    font-size: 11px;
}
.f12{
    font-size: 12px;
}
.f13{
    font-size: 13px;
}
.f14{
    font-size: 14px;
}
.f15{
    font-size: 15px;
}
.f16{
    font-size: 16px;
}
.f17{
    font-size: 17px;
}
.f18{
    font-size: 18px;
}
.f19{
    font-size: 19px;
}
.f20{
    font-size: 20px;
}
.f21{
    font-size: 21px;
}
.f22{
    font-size: 22px;
}
.f24{
    font-size: 24px;
}
.f26{
    font-size: 26px;
}
.f28{
    font-size: 28px;
}
.f30{
    font-size: 30px;
}
.f34{
    font-size: 34px;
}
.f36{
    font-size: 36px;
}
strong,
b, 
.bold{
    font-weight: 700;
}
.italic{
    font-style: italic;
}
input:focus::-moz-placeholder{
    opacity: 0;
}
input:focus:-ms-input-placeholder{
    opacity: 0;
}
input:focus::-webkit-input-placeholder{
    opacity: 0;
}
textarea:focus::-moz-placeholder{
    opacity: 0;
}
textarea:focus:-ms-input-placeholder{
    opacity: 0;
}
textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
.strike{
    text-decoration: line-through;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
:invalid {
  box-shadow: none;
}
:-moz-submit-invalid {
  box-shadow: none;
}
:-moz-ui-invalid {
  box-shadow:none;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
em, i{
    font-style: italic;
}
.cleaner,
.clear{
    clear: both;
    height: 0;
    line-height: 0;
    display: block !important;
}
.left{
    float: left;
}
.right{
    float: right;
}
.upper{
    text-transform: uppercase;
}
img{
    max-width: 100%;
}
.dashed{
    text-decoration: none;
    border-bottom: 1px dashed;
}
.dotted{
    text-decoration: none !important;
    border-bottom: 1px dotted;
}
.dashed:hover,
.dotted:hover{
    border-bottom-color: transparent;
}
.row.min{
    margin-left: -5px;
    margin-right: -5px;
}
.row.min > div[class^="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}
.row.no-padding{
    margin-left: 0;
    margin-right: 0;
}
.row.no-padding > div[class^="col-"]{
    padding-left: 0;
    padding-right: 0;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell{
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.tvtable td:last-of-type{
    white-space: nowrap;
}
.decoration-none{
    text-decoration: none !important;
}
.decoration-hover{
    text-decoration: none;
}
.decoration-hover:hover{
    text-decoration: underline;
}
a.absolute{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

/* Fancybox */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
    padding: 35px 0 0;
}
.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    margin-bottom: 35px;
    background: #fff;
    box-shadow: 0px 0px 14px 3px rgba(0,0,0,0.3);
}
.fancybox-opened {
    z-index: 8030;
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
       -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer, .fancybox-inner {
    position: relative;
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
}
.fancybox-close {
    position: absolute;
    top: -35px;
    right: -3px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
@media(min-width: 992px) {
    .fancybox-close {
        background: transparent !important;
        top: -35px !important;
        width: 40px !important;
        right: -35px !important;
    }
}
.fancybox-close:after{
    width: 1px;
    height: 100%;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    background: #333333;
    margin-left: -1px;
}
.fancybox-close:after {
    background: url(../images/close.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    content: "";
    display: block;
    position: absolute;
    margin-top: -10px;
    margin-left: -10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-close:hover{
    background: #FF4632;
}
.fancybox-close:hover:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}
.fancybox-prev {
    left: 0;
}
.fancybox-next {
    right: 0;
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-prev span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    left: -50px;
}
.fancybox-next span {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: -50px;
}
.fancybox-nav:hover span {
    visibility: visible;
}
.fancybox-prev span:after,
.fancybox-next span:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.fancybox-prev:hover span:after,
.fancybox-next:hover span:after{
    border-color: #2FACDE;
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}
.fancybox-lock body {
    overflow: hidden !important;
}
.fancybox-lock-test {
    overflow-y: hidden !important;
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0,0,0,0.8);
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    z-index: 8050;
    left: 0;
    margin-bottom: -28px;
    width: 100%;
    text-align: left;
    overflow: hidden;
}
.fancybox-title-float-wrap .child {
    display: block;
    margin-right: -100%;
    background: rgba(255, 255, 255, 1);
    color: #000;
    line-height: 24px;
    font-size: 14px;
    padding: 12px 20px;
    font-weight: normal;
    width: 100%;
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}
.fancybox-title-inside-wrap {
    padding-top: 10px;
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}
/* /. Fancybox */


/* Slick carousel */
.slick-slider{
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slider-wrapper .item img{
    min-height: 300px;
}
.slick-dots {
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    display: block;
    margin-top: 20px;
}
.slick-dots li button{
    position: absolute;
    top: -5px;
    left: -5px;
    border: none;
    border-radius: 50%;
    display: block;
    opacity: 0;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    margin: 0 10px 0;
    cursor: pointer;
    position: relative;
    background: #2867B8;
}
.slick-dots li.slick-active{
    background: #2FACDE;
}
.slick-prev,
.slick-next{
    display: block;
    width: 50px;
    height: 50px;
    background: #CCCCCC;
    position: absolute;
    top: calc(50% - 25px);
    z-index: 50;
    cursor: pointer;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    text-align: center;
}
.slick-prev{
    left: 30px;
}
.slick-next{
    right: 30px;
}
.slick-prev span,
.slick-next span{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: url(../images/slider_arrow.svg) 50% 50% no-repeat;
}
.slick-next span{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.slick-prev:hover,
.slick-next:hover{
    background: #2FACDE;
}
/* /. slick carousel */

#up{
    position: fixed;
    overflow: hidden;
    right: 15px;
    bottom: 15px;
    z-index: 100;
    width: 44px;
    height: 44px;
    font-size: 26px;
    line-height: 44px;
    color: #fff;
    background: #2FACDE;
    text-align: center;
    text-decoration: none;
    transition: .3s all ease-in-out;
    transform: translate3d(0, 100px, 0);
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
#up.active{
    transform: translate3d(0, 0, 0);
}
#up:hover{
    background-color: #000;
    color: #fff;
}
#up svg{
    height: 20px;
}
.main-wrapper{
    min-height: 100%;
    margin: 0 0 -471px 0;
}
.footer-push{
    height: 471px;
}
.footer{
    min-height: 471px;
    border-top: 1px solid rgb(189 189 189 / 17%);
}
.footer-bottom-start a{
    text-decoration: underline;
}
.footer-top{
    padding: 50px 0 45px;
    width: 100%;
    overflow: hidden;
}
.footer-bottom{
    padding: 40px 0;
    border-top: 1px solid rgb(189 189 189 / 17%);
    font-size: 13px;
}
.footer-menu-title,
.footer-contacts-wrapper .item-title{
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 7px;
}
.footer-menu li{
    margin-bottom: 5px;
}
.footer-schedule{
    margin-bottom: 20px;
}
.footer .social-links{
    margin-bottom: 20px;
}
.social-links{
    display: flex;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #2FACDE;
    text-decoration: none;
    color: #2FACDE;
    margin-right: 8px;
}
.social-links a:hover{
    background: #2FACDE;
    color: #fff;
    border-color: #2FACDE;
}
.footer-tel a,
.footer-email a{
    margin-left: 10px;
}
.footer-logo{
    margin-bottom: 30px;
}
@media(max-width:767px){
    .footer-tel a,
    .footer-email a{
        margin-left: 0;
        margin-right: 10px;
    }
    .footer-logo{
        margin-bottom: 30px;
    }
    .footer-menu-wrap{
        margin-bottom: 30px;
    }
    .footer .social-links{
        margin-bottom: 40px;
    }
}

body{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #333333;
    overflow-x: hidden;
}
blockquote{
    border-left: 3px solid #2FACDE;
    margin-bottom: 30px;
    padding-left: 20px;
}
.content ul,
.content ol{
    margin-bottom: 15px;
    font-weight: 300;
}
.content ul > li,
.content ol > li{
    margin-bottom: 10px;
    position: relative;
}
.content ul > li{
    padding-left: 25px;
}
.content ul > li:after{
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    top: 10px;
    left: 10px;
    background: #2FACDE;
}
.content ul ul,
.content ol ul,
.content ol ol,
.content ul ol{
    padding-top: 10px;
    padding-left: 10px;
}
.content ul ul li,
.content ol ul li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 10px;
}
.content ul ul li:after,
.content ol ul li:after{
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    top: 9px;
    left: 0;
    border: 1px solid #999999;
}
.content ul ol li,
.content ol ol li{
    list-style: decimal; 
    padding-left: 3px;
    margin-left: 12px;
    margin-bottom: 10px;
}
.content ol{ 
    counter-reset: item; 
}
.content ol li{
    display: block; 
}
.content ol li:before{ 
    content: counters(item, ".") ". "; 
    counter-increment: item;
    padding: 0 5px 0 10px;
    color: #999999;
}
.content ul ul ol li:after,
.content ol ul ol li:after{
    display: none;
}
.table-wrapper{
    width: 100%;
    overflow: auto;
}
.content table{
    width: 100%;
    margin-bottom: 30px;
}
.content table th {
    background: #2FACDE;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    vertical-align: middle;
    border: 1px solid #2FACDE;
    border-right-color: #2FACDE;
}
.content table td{
    border: 1px solid #E5E5E5;
    padding: 10px 20px;
    vertical-align: middle;
    font-size: 15px;
}
.price-table td:last-of-type{
    text-align: center;
}

h1,
.title-h1{
    font-size: 46px;
    line-height: 1.3;
    margin: 0 0 40px;
    font-weight: bold;
}
h2,
.title-h2{
    font-size: 46px;
    line-height: 1.3;
    margin: 0 0 30px;
    font-weight: 300;
}
h3,
.title-h3,
.content h2{
    font-size: 32px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 300;
}
h4,
.title-h4{
    font-size: 22px;
    line-height: 1.4;
    margin: 0 0 20px;
    font-weight: 300;
}
.section-title{
    font-size: 46px;
    margin: 0 0 50px;
    font-weight: 300;
}
.section-title + .section-sub-title{
    margin-top: -40px;
}
.section-sub-title{
    font-size: 24px;
    margin-bottom: 50px;
    color: #b5bcc7;
    font-weight: 300;
}
.gray-bg{
    background: #F1F3F4;
}
@media(max-width: 991px) {
    h1,
    .title-h1{
        font-size: 36px;
    }
    h2,
    .title-h2,
    .section-title{
        font-size: 36px;
    }
    h3,
    .title-h3,
    .content h2{
        font-size: 26px;
        margin: 0 0 25px;
    }
    h4,
    .title-h4{
        font-size: 20px;
    }
    .section-sub-title {
        font-size: 20px;
        margin-bottom: 40px;
    }
}
@media(max-width: 767px) {
    h1,
    .title-h1{
        font-size: 30px;
    }
    h2,
    .title-h2,
    .section-title{
        font-size: 30px;
    }
    .section-sub-title {
        font-size: 16px;
    }

    .content table th {
        text-transform: uppercase;
        padding: 8px;
        font-size: 10px;
    }
    .content table td{
        padding: 8px;
        font-size: 12px;
    }
}
.red{
    color: #FF4632;
}
.white{
    color: #fff;
}
.black{
    color: #000;
}
p{
    margin-bottom: 20px;
    font-weight: 300;
}
a{
    color: #2FACDE;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
a:hover{
    color: #333;
}
a.invert{
    color: #333;
}
a.invert:hover{
    color: #2FACDE;
}
a:focus{
    outline: none;
}
.flex{
    display: flex;
}
.fw{
    flex-wrap: wrap;
}
.ai-c{
    align-items: center;
}
.jc-c{
    justify-content: center;
}
.jc-sb{
    justify-content: space-between;
}

.btn{
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 30px;
    border: 2px solid #2FACDE;
    margin-bottom: 20px;
    font-size: 16px;
    color: #FFFFFF;
    background: #2FACDE;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
    text-align: center;
}
.btn:hover{
    color: #2FACDE;
    background: #fff;
}
.btn.block{
    display: block;
    width: 100%;
}
.btn.white-btn{
    background: #fff;
    color: #2FACDE;
}
.btn.white-btn:hover{
    background: #2FACDE;
    color: #fff;
}
.btn-min{
    padding: 8px 25px;
}
.more{
    text-transform: uppercase;
    border-bottom: 1px dashed;
}
.more:hover{
    border-color: transparent;
}
.form-group{
    position: relative;
}
.modal {
    display: none;
    width: 560px;
    max-width: 100%;
    background: #fff;
    padding: 35px 25px 25px;
}
#responseMessage .modal-content.error{
    color: #FF4632;
}

/* Agreement */
.agreement{
    position:relative;
    margin-bottom:30px;
    color: #838383;
}
.agreement input{
    position:absolute;
    top:0;
    left:0;
    opacity:0;
    visibility:hidden;
}
.agreement label {
    padding-left: 25px; 
    display: inline-block; 
    position: relative;
}
.agreement input + label:before {
    background: url(../images/check-empty.svg) 0 0 no-repeat;
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 17px;
    top: 5px;
    left: 0px;
}
.agreement input:checked + label:before {
    background: url(../images/checked.svg) 0 0 no-repeat;
}
.agreement input.error + label{
    color:red;
}
/* /. Agreement */


/* pagination */
.pagination{
    padding: 0;
    margin: 0;
    text-align: center;
}
.pagination li:first-of-type:before{
    content:"";
    display: block;
    width: 100%;
    height: 20px;
}
.pagination li:last-of-type:after{
    content:"";
    display: block;
    width: 100%;
    height: 20px;
}
.pagination li{
    display: inline;
}
.pagination li > span{
    cursor: default;
}
.pagination li > a,
.pagination li > span{
    position: relative;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #626262;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    margin-right: 5px;
}
.pagination li:first-child > a,
.pagination li:first-child > span{
    margin-left: 0;
}
.pagination li > a:hover{
    background-color: #EEEEEE;
}
.pagination .active > a, 
.pagination .active > a:hover{
    background-color: #2FACDE;
    color: #fff;
    border-color: #2FACDE;
    cursor: default;
}
/* /. pagination */


/* Mobile menu btn */
.menu-button{
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: relative;
    margin-left: 20px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.icon-menu-burger {
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -1px 0 0 0;
    -webkit-transition: transform 0.2s ease 0s;
    -moz-transition: transform 0.2s ease 0s;
    -o-transition: transform 0.2s ease 0s;
    -ms-transition: transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transition: -webkit-transform 0.2s ease 0s;
}
.icon-menu-burger__line {
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform 0.2s linear 0.2s;
    -moz-transition: transform 0.2s linear 0.2s;
    -o-transition: transform 0.2s linear 0.2s;
    -ms-transition: transform 0.2s linear 0.2s;
    transition: transform 0.2s linear 0.2s;
    -webkit-transition: -webkit-transform 0.2s linear 0.2s;
}
.icon-menu-burger:before, 
.icon-menu-burger:after {
    background: #fff;
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
}


.icon-menu-burger:before {
    top: -9px;
    -webkit-transition: top 0.2s linear 0.4s;
    -moz-transition: top 0.2s linear 0.4s;
    -o-transition: top 0.2s linear 0.4s;
    -ms-transition: top 0.2s linear 0.4s;
    transition: top 0.2s linear 0.4s;
}
.icon-menu-burger:after {
    bottom: -9px;
    -webkit-transition: bottom 0.2s linear 0.4s;
    -moz-transition: bottom 0.2s linear 0.4s;
    -o-transition: bottom 0.2s linear 0.4s;
    -ms-transition: bottom 0.2s linear 0.4s;
    transition: bottom 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: transform 0.2s linear 0.4s;
    -moz-transition: transform 0.2s linear 0.4s;
    -o-transition: transform 0.2s linear 0.4s;
    -ms-transition: transform 0.2s linear 0.4s;
    transition: transform 0.2s linear 0.4s;
    -webkit-transition: -webkit-transform 0.2s linear 0.4s;
}
.menu-button.active .icon-menu-burger__line{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.menu-button.active .icon-menu-burger:before {
    -webkit-transition: top 0.2s linear;
    -moz-transition: top 0.2s linear;
    -o-transition: top 0.2s linear;
    -ms-transition: top 0.2s linear;
    transition: top 0.2s linear;
    top: 0;
}
.menu-button.active .icon-menu-burger:after {
    -webkit-transition: bottom 0.2s linear;
    -moz-transition: bottom 0.2s linear;
    -o-transition: bottom 0.2s linear;
    -ms-transition: bottom 0.2s linear;
    transition: bottom 0.2s linear;
    bottom: 0;
}
/* /. Mobile menu btn */

.mobile-menu-wrapper {
    position: fixed;
    top: 49px;
    left: -240px;
    height: 100%;
    width: 240px;
    max-width: 100%;
    z-index: 1000;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.mobile-menu{
    background: #2FACDE;
    height: 100%;
}
.overlay {
    position: fixed;
    top: 49px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: -100;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-out;
    -moz-transition: opacity 200ms ease-out;
    transition: opacity 200ms ease-out;
}
.mobile-menu li{
    position: relative;
}
.mobile-menu > ul > li {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > ul > li:first-of-type{
    border-top: 1px solid rgba(255,255,255,0.1);
}
.mobile-menu > ul > li.down > a {
    padding-right: 38px;
}
.mobile-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    width: 38px;
    z-index: 10;
}
.mobile-menu .dropdown-button:before{
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 16px;
    left: 16px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.mobile-menu .dropdown-button.active:before{
    -moz-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 20px;
}
.mobile-menu > ul > li > ul {
    position: static;
    width: 100%;
    display: none;
}
.mobile-menu > ul  > li > a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px 20px;
    font-size: 15px;
    line-height: 1.4;
}
.mobile-menu > ul > li > ul > li > a,
.mobile-menu ul ul ul a{
    display: block;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    padding: 10px 30px 10px 20px;
    color: #FFFFFF;
    position: relative;
    font-weight: 300;
}
.mobile-menu ul ul ul a{
    padding: 6px 10px 6px 35px;
    font-size: 13px;
    position: relative;
}
.mobile-menu ul ul ul a:before{
    content: "";
    position: absolute;
    top: 14px;
    left: 20px;
    width: 4px;
    height: 4px;
    background: rgba(255,255,255,0.8);
}
.mobile-menu ul ul ul ul a:before{
    display: none;
}
.mobile-menu .dropdown-button + ul {
    position: static;
    width: 100%;
    display: none;
    filter: brightness(0.97);
    background: #2FACDE;
}
.mobile-menu ul ul .dropdown-button{
    height: 38px;
    width: 30px;
}
.mobile-menu ul ul .dropdown-button:before{
    content: "+";
    width: 12px;
    height: 10px;
    line-height: 10px;
    top: 50% !important;
    left: 50%;
    font-size: 17px;
    margin-top: -5px;
    margin-left: -6px;
    border: none;
    color: #fff;
    -moz-transform: rotate(0) !important;
    -webkit-transform: rotate(0) !important;
    -o-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
}
.mobile-menu ul ul .dropdown-button.active:before{
    content: "-";
}
.mobile-menu ul ul ul .dropdown-button {
    height: 30px;
    width: 30px;
}
.mobile-menu ul ul ul .dropdown-button:before{
    margin-top: -6px;
    margin-left: -10px;
}
@media (max-width: 991px) {
    .mobile-menu-wrapper.open {
        left: 0;
    }
    .mobile-menu-wrapper.open + .overlay {
        z-index: 999;
        opacity: 1;
    }
    .swipe-area{
        position: absolute;
        width: 15px;
        right: -15px;
        top: 0;
        bottom: 0;
        background: transparent;
    }
    .mobile-menu {
        overflow-y: scroll;
    }
}

@media (max-width: 767px) {
    .menu-button{
        width: 20px;
    }
}
/* /. Mobile menu */

/* Header */
.header{
    position: relative;
    z-index: 800;
    background: #fff;
    padding: 15px 0;
}
.header-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spec-version-link {
    position: relative;
    display: inline-block;
    padding: 4px 30px 4px 65px;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    border: 2px solid #000;
    background: #000;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.spec-version-link svg {
    width: 35px;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    left: 10px;
}
.spec-version-link:hover{
    background: #fff;
    color: #000;
}
.spec-version-link .text2{
    display: none;
}
.spec-version .spec-version-link .text1{
    display: none;
}
.spec-version .spec-version-link .text2{
    display: inline;
}
.header-end-block .btn{
    margin-bottom: 0;
    width: 100%;
    padding-top: 9px;
    padding-bottom: 10px;
    font-size: 16px;
}
.header-phones a{
    font-size: 20px;
    font-weight: 600;
    margin-right: 20px;
    display: inline-block;
    margin-top: 5px;
}
.header-phones a:last-of-type{
    margin-right: 0;
}
.header-phones a:hover{
    color: #000;
}
@media(max-width:991px){
    .header-contacts{
        text-align: right;
    }
}
@media(max-width: 767px){
    .header{
        padding: 25px 0;
    }
    .header-inner{
        display: block;
        text-align: center;
    }
    .header-contacts{
        text-align: center;
    }
    .header-logo{
        margin-bottom: 20px;
    }
}
/* /. Header */

/* Top menu */
.top-menu{
    position: relative;
    z-index: 900;
}
.top-menu > ul{
    display: flex;
    justify-content: space-between;
}
.top-menu > ul > li{
    width: 100%;
}
.top-menu > ul > li > a{
    display: block;
    text-align: center;
    color: #fff;
    padding: 12px 10px;
    transition: all 300ms ease-out;
    position: relative;
    white-space: nowrap;
}
.top-menu > ul > li > a:before{
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #2FACDE;
    opacity: 0;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}
.top-menu > ul > li:hover > a,
.top-menu > ul > li.active > a{
    background: #fff;
    color: #000;
}
.top-menu > ul > li:hover > a:before,
.top-menu > ul > li.active > a:before{
    opacity: 1;
}
.top-menu-wrapper{
    position: relative;
    z-index: 1000;
    background: #2FACDE;
}
.top-menu li{
    position: relative;
}
.top-menu li:hover > ul{
    display: block;
}
.top-menu ul ul{
    display: none;
    position: absolute;
    width: 250px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
}
.top-menu ul ul a{
    display: block;
    padding: 10px 30px 10px 15px;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
.top-menu ul ul li:last-of-type > a{
    border-bottom: none;
}
.top-menu > ul > li > ul{
    top: 100%;
    left: 0;
}
.top-menu ul ul ul{
    left: 100%;
    top: 0;
}
.top-menu ul ul li:hover > a,
.top-menu ul ul li.active > a{
    background: #2FACDE;
    color: #fff;
}
.top-menu li.down > a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    vertical-align: middle;
    margin: -3px 0 0 8px;
}
.top-menu li.down:hover > a:after,
.top-menu li.down.active > a:after{
    border-color: #000;
}

.top-menu ul ul li.down > a{
    padding-right: 30px;
}
.top-menu ul ul li.down > a:after{
    transform: rotate(-45deg);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    border-color: #000;
}
.top-menu ul ul li.down:hover > a:after,
.top-menu ul ul li.down.active > a:after{
    border-color: #fff;
}
@media(min-width: 992px){
    .top-menu-wrapper.fixed{
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        right: 0;
        background: #2FACDE;
    }
    .top-menu-wrapper.fixed .top-menu{
        box-shadow: none;
        border-top: none;
    }
    .top-menu-wrapper.fixed + .top-menu-wrapper-push{
        height: 49px;
    }
}
@media(max-width:1229px){
    .top-menu-wrapper{
        background: #2FACDE;
    }
    .top-menu > ul > li > a{
        font-size: 13px;
        padding: 12px 5px;
    }
}
@media(max-width:991px){
    .top-menu{
        display: none;
    }
    .top-menu-wrapper{
        height: 50px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 900;
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .top-menu-wrapper-push-xs{
        height: 50px;
    }
    .top-menu-wrapper-xs{
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: space-between;
    }
    .top-menu-wrapper-xs .btn{
        padding: 5px 15px;
        margin-bottom: 0;
    }
    .header-phones{
        margin-top: 10px;
    }
}
/* /. Top menu*/


/* Top slider */
.top-slider{
    margin-top: -49px;
}
.top-slider .item{
    background-color: #F7F7F7;
    padding-top: 50px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.top-slider .item-inner{
    height: 700px;
    padding-bottom: 110px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.top-slider .item-content-inner{
    padding: 30px 40px 40px;
    background: rgba(255,255,255,0.4);
    backdrop-filter: blur(5px);
}
.top-slider .item-content-inner .btn{
    margin-bottom: 0;
}
.top-slider .item-img{
    display: flex;
    align-items: flex-end;
}
.top-slider .item-img img{
    max-height: 90%;
}
.top-slider .item-content{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.top-slider .item-title{
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 1.2;
    font-weight: 700;
    color: #2FACDE;
}
.top-slider .item-text{
    margin-bottom: 50px;
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5;
}
.slick-object > div{
    display: none;
}
.slick-object > div:first-of-type,
.slick-object.slick-slider > div{
    display: block;
    width: 100%;
}
@media(max-width: 1229px){
    .top-slider{
        margin-top: 0;
    }
}
@media(max-width: 991px){
    .top-slider .item-title{
        font-size: 5vw;
        margin-bottom: 1.8vw;
    }
     .top-slider .item-text {
        margin-bottom: 4vw;
        font-size: 3vw;
    }
    .top-slider .item{
        padding-top: 0;
    }
    .top-slider .item-inner{
        height: 60vw;
        padding-bottom: 0;
    }
    .top-slider .item-img{
        padding-left: 2vw;
    }
}
@media(max-width: 767px){
    .top-slider .item-text {
        margin-bottom: 3vw;
        font-size: 4vw;
    }
    .top-slider .btn {
        padding: 1.7vw 2.5vw;
        margin-bottom: 0;
        font-size: 2.5vw;
    }
    .top-slider .item-content-inner{
        padding: 5%;
    }
}
/* /. Top slider */

/* top-features */
.top-features-section{
    padding-bottom: 110px;
    background: #2facde;
}
.top-features{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-top: -110px;
    position: relative;
    z-index: 10;
}
.top-features .item{
    width: 33.33333%;
    padding: 40px 30px;
    background-color: #ffffff;
    border-right: 1px solid #f1f3f4;
}
.top-features > div:last-of-type{
    border-right: none;
}
.top-features .item-icon{
    margin-bottom: 30px;
    width: 110px;
    height: 110px;
    padding: 25px;
    border: 1px solid #2FACDE;
    border-radius: 100%;
}
.top-features .item-title{
    font-weight: bold;
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 30px;
}
@media(max-width: 991px){
    .top-features-section{
        padding: 100px 0;
    }
    .top-features{
        margin-top: 0;
    }
    .top-features .item {
        padding: 30px;
    }
    .top-features .item-icon {
        margin-bottom: 25px;
    }
    .top-features .item-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .top-features .item-text{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .top-features-section {
        padding: 60px 0 30px;
    }
    .top-features .item{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
        border-right: none;
    }
    .top-features .item-icon{
        margin: 0 auto 25px;
    }
}
/* /.top-features */





/* Services */
.services > .row{
    display: flex;
    flex-wrap: wrap;
}
.services .item {
    margin-bottom: 30px;
    overflow: hidden;
}
.services .item .img-wrapper {
    height: 200px;
    overflow: hidden;
    position: relative;
}
.services .item  .img-wrapper:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #504241;
    opacity: 0.1;
    z-index: 3;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.services .item .item-img {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.services .item:hover .item-img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.services .item:hover .img-wrapper:before {
    opacity: 0;
}
.services .item .item-content {
    padding: 0 20px;
    height: 60px;
    background: #2FACDE;
    color: #fff;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services .item-title {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1.2;
}
@media(max-width:1229px){
    .services .item .img-wrapper{
        height: 13vw;
    }
}
@media(max-width:991px){
    .services > .row{
        justify-content: center;
    }
    .services .item .img-wrapper{
        height: 15vw;
    }
    .services .item-title{
        font-size: 14px;
    }
}
@media(max-width:767px){
    .services .item .img-wrapper{
        height: 22vw;
    }
    .services .item .item-content{
        height: 8vw;
    }
    .services .item-title{
        font-size: 2.2vw;
    }
}
@media(max-width:480px){
    .services .item .item-content{
        padding: 0 8%;
    }
    .services .item-title{
        font-size: 2.5vw;
    }
}
.services-intro .img-wrapper img{
    width: 100%;
}
/* /. Services */


/* Progress block */
.features-section .container > .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.progress-block .row{
    display: flex;
    flex-wrap: wrap;
}
.progress-block .item{
    margin-bottom: 30px;
}
.progress-block .item .num{
    color: #2FACDE;
    font-size: 66px;
    font-weight: bold;
}
@media(max-width: 1229px){
    .features-section .progress-block .item .num{
        font-size: 56px;
    }
}
@media(max-width: 991px){
    .features-section .progress-block{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .features-section .progress-block .item{
        font-size: 14px;
    }
    .features-section .progress-block .item .num{
        font-size: 36px;
    }
}
/* /.Progress block */


/* Team */
.team{
    display: flex;
    flex-wrap: wrap;
    justify-content: stretch;
}
.team > div{
    margin-bottom: 30px;
}
.team .item{
    height: 100%;
    padding: 30px 20px 100px;
    position: relative;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    text-align: center;
}
.team .item:hover{
    box-shadow: 0 4px 10px rgb(0 0 0 / 25%);
}
.team .item .btn{
    margin-bottom: 0;
    position: absolute;
    bottom: 30px;
    left: 20px;
    right: 20px;
    white-space: nowrap;
    z-index: 10;
}
.team .item .img-wrapper{
    margin-bottom: 30px;
}
.team .item .img-wrapper img{
    border-radius: 100%;
}
.team .item-title{
    font-weight: 600;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 15px;
}
.team .item-units > div{
    margin-bottom: 10px;
    font-size: 13px;
}
.team .item-units span{
    display: block;
    font-weight: 600;
}

#team_carousel .slick-track{
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#team_carousel .slick-slide {
    height: inherit;
}
#team_carousel .slick-prev{
    left: -80px;
}
#team_carousel .slick-next{
    right: -80px;
}
@media(max-width:1229px){
    .team .item .btn{
        font-size: 13px;
        padding: 10px;
    }
    .team .item {
        padding: 20px 15px 80px;
    }
    .team .item-title{
        font-size: 17px;
        margin-bottom: 10px;
    }
}
@media(max-width:670px){
    .team > div{
        width: 100%;
    }
}
/* /. Team */


/* Equipment */
.equipment .item{
    margin-bottom: 30px;
}
.equipment .item-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    background: #fff;
    height: 100%;
}
.equipment .item .item-content{
    padding: 50px 40px 40px;
    width: 50%;
    display: flex;
    align-items: center;
}
.equipment .item .item-img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%;
    background-size: cover; 
    background-position: 50% 50%;
}
#equipment_carousel .slick-prev{
    left: -80px;
}
#equipment_carousel .slick-next{
    right: -80px;
}

#equipment_carousel .slick-track{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
#equipment_carousel .slick-slide {
    height: inherit;
}
@media(max-width: 991px){
    .equipment .item .item-content{
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .equipment .item .item-content{
        width: 100%;
        padding: 40px 20px;
    }
    .equipment .item .item-img{
        display: none;
    }
    #equipment_carousel .slick-track{
        display: block;
    }
}
/* /. Equipment */

/* Gallery */
.gallery > .row{
    display: flex;
    flex-wrap: wrap;
}
.gallery .item{
    margin-bottom: 30px;
    overflow: hidden;
}
.gallery .item a{
    display: block;
    position: relative;
}
.gallery .item a:after{
    content:"";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    opacity: 0;
}
.gallery .item:hover a:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}
.gallery .item a:before {
    content:"";
    width: 50px;
    height: 50px;
    background: url(../images/zoom.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -22px;
    margin-left: -22px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    opacity: 0;
}
.gallery .item:hover a:before{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}
.gallery .item img{
    width: 100%;
}
@media(max-width: 991px){
    .gallery .item{
        margin-bottom: 20px;
    }
}
/* /. Gallery */


/* /. News */

.news > .row{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.news > .row > div{
    margin-bottom: 30px;
}
.news .item{
    height: 100%;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.base-template .news .item-inner{
    box-shadow: 0 0 0 1px #eee;
}
.news .item .item-inner{
    background: #fff;
    height: 100%;
    padding-bottom: 70px;
    overflow: hidden;
}
.news .item .img-wrapper img{
    width: 100%;
}
.news .item .action-sticker{
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
    background: #FF0000;
    padding: 5px 15px;
    text-transform: uppercase;
    z-index: 2;
}
.news .item .item-body{
    padding: 30px;
}
.news .item .item-title{
    font-weight: bold;
    margin-bottom: 15px;
}
.news .item .introtext{
    font-size: 14px;
}
.news .item .more{
    position: absolute;
    left: 30px;
    bottom: 30px;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    color: #2FACDE;
    text-decoration: none;
}
.news .item .more span{
    vertical-align: text-top;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: relative;
    left: 0;
    top: -2px;
}
.news .item:hover{
    box-shadow: 0 4px 10px rgba(0,0,0,.3);
}
@media(max-width: 767px){
    .news > .row{
        display: block;
    }
}
@media(max-width: 991px) and (min-width: 768px){
    .index-template .news > .row > div:nth-of-type(3){
        display: none;
    }
}

.page-date{
    font-weight: bold;
    margin-bottom: 30px;
}
.page-date .inner {
    display: inline-block;
    background: #2FACDE;
    color: #fff;
    padding: 10px;
}
.page-date .day {
    font-size: 32px;
    line-height: 1.2;
}
.article-img{
    overflow: hidden;
}
.article-img img{
    width: 100%;
}
.article-img .page-date {
    position: absolute;
    top: 20px;
    left: 0;
}
.news-content{
    text-align: justify;
}
@media(min-width:992px){
    .news-content{
        padding-right: 15px;
    }
}
/* /. News */


/* Contacts section */
.contacts-section{
    background: #2FACDE;
    color: #fff;
}
.contacts-section a{
    color: #fff;
}
.contacts-section a:hover{
    color: #000;
}
.contacts-block .item{
    position: relative;
    padding-left: 60px;
    min-height: 40px;
    margin-bottom: 40px;
    font-size: 17px;
}
.contacts-block  .item-icon{
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    text-align: center;
}
.contacts-block  .item-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 8px;
}
/* /. Contacts section */

.middle-section{
    padding-bottom: 30px;
}
/* Breadcrumbs */
.breadcrumbs-wrapper{
    margin: 30px 0 40px;
    font-size: 14px;
}
.breadcrumb > li {
    display: inline;
    margin-right: 10px;
}
.breadcrumb > li > a{
    text-decoration: none;
}
.breadcrumb > li > a:after{
    content: '»';
    margin-left: 10px;
}
/* /. Breadcrumbs */


/* Aside menu */
.aside{
    margin-bottom: 30px;
}
.aside-menu-title{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
}
.aside-menu{
    margin-bottom: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
}
.aside-menu a {
    display: block;
    text-decoration: none !important;
    color: #616161;
    padding: 15px 36px 15px 0;
    line-height: 1.3;
}
.aside-menu li:hover > a,
.aside-menu .open > a,
.aside-menu .active > a{
    color: #2FACDE !important;
}
.aside-menu > ul ul{
    display: none;
    margin-bottom: 25px;
    padding-left: 15px;
}
.aside-menu .active > ul{
    display: block;
}
.aside-menu > ul li{
    position: relative;
}
.aside-menu > ul > li{
    border-bottom: 1px solid #EBEBEB;
}
.aside-menu > ul > li:first-of-type{
    border-top: 1px solid #EBEBEB;
}
.aside-menu > ul .dropdown-button{
    height: 50px;
    width: 36px;
    display: block;
    z-index: 20;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
}
.aside-menu > ul .dropdown-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 13px;
    top: 50%;
    right: 17px;
    background: #B3B5B7;
    margin-top: -6px;
}
.aside-menu > ul .dropdown-button.active:after{
    display: none;
}
.aside-menu > ul .dropdown-button:before {
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 1px;
    top: 50%;
    right: 17px;
    background: #B3B5B7;
    margin-right: -6px;
}
.aside-menu > ul ul .dropdown-button{
    height: 37px;
}
.aside-menu  ul ul a{
    padding: 10px 0 8px 0;
    font-size: 14px;
    position: relative;
}
/* /. Aside menu */

/* Specialist intro block */
.specialist-intro-block{
    margin-bottom: 40px;
}
.specialist-intro-block h1{
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.specialist-intro-block .specialization {
    font-size: 24px;
    margin-bottom: 30px;
    margin-top: -30px;
    color: #969696;
    font-weight: 300;
}
.experience{
    margin-bottom: 30px;
    font-size: 18px;
}
/* /. Specialist intro block */

/* Certificates */
.certificats-gallery .item{
    background: #f8f8f8;
    padding: 10px;
    height: 250px;
    margin-bottom: 20px;
    position: relative;
    border: 2px solid #eee;
    display: flex;
    align-items: center;
    justify-content: center;
}
.certificats-gallery .item > a{
    background: rgba(0,0,0, 0.5);
    opacity: 0;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.certificats-gallery .item > a:after{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/zoom.png) 50% 50% no-repeat;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.certificats-gallery .item:hover > a{
    opacity: 1;
}
.certificats-gallery .item:hover > a:after{
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -o-transform: scale(.5);
}
@media(max-width: 1229px){
    .certificats-gallery .item{
        min-height: 180px;
    }
}
@media(max-width: 991px){
    .certificats-gallery .element{
        min-height: 26vw;
    }
}
@media(max-width: 767px){
    .certificats-gallery .item{
        min-height: 65vw;
    }
}
/* /. Certificates */

/* News menu */
.inner-menu-wrapper{
    margin-bottom: 40px;
}
.inner-menu-wrapper > .row{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.inner-menu-wrapper h1{
    margin-bottom: 0;
}
.inner-menu{
    margin: 0 -10px 0;
}
.inner-menu li{
    display: inline-block;
    margin: 0 10px 0;
}
.inner-menu a{
    text-decoration: none;
    color: #A5A8B4;
    display: inline-block;
    padding-bottom: 2px;
    position: relative;
}
.inner-menu a:after{
    content:"";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #2FACDE;
    opacity: 0;
}
.inner-menu .active a:after{
    opacity: 1;
}
.inner-menu .active a,
.inner-menu a:hover{
    color: #000;
}
/* /. News menu */


/* Services categories */
.services-categories-section{
    width: 100%;
    overflow: hidden;
}
.services-categories > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.services-categories > ul > li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 40px;
    position: relative;
    padding-right: 15px;
}
.services-categories > ul > li:nth-of-type(3n){
    padding-right: 0;
}
.services-categories li a{
    font-size: 15px;
    display: inline-block;
    margin-bottom: 7px;
    line-height: 1.5;
}
.services-categories li a:hover{
    color: #2FACDE;
}
.services-categories > ul > li > a{
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 22px;
    font-size: 18px;
    position: relative;
}
.services-categories > ul > li > a:after{
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 20px;
    left: 0;
    background: #2FACDE;
}
@media(max-width: 1239px){
    .services-categories > ul > li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%;
        max-width: 50%;
        padding-right: 40px;
    }
    .services-categories > ul > li:nth-of-type(3n){
        padding-right: 40px;
    }
    .services-categories > ul > li:nth-of-type(2n){
        padding-right: 0;
    }
}
@media(max-width: 767px){
    .services-categories > ul > li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }
    .services-categories > ul > li:nth-of-type(3n){
        padding-right: 0;
    }
}
/* /. Services categories */



/* accordeon */
.accordeon .item-content{
    display: none;
    padding: 0 0 55px;
}
.accordeon .item{
    background-color: #fff;
    box-shadow: 0 0 0 1px #ebebeb;
    margin-bottom: 30px;
    padding: 0 30px 0 40px;
}
.accordeon .item .title {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 100px 30px 0;
    cursor: pointer;
    position: relative;
    color: #2FACDE;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.accordeon .item .title:hover,
.accordeon .item.active .title{
    color: #2FACDE;
}
.accordeon .item .title span {
    position:absolute;
    right: -5px;
    top: 50%;
    display: block;
    width: 63px;
    height: 22px;
    margin-top: -11px;
    cursor: pointer;
}
.accordeon .item .title span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    -webkit-transform: translate(-50%,-50%) rotateZ(-90deg);
    transform: translate(-50%,-50%) rotateZ(-90deg);
    width: 22px;
    height: 63px;
    background-image: url(../images/slider-left-arr-hover.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    max-height: 35px;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}
.accordeon .item .title span:hover:after {
    max-height: 63px;
}
.accordeon > div:first-of-type .item-content{
    display: block;
}
.accordeon > div:last-of-type{
    margin-bottom: 0;
}
.accordeon .price-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #f4f4f4;
    padding: 13px 0 3px;
}
.accordeon .price-item__title {
    font-size: 14px;
    line-height: 1.5;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
    width: calc(100% - 150px);
    max-width: calc(100% - 150px);
    padding-right: 15px;
}
.accordeon .price-item__value {
    font-size: 14px;
    line-height: 1.5;
    text-align: right;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
    width: 150px;
    max-width: 150px;
}
@media(max-width: 991px){
    .accordeon .item {
        padding: 0 20px;
        margin-bottom: 20px;
    }
    .accordeon .item .title {
        font-size: 13px;
        padding: 20px 70px 20px 0;
    }
    .accordeon .item-content {
        padding: 0 0 30px;
    }
    .accordeon .price-item {
        border-bottom-width: 1px;
    }
    .accordeon .price-item__title,
    .accordeon .price-item__value{
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .accordeon .item .title {
        font-size: 12px;
    }
    .accordeon .price-item__title,
    .accordeon .price-item__value{
        font-size: 12px;
    }
    .accordeon .item .title span{
        right: -10px;
    }
}
/* /. accordeon */

/* files */
.files-list .element{
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px;
}

.files-list .element .title{
    line-height: 1.4;
    margin-bottom: 10px;
}
.files-list .element .title span{
    color: #9A9A9A;
}
.files-list .element .text{
    font-size: 15px;
}
.files-list .element .title a:hover{
    text-decoration: underline;
}

.files-list a[href$=".doc"]:before,
.files-list a[href$=".docx"]:before{
    content:"";
    position: absolute;
    top: 1px;
    left: 0;
    width: 30px;
    height: 40px;
    background: url(../images/doc.png) 0 0 no-repeat;
}
.files-list a[href$=".xls"]:before,
.files-list a[href$=".xlsx"]:before,
.files-list a[href$=".xl"]:before{
    content:"";
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 40px;
    background: url(../images/xl.png) 0 0 no-repeat;
}
.files-list a[href$=".pdf"]:before{
    content:"";
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 40px;
    background: url(../images/pdf.png) 0 0 no-repeat;
}
/* end files */


.contacts-template .map-wrapper {
    height: 360px;
}


/* reviews */
.reviews{
    margin: 0 -15px;
    padding-bottom: 20px;
}
.rev-item,
.rev-grid-sizer{ 
    width: 100%;
}
.rev-item .inner{
    padding: 30px;
    margin: 0 15px 30px;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 15%);
}
.rev-item  .rev-header .title{
    font-weight: 300;
    font-size: 26px;
    color: #2FACDE;
}
.rev-item .rev-date{
    display: inline-block;
    background: #2FACDE;
    padding: 5px 15px;
    border: 2px solid #DFAC11;
    color: #fff;
}
.rev-text{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
    font-style: italic;
}

@media only screen and (min-width: 768px) {
    .rev-item,
    .rev-grid-sizer{ 
        width: 50%;
    }   
}
/* /. reviews */

@media(min-width: 992px){
    
    /* Custom chrome scroll */
    ::-webkit-resizer {
        background-image: url('');
        background-repeat: no-repeat;
        width: 8px;
        height: 1px;
    }
    ::-webkit-scrollbar {
        width: 8px;
    }
    ::-webkit-scrollbar-button {
        background-image: url('');
        background-repat: no-repeat;
        width: 8px;
        height: 0px;
    }
    ::-webkit-scrollbar-thumb {
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: #2FACDE;
    }
    ::-webkit-scrollbar-track {
        background-color: #2C2C2C;
    }
    /* /. Custom chrome scroll */
}


/* blog */
.blog .item{
    margin-bottom: 40px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}
.blog .item-img img{
    width: 100%;
}
.blog .item-img a{
    display: block;
    position: relative;
}
.blog .item-date{
    position: absolute;
    top: 20px;
    left: 0;
    font-weight: bold;
    margin-bottom: 30px;
}
.blog .item-date .inner {
    display: inline-block;
    background: #2FACDE;
    color: #fff;
    padding: 10px;
}
.blog .item-date .day {
    font-size: 32px;
    line-height: 1.2;
}

.blog .item-body{
    padding: 30px;
}
.blog .item-info{
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}
.blog .item-info li:not(:last-of-type){
    margin-right: 20px;
    padding-right: 20px;
}
.blog .item-info li{
    position: relative;
    line-height: 1.4;
}
.blog .item-info li:not(:last-of-type):after{
    content: "";
    width: 1px;
    background: #000;
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 0;
}
.blog .item-title{
    line-height: 1.2;
}
.blog .item-intro{
    margin-bottom: 30px;
}
.blog-columns .pagination{
    text-align: left;
}
@media(max-width: 991px){
    .blog-columns .aside-menu{
        margin-top: 30px;
        border: 2px solid #EBEBEB;
        padding: 30px;
    }
    .blog-columns .aside-menu-title{
        font-weight: bold;
    }
}
@media(max-width: 767px){
    .blog .item-info{
        border-bottom: 1px solid #ccc;
        padding-bottom: 15px;
    }
    .blog .item-info li{
        width: 100%;
        padding-right: 0;
        margin-right: 0;
        margin-bottom: 10px;
        font-size: 15px;
    }
    .blog .item-info li span{
        display: block;
        font-weight: 500;
        font-size: 13px;
    }
    .blog .item-info li:after{
        display: none;
    }
    .blog .item-body{
        padding: 20px 20px 10px;
    }
    .blog .item-intro{
        font-size: 14px;
    }
    .blog .item-title{
        font-size: 16px;
        line-height: 1.4;
    }
    .blog .item-title a{
        color: #000;
    }
    .blog .item-intro{
        display: none;
    }
}

.author-block{
    margin-bottom: 50px;
}
.author-block-body{
    border: 2px solid #2FACDE;
    padding: 30px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.author-block-body .item-img{
    width: 200px;
    border-radius: 50%;
    overflow: hidden;
}
.author-block-body .item-content{
    width: calc(100% - 200px);
    padding-left: 50px;
}
.author-block-body .item-intro-title{
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.author-block-body .author-name{
    font-size: 22px;
    line-height: 1.2;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.author-block-body .author-post{
    text-transform: uppercase;
    font-size: 13px;
    color: #a5a5a5;
}
.author-block-body .btn{
    margin: 30px 0 0;
}
.author-block-footer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
}
.author-block-footer .item-published{
    margin-right: 30px;
}
.author-block-footer .item span{
    font-weight: bold;
}

.aside-services{
    padding-top: 20px;
}
.aside-services-title{
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1;
}
.aside-services .item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}
.aside-services .item-img{
    width: 80px;
    height: 80px;
}
.aside-services .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover
}
.aside-services .item-img + .item-body{
    width: calc(100% - 80px);
    padding-left: 15px;
}
.aside-services .item-title{
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: bold;
    color: #333333;
    font-size: 16px;
}
.aside-services .item .more{
    font-size: 12px;
}

@media(max-width: 767px){
    .author-block-body{
        padding: 15px;
    }
    .author-block-body .item-img{
        width: 100px;
        height: 100px;
    }
    .author-block-body .item-content {
        width: calc(100% - 100px);
        padding-left: 15px;
    }
    .author-block-body .item-intro-title{
        font-size: 12px;
    }
    .author-block-body .author-name{
        font-size: 16px;
    }
    .author-block-body .author-post{
        font-size: 10px;
    }
    .author-block-body .btn{
        margin: 10px 0 5px;
        padding: 4px 10px;
        font-size: 13px;
    }
}
@media(max-width: 399px){
    .author-block-body{
        align-items: flex-start;
    }
    .author-block-body .btn{
        padding-left: 20px;
        padding-right: 20px;
    }
    .author-block-body .btn span{
        display: none;
    }
    .author-block-body{
        padding: 15px 10px;
    }
    .author-block-body .item-img{
        width: 80px;
        height: 80px;
    }
    .author-block-body .item-content {
        width: calc(100% - 80px);
        padding-left: 10px;
    }
    .author-block-body .author-name{
        font-size: 14px;
    }
}
/* /. blog */

.recaptcha-wrapper{
    margin: 20px 0;
}
@media(max-width:420px) {
  div[id^="recaptcha"] {
    width: 230px;
    transform: scale(.79);
    transform-origin: 0 0;
  }
}
@media (max-width:340px) {
  div[id^="recaptcha"] {
    transform: scale(.75);
    transform-origin: 0 0;
  }
}

/* messagers fixed buttons */
.messagers-block{
    width: 80px;
    height: 80px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}
.messagers-block-main-btn {
    background: url(../images/vidget/feedbackbutton.svg) 50% 50% no-repeat #149BD0;
    border: 2px solid #149BD0;
    background-size: 80%;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    cursor: pointer;
    animation: btnpulse 2s infinite;
    position: relative;
    z-index: 10;
}

@keyframes btnpulse {
  0% {
    box-shadow: 0 0 0 0 rgba(20,155,208, 0.4);
  }
  70% {
      box-shadow: 0 0 0 20px rgba(20,155,208, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(20,155,208, 0);
  }
}
.messagers-block-main-btn:hover {
    animation: none;
}
.messagers-block.active .messagers-block-main-btn{
    background: url(../images/vidget/feedbackbutton-active.svg) 50% 50% no-repeat #fff;
    animation: none;
}
.messagers-block-buttons{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.messagers-block-buttons > a{
    position: absolute;
    left: calc(50% - 20px);
    top: calc(50% - 40px);
    z-index: 5;
    display: block;
    width: 40px;
    height: 40px;
    margin: auto;
    cursor: pointer;
    border-radius: 100%;
    visibility: hidden;
    opacity: 0;
    transform: translate(0, 0);
    transition: all 0.2s ease-out 0s;
    text-decoration: none !important;
}
.messagers-block-buttons > a:hover{
    filter: brightness(114%);
}
.messagers-block-buttons > a.telegram-btn{
    background: #2ca8dd url(../images/vidget/telegram.svg) 50% no-repeat;
    background-size: 80%;
}
.messagers-block-buttons > a.whatsap-btn{
    background: #2AC54D url(../images/vidget/whatsapp.svg) 50% no-repeat;
    background-size: 60%;
}
.messagers-block-buttons > a.viber-btn{
    background: #7360F2 url(../images/vidget/viber.svg) 50% no-repeat;
    background-size: 60%;
}
.messagers-block-buttons > a.phone-btn{
    background: #2e79f2 url(../images/vidget/messagers-btns-phone.svg) 50% no-repeat;
    background-size: 50%;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(4){
    transform: translate( 0, -190px);
    transition-duration: 400ms;
}

.messagers-block.active .messagers-block-buttons > a:nth-of-type(1) {
    transform: translate( 0, -55px);
    transition-duration: 200ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(2){
    transform: translate( 0, -100px);
    transition-duration: 300ms;
}
.messagers-block.active .messagers-block-buttons > a:nth-of-type(3){
    transform: translate( 0, -145px);
    transition-duration: 400ms;
}
.messagers-block.active .messagers-block-buttons > a{
    visibility: visible;
    opacity: 1;
}
/* /. messagers fixed buttons */

