button,input {
    border: none
}

body,h1,h2,h3,h4,h5,h6 {
    line-height: 1.2;
    font-weight: 400
}

*,.row,p,ul {
    margin: 0
}

.button,.header-descr-button a,.order-form .timer-wrap h5,.subtitle {
    text-transform: uppercase
}

* {
    padding: 0
}

footer,header,nav,section {
    margin: 0 auto
}
/* animation */
.cifer {
  opacity: 1!important;
  transition: opacity 500ms ease;
  -ms-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
}

.cifer.animated {
  opacity: .2!important;
}
body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333
}

html * {
    max-height: 1000000px
}

.clear {
    clear: both
}

::-webkit-input-placeholder {
    color: #b1b1b1;
    opacity: 1
}

:-moz-placeholder {
    color: #b1b1b1;
    opacity: 1
}

::-moz-placeholder {
    color: #b1b1b1;
    opacity: 1
}

:-ms-input-placeholder {
    color: #b1b1b1;
    opacity: 1
}

.timer-wrap .flip-clock-wrapper ul li:first-child,.timer-wrap .flip-clock-wrapper ul.play li.flip-clock-before {
    opacity: 0
}

a:active,a:focus,a:hover,a:link,a:visited {
    outline: 0;
    text-decoration: none;
    color: inherit
}

button,button:active,button:focus,input:focus,span:focus {
    outline: 0
}

textarea,textarea:active,textarea:focus {
    border: 0;
    outline: 0;
    resize: none
}

button {
    cursor: pointer
}

button::-moz-focus-inner,input[type=button]::-moz-focus-inner {
    border: none
}

input.error:focus,textarea.error:focus {
    background-color: #e36b6b
}

.fancybox-opened .fancybox-skin {
    box-shadow: none
}

.fancybox-skin {
    background: 0 0
}

h1,h2,h3,h4,h5,h6 {
    margin: 0
}

.header-info a:nth-of-type(2),.header-title h1 {
    font-weight: 900;
    font-family: 'Uni Sans'
}

ul {
    list-style: none
}

.val {
    width: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle
}

.header-info a,span.clearfix {
    display: block
}

.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
    height: 55px;
    z-index: 5;
    background-color: #327eaf;
    text-align: center
}

.header-info a,.header-slog h3 {
    font-size: 20px
}

header {
    background: url(../1.jpg) center top no-repeat;
    background-size: cover;
}

.header-top-line .col-md-3:nth-of-type(1) {
    padding-left: 0
}

.header-top-line .col-md-3:nth-of-type(3) {
    padding-right: 0
}

.header-logo {
    margin-top: 21px;
    position: relative
}

.header-info:before,.header-logo:after {
    content: "";
    width: 104px;
    height: 100px;
    position: absolute;
    right: 8px;
    top: -23px;
    border-radius: 50%;
    background-color: transparent;
    pointer-events: none
}

.header-info,.mainform-title span {
    position: relative
}

.header-slog {
    margin-top: 27px
}

.header-info {
    margin-top: 12px
}



.header-info a:nth-of-type(2) {
    margin-top: 5px;
    font-size: 23px
}

.header-info a:nth-of-type(3) {
    display: inline-block;
    margin-top: 5px;
    border-bottom: 2px dotted #2498ba;
    color: #2498ba;
    -webkit-transition: .5s;
    transition: .5s
}

.header-info a:nth-of-type(3):hover {
    border-color: transparent
}

.header-descr {
    float: left;
    width: 580px;
    margin-top: 90px;
}

.header-title {
    margin-top: 35px
}

.header-title h1 {
    font-size: 36px
}

.header-title h1 span {
    display: block;
    font-weight: 300
}

.header-form {
    float: right;
    width: 340px;
    margin-right: -10px
}

.header-descr-item {
    width: 180px;
    height: 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 9px;
    border-radius: 5px;
    background: #d00000;
    box-shadow: 2px 4px 6px 0 rgba(134, 140, 150, 0.65);
}

.header-descr-item i,.header-descr-item p {
    display: inline-block;
    vertical-align: middle
}

.header-descr-item i {
    width: 40px;
    margin-left: 20px;
    text-align: center
}

.header-descr-item p {
    width: 270px;
    margin-left: 19px;
    font-size: 20px;
    color: #fff
}

.header-descr-button a span,.mainform-title span {
    margin-left: 10px;
    display: inline-block
}


.header-descr-button {
    margin-top: 9px
}

.header-descr-button a {
    display: inline-block;
    border-radius: 5px;
    background-color: rgba(255,255,255,.9);
    font-size: 18px;
    color: #2498ba;
    font-weight: 700;
    text-align: center;
    padding:15px 30px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.19);
}

.mainform {
    width: 340px;
    margin-top: 20px;
    padding-bottom: 13px;
    border-radius: 3px;
    
}

.mainform input {
    width: 300px;
    height: 44px;
    line-height: 40px;
    margin-top: 20px;
    border-radius: 3px;
   
    background-color: #fff;
    text-align: center;
    font-size: 20px
}

.mainform button {
    margin-top: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.mainform-title {
    
    
    
    font-size: 20px
}

.mainform-title h4 {
    font-family: 'Uni Sans';
    font-size: 20px;
    font-weight: 900
}

.mainform-title span:nth-of-type(1):after {
    content: "";
    width: 100px;
    height: 3px;
    position: absolute;
    left: -10px;
    top: 10px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background-color: #b94804
}

.mainform-title span:nth-of-type(2) {
    color: #ffd69c
}

.mainform-title strong {
    font-weight: 700
}

.button {
    display: inline-block;
    width: 300px;
    height: 54px;
    line-height: 54px;
    border-radius: 5px;
    background: #2498ba;
    
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-size: 20px
}

.button:active,.timer-wrap .flip-clock-wrapper .flip {
    box-shadow: none
}

.button:hover {
    background: #076682;
    
}

.button:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.timer-wrap {
    margin-top: 28px
}

.timer-wrap p {
    font-size: 20px;
    color: #fff
}

.timer-wrap .flip-clock-wrapper {
    display: inline-block;
    width: 300px;
    height: 67px;
    margin-top: 20px;
    text-align: inherit
}

.comments-slider-item-img:before,.work-item-img:before {
    content: "";
    box-shadow: inset 0 -20px 40px -10px rgba(255,255,255,.7);
    pointer-events: none
}

.timer-wrap .flip-clock-wrapper ul {
    margin: 0;
    width: 30px;
    height: 67px;
    background: rgba(36,152,186,.5);
    font-size: 26px
}

.timer-wrap .flip-clock-wrapper ul:nth-of-type(even) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    text-align: left
}

.timer-wrap .flip-clock-wrapper ul:nth-of-type(odd) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: right
}

.timer-wrap .flip-clock-wrapper ul li a div div.inn {
    background: 0 0;
    line-height: 45px;
    font-size: 26px;
    color: #ffd69c;
    border: none;
    font-family: agora;
    font-weight: 700;
    text-shadow: none;
    text-align: inherit
}

.timer-wrap .flip-clock-wrapper ul.play li.flip-clock-active .down,.timer-wrap .flip-clock-wrapper ul.play li.flip-clock-active .down .shadow,.timer-wrap .flip-clock-wrapper ul.play li.flip-clock-active .up .shadow,.timer-wrap .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow,.timer-wrap .flip-clock-wrapper ul.play li.flip-clock-before .up,.timer-wrap .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
    background: 0 0;
    animation: none;
    -ms-animation: none;
    -moz-animation: none;
    -webkit-animation: none
}

.timer-wrap .flip-clock-wrapper ul li a div.up:after {
    content: "";
    display: none
}

.timer-wrap .flip-clock-wrapper ul.play li.flip-clock-active {
    background: 0 0;
    -webkit-animation: none;
    animation: none
}

.timer-wrap .flip-clock-divider.days .flip-clock-label {
    right: -45px
}

.timer-wrap .flip-clock-divider.hours .flip-clock-label {
    right: -47px
}

.timer-wrap .flip-clock-divider.minutes .flip-clock-label {
    right: -48px
}

.timer-wrap .flip-clock-divider.seconds .flip-clock-label {
    right: -52px
}

.timer-wrap .flip-clock-divider .flip-clock-label {
    font-family: agora;
    font-size: 14px;
    color: #7be1ff;
    top: 40px;
    z-index: 2
}

.subtitle h2,.work-item-img p {
    font-family: 'Uni Sans'
}

.timer-wrap .flip-clock-dot {
    display: none
}

section.diagnostics {
    min-height: 994px;
    background: url(../img/bg2.jpg) center top no-repeat
}

.subtitle h2 {
    font-weight: 900;
    font-size: 36px;
    color: #595959
}

.subtitle h2 span {
    color: #4ac8ed
}

.diagnostics-title {
    margin-top: 63px
}

.diagnostics-item {
    height: 300px;
    margin-top: 60px;
    position: relative
}

.diagnostics-item:before {
    content: "";
    width: 247px;
    height: 86px;
    position: absolute;
    right: -20px;
    top: 143px;
    background: url(../img/shadow1.png) center top no-repeat
}

.diagnostics-item-img {
    display: inline-block;
    width: 180px;
    height: 220px;
    line-height: 184px;
    position: relative;
    background: url(../img/item-bg3.png) center top no-repeat;
    z-index: 1
}

.diagnostics-item-img i {
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1)
}

.diagnostics-item-img:hover i {
    -webkit-filter: none;
    filter: none
}

.diagnostics-item-descr {
    margin-top: 26px;
    padding: 0 30px
}

.diagnostics-item-descr h4 {
    font-size: 22px;
    color: #595959;
    font-weight: 500
}

.diagnostics-button {
    margin-top: 40px;
    color: #fff
}

.diagnostics-button a {
    width: 378px;
    height: 54px
}

.diagnostics-button a span {
    display: inline-block;
    margin-left: 10px
}

section.discount {
    min-height: 908px;
    background: url(../img/bg3.jpg) center top no-repeat
}

.discount-title {
    margin-top: 63px
}

.discount-title h2 {
    color: #3f3e3e
}

.discount-title h3 {
    margin-top: 12px;
    font-size: 26px;
    font-weight: 500;
    color: #fff
}

.discount-title h3 span {
    color: #ffd093
}

.discount-item {
    margin-top: 45px;
    position: relative
}

.discount-item:before {
    content: "";
    width: 158px;
    height: 45px;
    position: absolute;
    top: 34px;
    left: 3px;
    background: url(../img/shadow2.png) center top no-repeat
}

.discount-item:hover .discount-item-img {
    background-image: url(../img/item-bg4-hover.png)
}

.discount-item:hover .discount-item-descr {
    color: #fff
}

.discount-item:nth-of-type(2) .discount-item-descr,.discount-item:nth-of-type(4) .discount-item-descr {
    padding-right: 400px
}

.discount-item:nth-of-type(3) .discount-item-descr {
    padding-right: 500px
}

.discount-item-img {
    display: inline-block;
    vertical-align: middle;
    width: 111px;
    height: 71px;
    line-height: 71px;
    margin-left: 7px;
    padding-left: 25px;
    position: relative;
    background: url(../img/item-bg4.png) center top no-repeat;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s
}

.discount-item-descr {
    display: inline-block;
    vertical-align: middle;
    width: 780px;
    margin-left: 45px;
    font-size: 22px;
    font-weight: 500;
    color: #3f3f3f;
    -webkit-transition: .5s;
    transition: .5s
}

section.order {
    min-height: 679px;
    background: url(../img/bg4.jpg) center top no-repeat
}

.order-form {
    float: right;
    margin-right: -10px;
    margin-top: 72px
}

.order-form .timer-wrap h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

section.work {
    min-height: 942px;
    background: url(../img/bg5.jpg) center top no-repeat
}

.work-title {
    margin-top: 63px
}

.work-items-wrap {
    margin-top: 60px;
    position: relative
}

.work-items-wrap:before {
    content: "";
    width: 600px;
    height: 458px;
    position: absolute;
    left: 50%;
    margin-left: -305px;
    top: 21px;
    background: url(../img/arrow3.png) center top no-repeat;
    pointer-events: none
}

.work-item {
    height: 305px;
    position: relative
}

.work-item-img,.work-item-img:before {
    width: 180px;
    height: 180px;
    border-radius: 50%
}

.work-item:nth-of-type(n+4) {
    margin-top: 10px
}

.work-item-img {
    display: inline-block;
    position: relative;
    background-color: #35abce;
    overflow: hidden
}

.work-item-img:before {
    position: absolute;
    left: 0;
    top: -16px;
    background-color: transparent
}

.work-item-img i {
    position: absolute;
    right: 35px;
    bottom: 76px;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    -webkit-transition: .5s;
    transition: .5s
}

.work-item-img p {
    position: absolute;
    left: 8px;
    bottom: 0;
    opacity: .2;
    font-size: 104px;
    color: #fff;
    font-weight: 900
}

.comments-slider-item-title h4,.work-item-descr {
    font-size: 22px;
    font-weight: 500
}

.work-item-img:hover i {
    -webkit-filter: none;
    filter: none
}

.work-item-descr {
    margin-top: 15px;
    padding: 0 20px;
    color: #595959
}

.work-button {
    margin-top: 28px;
    color: #fff
}

.work-button a span {
    display: inline-block;
    -webkit-transform: rotate(-90deg) translateX(1px);
    transform: rotate(-90deg) translateX(1px)
}

section.comments {
    min-height: 791px;
    background: url(../img/bg6.jpg) center top no-repeat
}

.comments-title {
    margin-top: 63px
}

.comments-slider {
    width: 1250px;
    margin: 0 auto
}

.comments-slider .owl-controls .owl-nav .owl-next,.comments-slider .owl-controls .owl-nav .owl-prev {
    width: 61px;
    height: 54px;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    background: url(../img/slider-button.png) center top no-repeat;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-slider .owl-controls .owl-nav .owl-next:hover,.comments-slider .owl-controls .owl-nav .owl-prev:hover {
    background-image: url(../img/slider-button-hover.png)
}

.comments-slider .owl-controls .owl-nav .owl-prev {
    left: 53px
}

.comments-slider .owl-controls .owl-nav .owl-next {
    right: 53px;
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.comments-slider-item-wrap {
    padding: 0 143px
}

.comments-slider-item {
    margin-top: 40px
}

.comments-slider-item:nth-of-type(odd) .comments-slider-item-img-wrap {
    float: left;
    margin-left: 10px
}

.comments-slider-item:nth-of-type(odd) .comments-slider-item-descr-wrap {
    float: right;
    margin-right: -5px
}

.comments-slider-item:nth-of-type(even) .comments-slider-item-img-wrap {
    float: right;
    margin-right: 11px;
    text-align: right
}

.comments-slider-item:nth-of-type(even) .comments-slider-item-descr-wrap {
    float: left;
    margin-left: -7px;
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.comments-slider-item:nth-of-type(even) .comments-slider-item-descr-wrap .comments-slider-item-descr {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1)
}

.comments-slider-item-img-wrap {
    width: 180px;
    margin-top: 17px;
    position: relative
}

.comments-slider-item-img-wrap:before {
    content: "";
    width: 254px;
    height: 94px;
    position: absolute;
    right: -160px;
    top: 100px;
    background: url(../img/shadow3.png) center top no-repeat
}

.comments-slider-item-img {
    display: inline-block;
    width: 180px;
    height: 180px;
    padding: 10px;
    border-radius: 50%;
    background-color: #35abce;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.comments-slider-item-img:before {
    width: 220px;
    height: 180px;
    border-radius: 50%;
    position: absolute;
    left: -20px;
    top: -25px;
    background-color: transparent
}

.comments-slider-item-img img {
    position: relative;
    border-radius: 50%;
    z-index: 1
}

.comments-slider-item-title {
    margin-top: 15px;
    color: #595959
}

.footer-info a:nth-of-type(2),.popupform-title h4,.popupthx .popupform-title h3 {
    font-family: 'Uni Sans';
    font-weight: 900
}

.comments-slider-item-title p {
    margin-top: 6px
}

.comments-slider-item-descr-wrap {
    width: 747px;
    height: 280px;
    padding: 17px 0 17px 110px;
    background: url(../img/item-bg5.png) center top no-repeat
}

.comments-slider-item-descr {
    width: 620px;
    height: 246px;
    padding: 40px;
    border-radius: 10px;
    position: relative;
    overflow: hidden
}

.comments-slider-item-descr:after,.comments-slider-item-descr:before {
    content: '"';
    position: absolute;
    top: 5px;
    left: 20px;
    font-family: 'Uni Sans';
    font-weight: 900;
    font-size: 36px;
    color: #4ac8ed
}

.comments-slider-item-descr:after {
    left: auto;
    top: auto;
    right: 10px;
    bottom: -10px
}

.owl-carousel .owl-item img {
    -webkit-transform-style: inherit;
    transform-style: inherit
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: visible
}

section.support {
    min-height: 610px;
    background: url(../img/bg7.jpg) center top no-repeat
}

.support-title {
    margin-top: 63px
}

.support-title h2 {
    color: #3f3f3f
}

.support-title h2 span {
    color: #fff
}

.support-form {
    float: right;
    margin-right: -10px;
    margin-top: 61px;
    background: #fff
}

.support-form .mainform-title {
    background: url(../img/item-bg6.png) center top no-repeat
}

.support-form .mainform-title h4 {
    color: #4ac8ed
}

.support-form .mainform-title p {
    color: #595959
}

.support-form.mainform {
    padding-bottom: 35px
}

.support-form.mainform input {
    border-color: #ccc
}

footer {
    padding-bottom: 20px;
    background-color: #fff
}

footer .col-md-3:nth-of-type(1) {
    padding-left: 0
}

footer .col-md-3:nth-of-type(2) {
    padding-right: 0
}

.footer-logo {
    margin-top: 39px;
    position: relative
}

.footer-info:before,.footer-logo:after {
    content: "";
    width: 140px;
    height: 140px;
    position: absolute;
    right: 8px;
    top: -45px;
    border-radius: 50%;
    background-color: transparent;
    box-shadow: inset -20px 0 24px -20px rgba(69,186,220,.4);
    pointer-events: none
}

.footer-copyright {
    margin-top: 61px;
    font-size: 20px;
    color: #8f8f8f
}

.footer-info {
    margin-top: 29px;
    position: relative
}

.footer-info:before {
    left: -20px;
    top: -35px;
    right: auto;
    box-shadow: inset 20px 0 24px -20px rgba(69,186,220,.4)
}

.footer-info a {
    display: block;
    font-size: 20px
}

.footer-info a:nth-of-type(2) {
    margin-top: 5px;
    font-size: 23px
}

.footer-info a:nth-of-type(3) {
    display: inline-block;
    margin-top: 5px;
    border-bottom: 2px dotted #ff9306;
    color: #ff9306;
    -webkit-transition: .5s;
    transition: .5s
}

.footer-info a:nth-of-type(3):hover {
    border-color: transparent
}

.popupform {
    width: 340px;
    padding-bottom: 30px;
    border-radius: 3px;
    background: url(../img/item-bg2.jpg) center bottom no-repeat;
    display: none
}

.popupform input {
    width: 300px;
    height: 44px;
    line-height: 40px;
    margin-top: 20px;
    border-radius: 3px;
    border: 2px solid #27b1d9;
    background-color: #fff;
    text-align: center;
    font-size: 20px
}

.popupform button {
    margin-top: 20px;
    color: #fff
}

.popupform-title {
    padding: 28px 0;
    margin-bottom: 10px;
    border-radius: 3px;
    background-color: #2498ba;
    color: #fff;
    font-size: 20px
}

.popupform-title h4 {
    font-size: 20px
}

.popupform-title p {
    margin-top: 5px
}

.popupthx {
    width: 340px;
    background: url(../img/item-bg2.jpg) center bottom no-repeat;
    display: none
}

.popupthx .popupform-title {
    padding: 40px 0
}

.popupthx .popupform-title h3 {
    font-size: 20px;
    text-transform: uppercase
}

.popupthx p {
    padding: 30px 0;
    font-size: 20px;
    color: #fff
}

.fancybox-close {
    width: 30px;
    height: 30px;
    top: 0;
    right: -40px;
    background: url(../img/close-icon.png) center top no-repeat;
    -webkit-transition: .5s;
    transition: .5s
}

.fancybox-close:hover {
    background: url(../img/close-icon-hover.png) center top no-repeat
}
.items-list {
    margin: 0 -10px;
 
    padding: 0 0 20px 0;
    list-style: none;
    position: relative;
}
.items-list li {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    text-align: center;
}
.ppp {
  display: inline-block;
  
  position: relative;
  cursor:pointer;

  
}
.ppp:hover::after {
  content: attr(data-info);
  position: absolute;
  width: 180px;
  height:45px;
  left: 140px;
  top:-7px;
  border-radius: 5px;
  background-color: #2498ba;
  text-align: center;
  color: #fff;
  cursor: pointer;
  box-shadow: 2px 4px 6px 0 rgba(134, 140, 150, 0.65);
  vertical-align:middle;
  font-size: 36px;
  animation: sheen 0.5s forwards; 
}
@keyframes sheen {
  100% {
    transform: rotateZ(-10deg) translate(10px, -10px);
  }
}