﻿/* mini reset */
html, body, div, p, h1, h2, h3, h4, h5, h6, a, span, img, ol, ul, li, form, input {
    margin: 0;
    padding: 0;
    outline: 0;
    font-size: 100%;
    font-weight: normal;
    background: transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* end mini reset */

/* PopUp на выход курсора*/
.mouse_moved {
    position: fixed;
}
.line_top {
    width: 100%;
    height: 10px;
    top: 0;
}
.line_bottom {
    width: 100%;
    height: 10px;
    bottom: 0;
}
.line_left {
    width: 10px;
    height: 100%;
    left: 0;
    top: 0;
}
.line_right {
    width: 10px;
    height: 100%;
    right: 0;
    top: 0;
}
/* PopUp на выход курсора конец*/

/*PopUp на заказы*/
.show-message{
    font-family: sans-serif;
}
.blink {
    color: red!important;
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    text-decoration: line-through;
}
.show-message p{
    margin: 0!important;
}

/* крестик */
.show-message>div:before{
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    width: 15px;
    height: 5px;
    background: red;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.show-message>div:after{
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    width: 15px;
    height: 5px;
    background: red;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/* крестик конец*/

/* Спайт начало */
.everad-sprite{
    background: url('../img/everad_sprite.png') no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-right: 5px;
}
.everad-sprite-bucket{
    background-position: -5px -5px;
}
.everad-sprite-callback{
    background-position: -65px -5px;
}
.everad-sprite-online_user{
    background-position: -5px -65px;
}
/* Спайт конец */

.show-message__info {
    width: 248px;
    line-height: normal;
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 19px;
    font-family: sans-serif;
}
.show-message__info span{
    font-size: 20px;
    font-family: sans-serif;
}
.show-message__left{
    font-size: 14px;
}
.show-message__left span{
    font-size: 15px;
}
.show-message_call{
    background-color: #363636;
}
.show-message__info span{
    color: #ffffff;
}
.package_left, .package_left span{
    font-size: 15px!important;
}
#ouibounce-modal{
    background-color: rgba(0, 0, 0, 0.9);
}
.show-message_online{
    background-color: #CD5555;
    background-color: rgba(0, 0, 0, 0.9);
}
.show-message__inner{
    line-height: 90px;
    display: inline-block;
    vertical-align: middle;
}
.show-message__item, .show-message__item-first {
    cursor: pointer;
    position: fixed;
    right: 20px;
    top: 120px;
    width: 318px;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    padding: 5px;
    font-size: 14px;
    line-height: 90px;
    border-radius: 10px;
    display: none;
    z-index:98;
}
.lost_position{
    display: none !important;
    opacity: 0 !important;
}
.block_position{
    display: block!important;
    opacity: 1 !important;
}
.popup-off{
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

@media screen and (max-width:767px){
    .show-message__item,.show-message__item-first {
        top: auto;
        right: 10px;
        bottom: 10px;
    }
    .show-message__info {
        width: 230px;
    }
    .show-message__item, .show-message__item-first {
        width: 300px;
    }
}

@media screen and (max-width:319px){
    .show-message__item,.show-message__item-first {
        width: 225px;
    }
    .show-message__info {
        width: 155px;
        font-size: 15px;
    }
    .show-message__info span {
        font-size: 17px;
    }
    .show-message__icon {
        width: 38px!important;
    }
    .show-message__info br{display: none;}
}


@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

/*PopUp на заказы конец*/


/*Трубка вызова формы*/

.cbh-phone{position:fixed;  right: 10px;bottom: 10px; visibility:hidden;background-color:transparent;width:200px;height:200px;cursor:pointer;z-index:99;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transition:visibility .5s;-moz-transition:visibility .5s;-o-transition:visibility .5s;transition:visibility .5s}
.cbh-phone.cbh-show{visibility:visible}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;-ms-transform:none;transform:none}}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%,0,0);-ms-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}
.cbh-phone.cbh-static1{opacity:.6}
.cbh-phone.cbh-hover1{opacity:1}
.cbh-ph-circle{width:160px;height:160px;top:20px;left:20px;position:absolute;background-color:transparent;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid rgba(30,30,30,.4);opacity:.1;-webkit-animation:cbh-circle-anim 1.2s infinite ease-in-out;-moz-animation:cbh-circle-anim 1.2s infinite ease-in-out;-ms-animation:cbh-circle-anim 1.2s infinite ease-in-out;-o-animation:cbh-circle-anim 1.2s infinite ease-in-out;animation:cbh-circle-anim 1.2s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle1{-webkit-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;-o-animation:cbh-circle-anim 1.1s infinite ease-in-out!important;animation:cbh-circle-anim 1.1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle{-webkit-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-moz-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-ms-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;-o-animation:cbh-circle-anim 2.2s infinite ease-in-out!important;animation:cbh-circle-anim 2.2s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
.cbh-phone.cbh-green .cbh-ph-circle{border-color:rgba(0,175,242,1);opacity:.5}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle{border-color:rgba(204,204,204,1);opacity:.5}
.cbh-phone.cbh-gray .cbh-ph-circle{border-color:rgba(117,235,80,1);opacity:.5}
.cbh-ph-circle-fill{width:100px;height:100px;top:50px;left:50px;position:absolute;background-color:#000;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.1;-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition:all .5s;-moz-transition:all .5s;-o-transition:all .5s;transition:all .5s}
.cbh-phone.cbh-active .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important;animation:cbh-circle-fill-anim 1.7s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-circle-fill{-webkit-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-moz-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-ms-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;-o-animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;animation:cbh-circle-fill-anim 2.3s infinite ease-in-out!important;opacity:0!important}         .cbh-phone.cbh-hover .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
.cbh-phone.cbh-green .cbh-ph-circle-fill{background-color:rgba(0,175,242,.5);opacity:.75!important}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-circle-fill{background-color:rgba(204,204,204,.5);opacity:.75!important}
.cbh-phone.cbh-gray .cbh-ph-circle-fill{background-color:rgba(117,235,80,.5);opacity:.75!important}
.cbh-ph-img-circle1{width:60px;height:60px;top:70px;left:70px;position:absolute;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);background-color:rgba(30,30,30,.1);background-position:center center;background-repeat:no-repeat;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;border:2px solid transparent;opacity:.7;-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out;animation:cbh-circle-img-anim 1s infinite ease-in-out}
.cbh-phone.cbh-active .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 1s infinite ease-in-out!important;animation:cbh-circle-img-anim 1s infinite ease-in-out!important}
.cbh-phone.cbh-static .cbh-ph-img-circle1{-webkit-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-moz-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-ms-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;-o-animation:cbh-circle-img-anim 0s infinite ease-in-out!important;animation:cbh-circle-img-anim 0s infinite ease-in-out!important}
.cbh-phone.cbh-hover .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-green.cbh-hover .cbh-ph-img-circle1:hover{background-color:rgba(117,235,80,1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-green .cbh-ph-img-circle1{background-color:rgba(0,175,242,1)}
.cbh-phone.cbh-gray.cbh-hover .cbh-ph-img-circle1{background-color:rgba(204,204,204,1)}
.cbh-phone.cbh-gray .cbh-ph-img-circle1{background-color:rgba(117,235,80,1)}@-moz-keyframes cbh-circle-anim{0%{-moz-transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1;-moz-opacity:.1;-webkit-opacity:.1;-o-opacity:.1}30%{-moz-transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5;-moz-opacity:.5;-webkit-opacity:.5;-o-opacity:.5}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg);opacity:.6;-moz-opacity:.6;-webkit-opacity:.6;-o-opacity:.1}}@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}100%,50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}
.cbh-ph-img-circle1 {}
.cbh-phone.cbh-green .cbh-ph-circle {border-color: rgba(0, 175, 242, 1)}
.cbh-phone.cbh-green .cbh-ph-circle-fill {background-color: rgba(0, 175, 242, 1);}
.cbh-phone.cbh-green .cbh-ph-img-circle1 {background-color:rgba(0, 175, 242, 1);}
body, div, dl, dt, dd, ul, ol, li, nav, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

@media screen and (max-width: 991px) {
    #clbh_phone_div{display: none !important;}
}
/*Трубка вызова формы конец*/



/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(http://eretis.xcartpro.com/r2/files/eroforce_3/img/default.htm) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
li,
form,
input {
    outline: none;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    color: inherit;
}

body {
  font-family: Roboto, Arial, sans-serif;
}


.clear {
    clear: both;
    float: none!important;
}

.content {
    width: 980px;
    margin: 0 auto;
    display: block;
}


/*Header*/

img.log {
    float: left;
}

ul.top-ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    font-family: "Roboto";
    padding-left: 45px;
}

ul.top-ul li:nth-child(1) {
    background: url('../img/point-1.png')no-repeat left center;
}

ul.top-ul li:nth-child(2) {
    background: url(../img/point-2.png)no-repeat left center;
    margin-left: 65px;
    padding-left: 54px;
}

ul.top-ul {
    width: 435px;
    margin-left: 251px;
    margin-top: 0;
    float: left;
}

span.bold {
    font-size: 18px;
    font-family: "Roboto";
    font-weight: 700;
}

.header-top {
    padding-top: 5px;
    padding-bottom: 4px;
}

button.get-call {
    float: right;
    background: #c50000;
    color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    margin-left: 20px;
    width: 148px;
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    height: 33px;
    margin-top: 3px;
    cursor: pointer;
    border-radius: 4px;
}

.header-bottom {
    background: #22252e;
    padding-top: 20px;
}

h1 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 44px;
    color: #fff;
    text-align: center;
    letter-spacing: -0.9px;
    line-height: 47px;
}

h2 {
    font-size: 23px;
    color: #fff;
    font-family: "Roboto";
    text-align: center;
    letter-spacing: -0.5px;
    margin-top: 11px;
    line-height: 30px;
}

.header-main {
    margin-top: 25px;
        padding-bottom: 20px;
}

.title-one-pack {
    color: #ffe400;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-right: 10px;
    background: #6c738a;
}

.t-o-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.t-o-bottom {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.one-pack {
    float: left;
    width: 315px;
}

.one-pack ul {
    background: #e25100;
}

.one-pack ul li {
    font-size: 16px;
    color: #fff;
    font-family: "Roboto";
    background: #e36721;
    padding-left: 65px;
    padding-top: 2px;
    padding-right: 15px;
    line-height: 22px;
    padding-bottom: 3px;
    margin-bottom: 11px;
    min-height: 43px;
    vertical-align: baseline;
    background: url('../img/dot.png')no-repeat 18px center #e36721;
}

.one-pack ul li:nth-child(3) {
    padding-top: 13px;
    padding-bottom: 13px;
}

.one-pack ul li:nth-child(6) {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 0;
}

.pac {
    float: left;
    position: relative;
    z-index: 1;
    max-width: 350px;
}

img.pac-img {
    margin-left: -33px;
    margin-top: 46px;
    /* width: 81%; */
    margin-left: -7px;
    margin-top: 101px;
}
img.sale-arrow {
    position: absolute;
    top: 0;
    right: 27px;
}

.five-sh {
    width: 74px;
    height: 74px;
    background: #fff;
    text-align: center;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 700;
    color: #c50000;
    border-radius: 50%;
    border: 1px solid #c50000;
    position: absolute;
    top: 121px;
    right: 16px;
}

span.size-sh-text {
    font-size: 13px;
}

p.sh-text {
    font-size: 11px;
    margin-top: -2px;
}

span.size-sh-text {
    font-size: 13px;
    text-transform: uppercase;
    margin-top: -1px;
    display: block;
}

.form-block.form-header {
    float: right;
    width: 315px;
}

.old span.curs {
    font-size: 13.37px;
}

.old {
    font-size: 25px;
    color: #fff;
    font-family: "Roboto";
}

span.new-price {
    font-size: 38px;
}

.new {
    color: #ffe400;
    font-size: 20px;
    font-family: "Roboto";
    margin-top: 15px;
}

p.new-price-text {
    font-size: 14px;
}

.new span.curs {
    font-size: 20px;
}

.old {
    font-size: 13.37px;
    color: #fff;
    font-family: "Roboto";
}

span.old-price {
    font-size: 25px;
    text-decoration: line-through;
}

.price-block {
    padding-top: 11px;
    padding-left: 12px;
}

span.new-price {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -0.8px;
}

.top-forms-bl {
    background: #6c738a;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-bottom: 5px;
}

.price-block {
    padding-top: 11px;
    padding-left: 12px;
    float: left;
}

.timer-block {
    float: right;
    position: relative;
    width: 165px;
    padding-top: 33px;
}

p.title-timer {
    color: #ffe400;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    position: absolute;
    left: -24px;
    top: 5px;
}

.timer {
    font-size: 26px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 26px;
    margin-top: 8px;
}

.timer div {
    width: 47px;
    display: inline-block;
}

span.what-is {
    font-size: 10px;
    color: #fff;
    font-family: "Roboto";
    display: block;
    text-align: center;
    text-transform: uppercase;
    margin-top: 8px;
}

span.hours, .minutes, .seconds {
    display: block;
    width: 100%;
    padding: 8px 0;
    background: url(../img/timer-bg.png)no-repeat;
    text-align: center;
    min-height: 49px;
}

.hours-bl {
    margin-left: 4px;
    text-align: center;
}

p.people-bay-1 {
    float: left;
    width: 146px;
    color: #6c738a;
}

.people-bay {
    font-size: 14px;
    font-family: "Roboto";
    font-weight: 700;
}

.bottom-forms-bl {
    padding: 16px 9px 16px 12px;
    background: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.people-bay-2 span.bold {
    font-size: 20px;
}

p.people-bay-2 {
    float: right;
    width: 139px;
    /* text-align: right; */
    color: #fff;
    padding-left: 11px;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: "Roboto";
    font-size: 16px;
    background: #6c738a;
    min-width: 139px;
}

form.formsLend {
    font-size: 13px;
    font-family: "Roboto";
    color: #6c738a;
    margin-top: 15px;
}

input.input-form, .form-control {
    font-size: 14px;
    padding: 6px 0;
    border: 1px solid #6c738a;
    width: 100%;
    padding-left: 45px;
    padding-right: 15px;
    margin-top: 9px;
    margin-bottom: 8px;
    position: relative;
}

input.name {
    background: url(../img/user.png)no-repeat left #fff;
        background-size: contain;
}
input.phone {
    background: url(../img/phone.png)no-repeat left #fff;
        background-size: contain;
}

.last-pak {
    margin-top: 4px;
}

p.atention {
    font-size: 16px;
    color: #ef2700;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
}
.center-form-right .left-lastPack {
    margin-top: 10px;
}
.left-lastPack {
    width: 180px;
    float: left;
    margin-top: 4px;
}

p.last-all {
    font-family: "Roboto";
    font-size: 12px;
    color: #6c738a;
}

.right-lastPack {
    float: right;
    width: 105px;
    font-family: "Roboto";
    position: relative;
    margin-top: -1px;
}

span.lasts {
    font-size: 37px;
}

span.lasts-points {
    font-size: 14px;
}

.last-pak {
    position: relative;
}

img.arrows-1 {
    position: absolute;
    top: -7px;
    right: -2px;
}

button.sub {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    border: none;
    background: url('../img/bg-btn.jpg') #ef2700;
    margin-top: 4px;
    width: 100%;
    height: 60px;
    padding: 0;
    cursor: pointer;
}

.sec-bl {
    margin-top: 12px;
}

p.sec {
    font-size: 12px;
    color: #747474;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    float: left;
}

img.sec-img {
    float: right;
}


/*header-end*/


/*Section*/

h3.black {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    letter-spacing: -1px;
}

.trable-block-wrraper {
    padding-top: 22px;
    padding-bottom: 23px;
}

.trable-block {
    margin-top: 20px;
    margin-bottom: 25px;
}

.trable-bl {
    display: inline-block;
    width: 148px;
    margin-right: 14px;
}

.trable-block .trable-bl:nth-child(6) {
    margin-right: 0;
}

.trable-bl {
    display: inline-block;
    width: 148px;
    margin-right: 14px;
    vertical-align: top;
}

.trable-bl.margin-right {
    margin-right: 0!important;
}

.trable-text {
    background: #565e76;
    padding-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 33px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    text-align: center;
    letter-spacing: -0.33px;
    min-height: 85px;
}

img.trable-img {
    display: block;
}

p.trable-orange-bl {
    color: #d24b00;
    font-family: "Roboto";
    font-size: 30px;
    text-align: center;
    letter-spacing: -0.75px;
}

h3.white {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    letter-spacing: -1px;
    color: #fff;
}

.symptoms {
    background:  url('../img/sym-bg.jpg');
}
.symptoms .content {
    background: url(../img/s-bg.png)no-repeat center 0px #26282f;
    padding-top: 20px;
    padding-bottom: 30px;
}
ul.simptoms-ul li:nth-child(1) {
    background: url(../img/s-1.png)no-repeat center 22px;
}

ul.simptoms-ul li:nth-child(2) {
    background: url('../img/s-2.png')no-repeat center 22px;
}

ul.simptoms-ul li:nth-child(3) {
    background: url('../img/s-3.png')no-repeat center 22px;
}

ul.simptoms-ul li:nth-child(4) {
    background: url(../img/s-4.png)no-repeat center 22px;
    margin-right: 0;
}
  .ins-block-480{display: none!important;}
ul.simptoms-ul li {
    display: inline-block;
    width: 232px;
    vertical-align: top;
    padding-top: 202px;
    margin-right: 13px;
}

p.s-title {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

p.s-text {
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    text-align: center;
    padding-top: 9px;
    line-height: 20px;
    letter-spacing: -0.2px;
}

ul.simptoms-ul li div {
    background: #e25100;
    padding-top: 44px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 25px;
    min-height: 224px;
    display: block;
}

ul.simptoms-ul {
    margin-bottom: 22px;
    /* letter-spacing: -0.9px; */
}

a.want {
    display: block;
    margin: 0 auto;
    margin-top: 23px;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 16px;
    width: 482px;
    background: url('../img/bg-want.jpg');
    cursor: pointer;
}

.complex .content {
    background: url('../img/com-bg.png')no-repeat center 98px;

}.complex1 .content {
    background: url('../img/com-bg1.png')no-repeat center 98px;
}

.com-ul .li-top .com-bl-left {
    background: url(../img/com-1.png)no-repeat right 6px;
    padding-right: 135px;
    float: left;
}

.com-ul .li-top .com-bl-right {
    background: url(../img/com-2.png)no-repeat left 6px;
    padding-left: 169px;
    float: right;
}

.com-ul .li-bottom .com-bl-left {
    background: url(../img/com-3.png)no-repeat right 46px;
    padding-right: 135px;
    float: left;
    padding-bottom: 25px;
}
.com-bl-center {
    background: url(../img/image.png)no-repeat left 0px;
padding-left: 169px;
    float: right;
    height: 150px;
}

.com-ul .li-bottom .com-bl-right {
    background: url(../img/com-4.png)no-repeat left 46px;
    padding-left: 169px;
    /*float: right;*/
    padding-bottom: 50px;
}

.complex {
    padding-top: 20px;
    padding-bottom: 30px;
}
.complex1 {
    padding-top: 20px;
    padding-bottom: 30px;
}

li.li-top {
    margin-top: 16px;
    padding-bottom: 45px;
}

li.li-top div {
    width: 450px;
    display: inline-block;
}

li.li-bottom div {
    width: 450px;
    display: inline-block;
}

p.com-title {
    font-size: 18px;
    color: #e25100;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 700;
    line-height: 24px;
}

p.com-txt {
    font-size: 18px;
    color: #3e3e3e;
    font-family: "Roboto";
    margin-top: 1px;
    line-height: 24px;
}

.instruct-block {
    background: #e25100;
    padding: 10px 19px 16px 23px;
}

p.in-text {
    font-size: 22px;
    color: #fff;
    font-family: "Roboto";
    letter-spacing: -0.55px;
    /* margin-top: 0px; */
    line-height: 30px;
    text-align: center;
}

p.in-big-text {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-align: center;
    letter-spacing: -0.75px;
    line-height: 30px;
    margin-top: 6px;
}

.center-form-right {
    float: right;
    width: 317px;
}

.center-form-block {
    background: url(../img/bg-form-2.png)no-repeat center top;
    padding-top: 14px;
        padding-bottom: 7px;
    padding-left: 14px;
}

.center-form-left {
    float: left;
}

.center-form-pac {
    float: left;
    position: relative;
}

.center-form {
    background: #22252e;
    padding-top: 30px;
    padding-bottom: 21px;
}

img.arrow-sale-1 {
    float: left;
}

.price-block-2 {
    float: left;
    margin-left: 10px;
    margin-top: -2px;
}

.price-block-2 .old-price {
    font-size: 20px;
    letter-spacing: 1px;
}

.price-block-2 p.new-price-text {
    margin-bottom: -3px;
}

.price-block-2 .new {
    margin-top: 2px;
}

.price-block-2 .old-price {
    font-size: 24px;
    letter-spacing: 1px;
}

.price-block-2 .new {
    margin-top: 2px;
}

.price-block-2 span.new-price {
    font-size: 28px;
}

.price-block-2 .new span.curs {
    font-size: 18px;
}

.timer-block-2 {
    margin-top: 5px;
    position: relative;
}

.timer-block-2 p.title-timer {
    font-size: 16px;
    position: relative;
    left: auto;
    top: auto;
    margin-left: 2px;
}

.timer-block-2 .timer {
    font-size: 33px;
}

.timer-block-2 span.hours,
.timer-block-2 .minutes,
.timer-block-2 .seconds {
    background: url(../img/timer-bg-1.png)no-repeat;
    padding: 21px 0;
}

.timer-block-2 .timer {
    font-size: 33px;
}

.timer-block-2 .timer {
    font-size: 33px;
}

.timer-block-2 .timer div {
    width: 82px;
    margin-left: 11px;
}

.timer-block-2 span.what-is {
    font-size: 11.26px;
    margin-top: 5px;
}

.timer-block-2 .hours-bl {
    margin-left: 0!important;
}

.people-bay--2 {
    margin-top: 19px;
}

.people-bay--2 p.people-bay-1 {
    color: #fff;
    font-size: 14px;
    font-family: "Roboto";
}

.people-bay--2 p.people-bay-2 {
    float: left;
    color: #6c738a;
    background: #fff;
    margin-top: 2px;
    padding: 3px 0;
    margin-left: 6px;
    padding-left: 18px;
    min-width: 148px;
}

.center-form-pac img.pac-img {
    /* margin-top: -1px;
    margin-left: -28px; */
        margin-top: 45px;
    margin-left: 11px;
}

.center-form-pac .five-sh {
    top: 16px;
    right: 28px;
    width: 74px;
    height: 74px;
}

.center-form-right {
    float: left;
    width: 313px;
    margin-left: 9px;
}

form.center-form-main {
    margin-top: 0;
}

.center-form-right .input-form {
    margin: 5px 0;
}

.center-form-right .last-pak {
    margin-top: 3px;
}

.center-form-right p.last-all {
    margin-top: 7px;
}

.center-form-right .right-lastPack {
    margin-left: 16px;
    float: left;
    margin-top: 0px;
    font-size: 48px;
}

.center-form-right img.arrows-1 {
    margin-right: -7px;
    top: 5px;
}
.right-lastPack:before {
    width: 1px;
    height: 27px;
    background: #6c738a;
    content: '';
    position: absolute;
    left: -11px;
    top: 8px;
}
.center-form-right .right-lastPack:before {
    width: 1px;
    height: 34px;
    background: #6c738a;
    content: '';
    position: absolute;
    left: -11px;
    top: 13px;
}
.center-form-right span.lasts {
    font-size: 48px;
}
.center-form-right button.sub {
    margin-top: -4px;
}

.center-form-right img.sec-img {
    margin-top: -2px;
}

.center-form-right .sec-bl {
    margin-top: 16px;
}

.why-block {
    padding-top: 20px;
}

.left-why {
    float: left;
    width: 480px;
    margin-top: 41px;
    position: relative;
}

.left-why p.why-title {
    color: #6c738a;
    font-size: 28px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 82px;
    letter-spacing: -0.5px;
}
.form-999{
 display: none!important;   
}
.left-why ul li {
    /* margin-top: 19px; */
    padding-left: 83px;
    background: url(../img/othet.png)no-repeat 12px 4px;
}

p.why-li-text {
    font-size: 18px;
    font-family: "Roboto";
    margin-top: 1px;
    padding-right: 32px;
    line-height: 28px;
}

p.why-li-title {
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 27px;
}

.left-why ul {
    margin-top: 19px;
}

.left-why ul li {
    /* margin-top: 19px; */
    padding-left: 83px;
    background: url(../img/othet.png)no-repeat 12px 4px;
    margin-bottom: 19px;
    position: relative;
    z-index: 2;
}

.left-why ul li:nth-child(2) {
    margin-bottom: 22px;
}

.left-why ul li:nth-child(4) {
    margin-bottom: 32px;
}

.left-why ul li:nth-child(5) {
    margin-bottom: 0px;
}

.alert p {
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 84px;
}

.left-why .alert p {
    color: #6c738a;
    margin-top: 17px;
}

img.left-alert {
    position: absolute;
    bottom: 0;
    z-index: 2;
}

.grey-line {
    background: #6c738a;
    position: absolute;
    width: 1px;
    height: 88%;
    top: 65px;
    left: 24px;
}

.right-why {
    float: right;
    width: 480px;
    margin-top: 41px;
    position: relative;
}

.right-why ul {
    margin-top: 19px;
}

.right-why ul li {
    padding-left: 83px;
    background: url(../img/yes.png)no-repeat 14px 4px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.right-why p.why-title {
    font-size: 28px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 82px;
    letter-spacing: -0.5px;
    color: #e25100;
}

.right-why ul li:nth-child(2) {
    margin-bottom: 8px;
}

.right-why ul li:nth-child(3) {
    margin-bottom: 11px;
}

.right-why ul li:nth-child(4) {
    margin-bottom: 26px;
}

.alert {
    position: relative;
}

.right-why .alert p {
    color: #e25100;
    margin-top: 49px;
}

img.right-alert {
    position: absolute;
    bottom: 2px;
    z-index: 2;
    background: #fff;
}

.orange-line {
    background: #e25100;
    position: absolute;
    width: 1px;
    height: 88%;
    top: 65px;
    left: 26px;
}

.why-block {
    padding-top: 20px;
    padding-bottom: 29px;
}

.expert {
    padding-top: 21px;
    background: #e7e7e7;
}

.text-expert-block {
    margin-top: 17px;
    padding-right: 405px;
}

p.text-expert {
    font-size: 20px;
    font-family: "Roboto";
    letter-spacing: -0.5px;
    line-height: 30px;
    margin-bottom: 15px;
}

p.expert-name {
    font-size: 30px;
    margin-top: 6px;
    font-family: "Roboto";
    letter-spacing: -0.65px;
}

.expert-data {
    color: #e25100;
    font-family: "Roboto";
    font-weight: 700;
    margin-top: -3px;
}

p.expert-occupation {
    font-size: 20px;
    padding-right: 66px;
    letter-spacing: -0.5px;
    line-height: 30px;
}

.text-expert-block {
    margin-top: 17px;
    padding-right: 405px;
    padding-bottom: 30px;
    position: relative;
}

.text-expert-block:after {
    position: absolute;
    content: '';
    width: 431px;
    height: 543px;
    background: url(../img/expert.png)no-repeat;
    bottom: 0;
    right: 0;
}

.owl-carousel.owl-loaded {
    display: block;
    margin-top: 18px;
}

.slider {
    padding-top: 22px;
    padding-bottom: 22px;
}

.slider img {
    float: left;
}

.slider p {
    padding-left: 251px;
    font-size: 18px;
    font-family: "Roboto";
    padding-right: 33px;
    line-height: 26px;
    margin-top: -2px;
    color: #464646;
}

.slider .name-sl {
    font-size: 20px;
    display: block;
    color: #6c738a;
    font-family: "Roboto";
    font-weight: 700;
    margin-top: 24px;
}

.bx-wrapper .bx-pager .bx-pager-item.act {
    border: 1px solid #6c738a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.bx-wrapper .bx-pager-item:nth-child(2) {
    margin: 0 13px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #6c738a;
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.slider img {
    float: left;
    margin-left: 2px;
    margin-top: 5px;
}
.owl-dot {
    max-height: 27px;
}
.owl-dot span {
    background: #6c738a;
    text-indent: -9999px;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.owl-dot.active {
    border: 1px solid #6c738a;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.owl-dot {
    display: inline-block;
    margin: 0 8px;
}
.owl-dots {
    text-align: center;
    margin-top: 34px;
}
.owl-dots {
    text-align: center;
    margin-top: 33px;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #6c738a;
}

.sposob {
    background: #22252e;
    padding-top: 21px;
    padding-bottom: 30px;
}

.sposob ul {
    /* text-align: center; */
    width: 740px;
    margin: 0 auto;
    display: block;
}

.sposob ul li {
    color: #fff;
    font-family: "Roboto";
    font-size: 18px;
    display: inline-block;
    width: 230px;
    letter-spacing: -0.1px;
    vertical-align: top;
    text-align: left;
    padding-top: 174px;
    position: relative;
}



.sposob ul li:nth-child(2) {
    background: url(../img/eat-2.png)no-repeat 0 0;
    margin-left: 15px;
    padding-left: 33px;
    width: 215px;
}

.sposob ul li:nth-child(3) {
    background: url(../img/eat-3.png)no-repeat 0 0;
    padding-left: 33px;
    margin-left: 30px;
    width: 240px;
}

.sposob ul {
    /* text-align: center; */
    width: 740px;
    margin: 0 auto;
    display: block;
    margin-left: 167px;
    margin-top: 21px;
}

.sposob ul li:nth-child(1):after {
    content: '';
    position: absolute;
    background: url(style.css)no-repeat;
    width: 86px;
    height: 32px;
    top: 59px;
    left: 165px;
}

.sposob ul li:nth-child(2):after {
    content: '';
    position: absolute;
    background: url(style.css)no-repeat;
    width: 86px;
    height: 32px;
    top: 59px;
    left: 165px;
}



.sposob ul li:nth-child(2):before {
    content: '2.';
    color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    position: absolute;
    top: 161px;
    left: 0;
}

.sposob ul li:nth-child(3):before {
    content: '3.';
    color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    position: absolute;
    top: 161px;
    left: 0;
}

.five-step ul li:nth-child(1) {
    background: url('../img/order-1.png')no-repeat center 0px;
}

.five-step ul li:nth-child(2) {
    background: url(../img/order-2.png)no-repeat 8px 0px;
    width: 178px;
    margin-right: 15px;
}

.five-step ul li:nth-child(3) {
    background: url(../img/order-3.png)no-repeat 8px 0px;
    width: 169px;
    margin-right: 24px;
}

.five-step ul li:nth-child(4) {
    background: url('../img/order-4.png')no-repeat center 0px;
}

.five-step ul li:nth-child(5) {
    background: url(../img/order-5.png)no-repeat center 0px;
    margin-right: 0;
}

.five-step {
    padding-top: 21px;
    padding-bottom: 21px;
        background: #e7e7e7;
}

.five-step ul {
    position: relative;
    margin-top: 53px;
    margin-left: 31px;
}

.five-step ul li {
    font-size: 18px;
    font-family: "Roboto";
    width: 143px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding-top: 147px;
    margin-right: 50px;
    z-index: 1;
    padding-left: 7px;
    position: relative;
}

.five-step ul li:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 32px;
    background: url(style.css)no-repeat;
    right: -40px;
    top: 45px;
}

.five-step ul li:nth-child(5):before {
    display: none;
}
.five-step ul li:nth-child(1):before {
    content: '';
    position: absolute;
    width: 18px;
    height: 32px;
    background: url(style.css)no-repeat;
    right: -33px;
    top: 45px;
}
.five-step ul li:nth-child(2):before {
    content: '';
    position: absolute;
    width: 18px;
    height: 32px;
    background: url(style.css)no-repeat;
    right: 1px;
    top: 45px;
}
.five-step ul li:nth-child(3):before {
    content: '';
    position: absolute;
    width: 18px;
    height: 32px;
    background: url(style.css)no-repeat;
    right: -11px;
    top: 45px;
}
.five-step ul li:nth-child(4):before {
    content: '';
    position: absolute;
    width: 18px;
    height: 32px;
    background: url(style.css)no-repeat;
    right: -34px;
    top: 45px;
}
.five-step ul:after {
    position: absolute;
    height: 1px;
    width: 708px;
    background: #6b738b;
    content: '';
    left: 108px;
    top: 61px;
    z-index: 0;
}

.check {
    padding-top: 19px;
    padding-bottom: 15px;
    background: #e7e7e7;
}
.check-text-block {
    padding-top: 44px;
    padding-left: 12px;
    padding-right: 559px;
    position: relative;
}
p.check-text {
    font-family: "Roboto";
    font-size: 18px;
    line-height: 27px;
}
p.red-check-text {
    font-size: 20px;
    line-height: 27px;
    font-family: "Roboto";
    font-weight: 700;
    color: #e11328;
    padding-right: 86px;
    margin-top: 13px;
}
input.check-input {
    display: block;
    margin-top: 30px;
    padding: 12px;
    font-family: "Roboto";
    font-size: 18px;
    border: 1px solid #583f64;
    border-radius: 3px;
    width: 322px;
    text-align: center;
    letter-spacing: -0.65px;
    background: #fff;
}
p.js-message {
    font-family: "Roboto";
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
    width: 322px;
}
button.check {
    display: block;
    background: url(../img/check-bg.jpg);
    border: none;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 322px;
    margin-top: 30px;
    cursor: pointer;
    height: 60px;
}
button{
 outline: none!important;   
}
.check-text-block:after {
    position: absolute;
    content: '';
    width: 545px;
    height: 423px;
    background: url(style.css)no-repeat;
    bottom: -15px;
    right: 9px;
}
img.check-arrow {
    position: absolute;
    top: 200px;
    left: 346px;
}
.check-text-block {
    padding-top: 44px;
    padding-left: 12px;
    padding-right: 559px;
    position: relative;
    padding-bottom: 17px;
}
.footer-main {
    margin-top: 22px;
}
.boottom-form .content {
    background: url(../img/footer-bg.png)no-repeat center 0px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.boottom-form {
    background: #22252e;
}
.logo-everad {
    float: left;
    width: 500px;
    color: #787c8a;
    font-family: "Roboto";
    font-size: 14px;
    padding-left: 64px;
    padding-top: 14px;
   
}
.right-footter {
    float: right;
    color: #787c8a;
    font-family: "Roboto";
    font-size: 14px;
    margin-top: 13px;
    text-align: right;
}
.pop-up{
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
        overflow: auto !important;
}
.modal {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 100;
    background: rgba(0,0,0,0.9);
    cursor: pointer;
}
.pop-up .center-form {
    background: none;
    z-index: 101;
    position: relative;
    width: 980px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
    top: 13%;
}
img.close {
    position: absolute;
    right: 0;
    top: -21px;
    cursor: pointer;
}
.pop-up-call-back, .popup-mouse, .pop-up-blue-phone, .popup-want{
 display: none;
}



.country_select{    font-size: 14px;
    padding: 6px 0;
    border: 1px solid #6c738a;
    width: 100%;
    padding-left: 45px;
    padding-right: 15px;
    margin-top: 9px;
    margin-bottom: 8px;
    position: relative;}

.sposob-block {    margin-left: -133px;}



@media screen and (max-width:999px) {

    .li-bottom {
        display: flex;
        flex-wrap: wrap;
    }
    .com-bl-center {
            background: url(../img/image.png)no-repeat center 0px;
    }
   .content {
    width: 747px;
} 
    ul.top-ul {
    margin-left: 52px;
}
.one-pack ul li {
    padding-top: 13px;
    padding-bottom: 13px;
    margin-bottom: 12px;
    font-size: 18px;
}
    .one-pack {
    float: none;
    width: 385px;
    margin: 0 auto;
}
    .header-main {
    margin-top: 20px;
}
.title-one-pack.t-o-top {
    text-align: center;
    letter-spacing: 0.33px;
    font-size: 22px;
}
    .title-one-pack.t-o-bottom {
    text-align: center;
    letter-spacing: 0.33px;
    font-size: 22px;
    padding-top: 15px;
    padding-bottom: 17px;
}
    img.pac-img {
    margin-left: 20px;
    margin-top: 30px;
    width: 331px;
        margin-left: 35px;
    margin-top: 59px;
    width: 290px;
}
    .pac {
    float: none;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: block;
    width: 385px;
}
    img.sale-arrow {
    left: -2px;
    top: 22px;
}
    .five-sh {
    width: 90px;
    height: 90px;
    top: 108px;
    right: 0px;
}
    .five-sh {
    font-size: 30px;
}
    span.size-sh-text {
    font-size: 16px;

}
    p.sh-text {
    font-size: 13px;
    margin-top: -1px;
}
.form-block.form-header {
    float: none;
    width: 385px;
    margin: 0 auto;
    padding-bottom: 25px;
    margin-top: -3px;
}
    .price-block {
    padding-top: 11px;
    padding-left: 22px;
    float: left;
}
    p.title-timer {
    left: 8px;
    top: 8px;
}
    .timer-block {
    margin-right: 17px;
}
    p.people-bay-2 {
    width: 173px;
    padding-left: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 2px;
}
    .bottom-forms-bl {
    padding: 16px 25px 18px 22px;
}
    .left-lastPack {
    margin-top: 2px;
}
    .right-lastPack {
    margin-top: -3px;
}
    .right-lastPack:before {
    left: -33px;
    top: 8px;
}
    button.sub {
    margin-top: 6px;
}
    img.arrows-1 {
    position: absolute;
    top: -11px;
    right: -14px;
}
.trable-block {
    margin-top: 20px;
    margin-bottom: 25px;
    width: 571px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 5px;
}
    .trable-bl {
    display: inline-block;
    width: 148px;
    margin: 0 19px;
    margin-bottom: 20px;
}
    ul.simptoms-ul {
    margin-bottom: 22px;
    width: 490px;
    margin: 0 auto;
}
    .symptoms {
    background: url(../img/sym-bg-1.jpg);
}
    ul.simptoms-ul li {
    margin: 0 5px;
}
    .symptoms .content {
    background: none;
}
.symptoms {
    background: url(../img/sym-bg-1.jpg) center top no-repeat #22252e;
}
    ul.simptoms-ul {
    margin-bottom: 22px;
}
    .com-ul .li-top .com-bl-right {
    background: url(../img/com-2.png)no-repeat center 0px;
    padding-left: 0;
    float: right;
    padding-top: 160px;
}
    li.li-top div {
    width: 350px;
    display: inline-block;
        text-align: center;
}
    .com-ul .li-top .com-bl-left {
    background: url(../img/com-1.png)no-repeat center 0px;
    padding-right: 0;
    float: left;
    padding-top: 160px;
}
    .complex .content {
    background: none;
}
    .complex1 .content {
    background: none;
}
    ul.com-ul {
    margin-top: 29px;
}
    li.li-bottom div {
    width: 350px;
    display: inline-block;
    padding-left: 0!important;
    padding-top: 160px;
    padding-right: 0!important;
    text-align: center;
}
    .com-ul .li-bottom .com-bl-left {
    background: url(../img/com-3.png)no-repeat center 0px;
}
    .clear {
    height: 0!important;
    padding: 0!important;
}
    .com-ul .li-bottom .com-bl-right {
    background: url(../img/com-4.png)no-repeat center 0px;
}
    .form-999{
 display: block!important;   
}
    .center-form-block{
 display: none!important;   
}
    .left-why {
    float: none;
    width: 480px;
    margin: 0 auto;
    margin-top: 41px;
    position: relative;
}
.right-why {
    float: none;
    width: 480px;
    margin: 0 auto;
    margin-top: 35px;
    position: relative;
}
    .expert-data {
    color: #e25100;
    font-family: "Roboto";
    font-weight: 700;
    margin-top: -3px;
    padding-right: 401px;
}
.text-expert-block {
    margin-top: 17px;
    padding-right: 0;
    padding-bottom: 265px;
    position: relative;
}
.text-expert-block:after {
    position: absolute;
    content: '';
    width: 311px;
    height: 391px;
    background: url(../img/expert.png)no-repeat;
    bottom: 0;
    background-size: 311px;
    right: 217px;
    /* margin: 0 auto; */
    /* display: block; */
    /* left: 50%; */
}
    .form-block.form-header.form-999 {
    padding-bottom: 10px;
    margin-top: 0;
}
    .slider img {
    float: none;
    margin-left: 5px;
    margin-top: 3px;
    margin: 0 auto;
}
    .slider p {
    padding-left: 0;
    text-align: center;
    margin-top: 22px;
}
.slider .name-sl {
    padding: 0;
}
    .slider p {
    padding-left: 0;
    padding-right: 0;
}
    .bx-viewport {
    min-height: 464px;
}
    
    .sposob ul li:nth-child(1):after {
    content: '';
    position: absolute;
    background: url(style.css)no-repeat;
    width: 39px;
    height: 32px;
    top: 33px;
    left: 141px;
}
    .d999br{display: none;}
    .sposob ul li {
    color: #fff;
    font-family: "Roboto";
    font-size: 16px;
    display: inline-block;
    width: 155px;
    letter-spacing: -0.1px;
    vertical-align: top;
    text-align: left;
    padding-top: 149px;
    position: relative;
    line-height: 20px;
    margin-top: 1px;
}
    .sposob ul li:nth-child(1) {
    background: url(../img/eat-2.png)no-repeat center 0;
    margin-left: -6px;
    padding-left: 29px;
    padding-right: 33px;
    width: 155px;
    background-size: 101px;
    text-align: center;
}
    .sposob ul li:nth-child(1):before {
    content: '2.';
    color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    top: 118px;
    left: 68px;
}
   
  .sposob ul li:nth-child(2) {
    background: url(../img/eat-3.png)no-repeat center 0;
    padding-left: 0;
    margin-left: 30px;
    width: 155px;
    background-size: 101px;
    margin-left: -9px;
    text-align: center;
}  
    .sposob ul li:nth-child(2):before {
    content: '3.';
    color: #fff;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    top: 118px;
    left: 70px;
}
    .sposob ul li:nth-child(1):after {
    content: '';
    position: absolute;
    background: url(style.css)no-repeat;
    width: 39px;
    height: 32px;
    top: 33px;
    left: 138px;
}
    .sposob {
    background: #22252e;
    padding-top: 21px;
    padding-bottom: 40px;
}
.five-step ul li {
    font-size: 16px;
    font-family: "Roboto";
    width: 143px;
    display: block;
    vertical-align: top;
    text-align: left;
    padding-top: 127px;
    float: left;
    margin-right: 0;
    text-align: center;
    z-index: 1;
    padding-left: 0;
    background-size: 118px!important;
    position: relative;
}
.five-step ul li:nth-child(1) {
    background: url(../img/order-1.png)no-repeat center 0px;
    margin-left: 7px;
}
.five-step ul li:nth-child(2) {
    background: url(../img/order-2.png)no-repeat 8px 0px;
    width: 154px;
    margin-right: 0;
    margin-left: 27px;
    padding: 129px 20px 0px 0px;
    padding-top: 126px;
}
    .five-step ul li:nth-child(3) {
    background: url(../img/order-3.png)no-repeat center 0px;
    width: 149px;
    margin-right: 0;
    padding-left: 0px;
    padding-top: 125px;
}
.five-step ul li:nth-child(4) {
    background: url(../img/order-4.png)no-repeat center 0px;
    width: 120px;
    clear: both;
    margin-left: 88px;
    margin-top: -4px;
    padding-top: 131px;
}
.five-step ul li:nth-child(5) {
    background: url(../img/order-5.png)no-repeat center 0px;
    margin-right: 0;
    margin-left: 54px;
    margin-top: -4px;
    padding-top: 131px;
}
.five-step ul:before {
    position: absolute;
    height: 1px;
    width: 240px;
    background: #6b738b;
    content: '';
    left: 122px;
    top: 248px;
    z-index: 0;
    clear: both;
}
    .five-step ul:after {
    position: absolute;
    height: 1px;
    width: 413px;
    background: #6b738b;
    content: '';
    left: 36px;
    top: 52px;
    z-index: 0;
    clear: both;
}
    .five-step ul li:nth-child(1):before {
    content: '';
    position: absolute;
    width: 18px;
    height: 32px;
    background: url(style.css)no-repeat;
    right: -20px;
    top: 36px;
}
    .five-step ul li:nth-child(2):before {
    content: '';
    position: absolute;
    width: 18px;
    height: 32px;
    background: url(style.css)no-repeat;
    right: -7px;
    top: 36px;
}
    .five-step ul li:nth-child(4):before {
    content: '';
    position: absolute;
    width: 18px;
    height: 32px;
    background: url(style.css)no-repeat;
    right: -42px;
    top: 53px;
}
    .five-step ul li:nth-child(3):before {
display: none;
}
    .sposob ul {
    /* text-align: center; */
    width: 460px;
    margin: 0 auto;
    display: block;
    margin-left: 167px;
    margin-top: 21px;
    margin: 0 auto;
    margin-top: 21px;
}
    .five-step ul {
    position: relative;
    margin-top: 53px;
    margin: 0px auto;
    width: 484px;
    text-align: center;
    margin-top: 31px;
}
.five-step {
    padding-top: 21px;
    padding-bottom: 31px;
}
    p.check-text {
    font-family: "Roboto";
    font-size: 18px;
    line-height: 27px;
    text-align: center;
}
    p.red-check-text {
    text-align: center;
    padding: 0 199px;
}
input.check-input {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
    padding: 12px;
    font-family: "Roboto";
    font-size: 18px;
    border: 1px solid #583f64;
    border-radius: 3px;
    width: 386px;
    text-align: center;
    letter-spacing: -0.65px;
    background: #fff;
}
    button.check {
    display: block;
    background: url(../img/check-bg.jpg);
    border: none;
    font-size: 20px;
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 386px;
    margin: 0 auto;
    margin-top: 12px;
    height: 60px;
}
img.check-arrow {
    position: absolute;
    left: 167px;
    transform: rotate(70deg);
    width: 54px;
    -moz-transform: rotate(70deg);
    -o-transform: rotate(70deg);
    -webkit-transform: rotate(70deg);
    top: auto;
    bottom: 248px;
}
.check-text-block:after {
    position: absolute;
    content: '';
    width: 387px;
    height: 301px;
    background: url(style.css)no-repeat;
    bottom: -17px;
    right: 182px;
    background-size: 387px;
}
    p.js-message {
    font-family: "Roboto";
    font-size: 16px;
    text-align: left;
    margin: 20px 0;
    width: 386px;
    /* display: none; */
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}
    .check-text-block {
    padding-top: 15px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    padding-bottom: 329px;
}
    .boottom-form .one-pack {
    display: none;
}
    .boottom-form .pac {
    display: none;
}
    .boottom-form .content {
    background: url(../img/footer-bg.png)no-repeat center 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-size: cover;
}
.pop-up .center-form, .pop-up .content {
    width: 385px;
}
}
@media screen and (max-width:767px) {
    .com-bl-center {
        height: 195px;
        margin:  0 auto;
    }
    .content {
    width: 460px;
}
    ul.top-ul {
    display: none;
}
  .header-top {
    padding-top: 5px;
    padding-bottom: 5px;
}
    h1 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
}
    h2 {
    font-size: 22px;
    line-height: 30px;
}
    .header-main {
    margin-top: 14px;
}
    .trable-block-wrraper {
    padding-top: 16px;
    padding-bottom: 23px;
}
    h3.black {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 34px;
}
    .trable-bl {
    display: inline-block;
    width: 142px;
    margin: 0;
    margin-bottom: 20px;
}
    .trable-block {
    width: 460px;
        margin-top: 23px;
}
    img.trable-img {
    display: block;
    width: 100%;
    height: 144px;
}
    .trable-text {
    padding-top: 20px;
    padding-bottom: 26px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
}
.trable-bl {
    margin-right: 12px;
    margin-bottom: 18px;
}
    .trable-block .trable-bl:nth-child(3) {
    margin-right: 0;
}
    span.block-480 {
    display: block;
}
    .trable-block {
    margin-bottom: 0px;
}
    .trable-block-wrraper {
    padding-top: 16px;
    padding-bottom: 28px;
}
    h3.white {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 34px;
}
.symptoms .content {
    padding-top: 12px;
}
    ul.simptoms-ul li {
    margin: 0;
}
ul.simptoms-ul {
    margin-bottom: 22px;
    width: 470px;
}
    ul.simptoms-ul li {
    margin: 0;
    width: 227px;
}
    ul.simptoms-ul li div {
    background: #e25100;
    padding-top: 26px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0;
    min-height: 192px;
    display: block;
}
ul.simptoms-ul li {
    margin: 0;
    width: 225px;
    margin-right: 2px;
    margin-left: 1px;
}
    ul.simptoms-ul li {
    margin: 0;
    width: 225px;
    margin-right: 3px;
    margin-bottom: 8px;
}
    .symptoms p.trable-orange-bl {
    font-size: 24px;
    padding: 0 10px;
    margin-top: -3px;
}
    a.want {
    display: block;
    margin: 0 auto;
    margin-top: 26px;
    width: 386px;
}
    .complex {
    padding-top: 14px;
    padding-bottom: 30px;
}
    .complex1 {
    padding-top: 14px;
    padding-bottom: 30px;
}
    h3.black {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 34px;
}
    ul.com-ul {
    margin-top: 23px;
}
    .com-ul .li-top .com-bl-left {

    padding-top: 144px;
}
    li.li-top div {
    width: 230px;
}
    p.com-txt {
    font-size: 16px;
    margin-top: 6px;
    line-height: 20px;
}
    .com-ul .li-top .com-bl-left {
    width: 222px;
}
    p.com-title {
    font-size: 16px;
    line-height: 20px;
}
    p.com-title {
    font-size: 16px;
    line-height: 23px;
}
    .com-ul .li-top .com-bl-right {
    padding-top: 146px;
    padding-left: 5px;
}
    li.li-bottom div {
    width: 230px;
    display: inline-block;
    padding-left: 0!important;
    padding-top: 160px;
    padding-right: 0!important;
}
    li.li-top {
    margin-top: 16px;
    padding-bottom: 28px;
}
    li.li-bottom div {
    width: 219px;
    display: inline-block;
    padding-left: 0!important;
    padding-top: 145px;
    padding-right: 0!important;
}
    .com-ul .li-bottom .com-bl-left {
    padding-right: 8px!important;
}
    .com-ul .li-bottom .com-bl-right {

    width: 225px;
}
    .ins-block-480{display: block!important;}
    .ins-block-dec{display: none!important;}
p.in-text {
    font-size: 20px;
    color: #fff;
    font-family: "Roboto";
    letter-spacing: -0.33px;
    /* margin-top: 0px; */
    line-height: 26px;
    text-align: center;
}
    p.in-big-text {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    font-size: 30px;
    text-align: center;
    letter-spacing: -1px;
    line-height: 32px;
    margin-top: 6px;
}
    .instruct-block {
    background: #e25100;
    padding: 20px 6px 25px 5px;
}
    .complex {
    padding-top: 14px;
    padding-bottom: 0;
}
    .complex1 {
    padding-top: 14px;
    padding-bottom: 0;
}
    .center-form {
    background: #22252e;
    padding-top: 30px;
    padding-bottom: 15px;
}
    span.span-block-480 {
    display: block;
}
.why-block {
    padding-top: 15px;
    padding-bottom: 26px;
}
    .left-why p.why-title {
    color: #6c738a;
    font-size: 24px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 27px;
    letter-spacing: 0;
}
    .left-why ul li {
    /* margin-top: 19px; */
    padding-left: 83px;
    background: url(../img/othet.png)no-repeat 24px 6px;
    margin-bottom: 19px;
    position: relative;
    z-index: 2;
}
    .left-why ul li:nth-child(2) {
    margin-bottom: 16px;
}
    .left-why ul li:nth-child(4) {
    margin-bottom: 15px;
}
    .left-why .alert p {
    color: #6c738a;
    margin-top: 19px;
}
    img.left-alert {
    position: absolute;
    bottom: 5px;
    z-index: 2;
    left: 12px;
}
    .left-why {
    float: none;
        width: 460px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}
    .grey-line {
    background: #6c738a;
    position: absolute;
    width: 1px;
    height: 88%;
    top: 65px;
    left: 36px;
}
    .right-why {
    margin-top: 30px;
            width: 460px;
}
    .right-why p.why-title {
    font-size: 24px;
    padding-left: 27px;
    letter-spacing: 0px;
}
    .right-why ul li {
    background: url(../img/yes.png)no-repeat 24px 4px;
}
    .orange-line {
    left: 36px;
}
    .right-why .alert p {
    color: #e25100;
    margin-top: 23px;
}
    img.right-alert {
    position: absolute;
    bottom: 4px;
    z-index: 2;
    background: #fff;
    left: 9px;
}
    .expert {
    padding-top: 16px;
    background: #e7e7e7;
}
p.text-expert {
    font-size: 18px;
    font-family: "Roboto";
    letter-spacing: -0.43px;
    line-height: 26px;
    margin-bottom: 1px;
}
.text-expert-block {
    margin-top: 5px;
    padding-right: 0;
    padding-bottom: 273px;
    position: relative;
}
    .expert-data {
    color: #e25100;
    font-family: "Roboto";
    font-weight: 700;
    margin-top: 17px;
    padding-right: 0;
}
    p.expert-name {
    font-size: 24px;
    margin-top: 6px;
    font-family: "Roboto";
    letter-spacing: -0.65px;
}
    p.expert-occupation {
    font-size: 18px;
    padding-right: 210px;
    letter-spacing: -0.5px;
    line-height: 24px;
    margin-top: 8px;
}
    .text-expert-block:after {
    left: 144px;
}
    .slider {
    padding-top: 16px;
    padding-bottom: 27px;
}
    .bx-wrapper {
    margin-top: 33px;
}
    .bx-wrapper .bx-pager {
    padding-top: 20px;
    bottom: -66px;
}
    .slider {
    padding-top: 16px;
    padding-bottom: 48px;
}
    .sposob ul {
    margin-top: 33px;
}
    .sposob {
    padding-top: 16px;
}
    .five-step ul {
    width: 470px;
    margin-top: 32px;
}
    .five-step ul li {
    width: 120px;
}
.five-step {
    padding-top: 16px;
    padding-bottom: 25px;
}
    .five-step ul li:nth-child(2) {
    background: url(../img/order-2.png)no-repeat 8px 0px;
    width: 133px;
    margin-right: 0;
    margin-left: 39px;
    padding: 129px 20px 0px 0px;
    padding-top: 126px;
    padding-right: 0;
        padding-top: 122px;
}
    .five-step .content {
    width: 470px;
}
.five-step ul li:nth-child(1) {
    margin-left: 10px;
    padding-top: 124px;
}
    .five-step ul li:nth-child(3) {
    margin-left: 18px;
            background: url(../img/order-3.png)no-repeat 20px 0px;
        padding-top: 122px;
}
.five-step ul li:nth-child(4) {
    margin-left: 81px;
    margin-top: -9px;
}
    .five-step ul li:nth-child(5) {
    background: url(../img/order-5.png)no-repeat center 0px;
    margin-left: 67px;
            margin-top: -9px;
}
    .five-step ul li:nth-child(1):before {
    right: -32px;
}
    .five-step ul li:nth-child(2):before {
    right: -27px;
}
    .five-step ul li {
    line-height: 22px;
}
.check {
    padding-top: 17px;
    padding-bottom: 0;
}
    .check-text-block {
    padding-top: 10px;
}
    p.check-text {
    font-family: "Roboto";
    font-size: 18px;
    line-height: 29px;
    text-align: center;
    padding: 0 20px;
}
    .check-text span.span-block-480 {
    display: block;
    padding: 0 13px;
}
    p.red-check-text {
    text-align: center;
    padding: 0 53px;
    margin-top: 10px;
}
img.check-arrow {
    left: 24px;
    top: auto;
    bottom: 257px;
}
    .check-text-block:after {
    left: 36px;
    bottom: 0;
        height: 300px;
}
    button.check {

    padding-bottom: 14px;
}
    .boottom-form .content {
    padding-top: 16px;
}
    .boottom-form .content {
    padding-top: 16px;
    background: none;
}
    .right-footter {
    display: none;
}
    .logo-everad {
    float: none;
    width: auto;
    text-align: center;
    padding: 0;
   
    margin-top: 28px;
    padding-top: 62px;
}
    .owl-carousel.owl-loaded {
    display: block;
    margin-top: 33px;
}
    .owl-dots {
    text-align: center;
    margin-top: 37px;
}
    .slider {
    padding-top: 16px;
    padding-bottom: 39px;
}
.pop-up .center-form, .pop-up .content {
    width: 385px;
}
    .modal {
    position: absolute;
    height: 200%;
    width: 100%;
    z-index: 100;
    background: rgba(0,0,0,0.9);
    cursor: pointer;
}

.right-lastPack {
    margin-top: -1px;
}
}
@media screen and (max-width:479px) {
   .content {
    width: 300px;
}
    .span-block-320{
     display: block;
    }
    h1 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 31px;
    line-height: 33px;
    /* padding: 0 12px; */
}
    button.get-call {
    display: none;
}
    img.log {
    float: none;
    margin: 0 auto;
    display: block;
}
    h2 {
    font-size: 19px;
    line-height: 26px;
    padding: 0 10px;
}
    .header-main {
    margin-top: 21px;
}
    .one-pack {
    float: none;
    width: 300px;
    margin: 0 auto;
}
    .title-one-pack.t-o-top {
    padding: 17px 20px;
}
.one-pack ul li {
    font-size: 16px;
    padding-top: 2px;
    padding-left: 51px;
    background: url(../img/dot.png)no-repeat 15px center #e36721;
    background-size: 22px;
    padding-bottom: 2px;
}
  .one-pack ul li:nth-child(3) {
    padding-top: 13px;
    padding-bottom: 12px;
}  
    .one-pack ul li:nth-child(5) {
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
}
    .title-one-pack.t-o-bottom {
    padding-top: 18px;
    padding-bottom: 15px;
}
    img.pac-img {
    margin-left: 20px;
    margin-top: 79px;
    width: 259px;
}
    .pac {

    width: 300px;
}
    .five-sh {
    width: 72px;
    height: 72px;
    top: 133px;
    right: 1px;
}
    .five-sh {
    font-size: 24px;
}
    span.size-sh-text {
    font-size: 13px;
}
    p.sh-text {
    font-size: 11px;
    margin-top: -1px;
}
    .form-block.form-header {
    float: none;
    width: 300px;
    margin-top: 4px;
}
    .price-block {
    padding-left: 5px;
}
    .top-forms-bl {
    position: relative;
}
    .timer-block {
    position: absolute;
    right: 0;
    margin: 0;
    right: 2px;
}
.bottom-forms-bl {
    padding: 16px 9px 15px 8px;
}
    p.people-bay-1 {
    width: 142px;
    letter-spacing: -0.33px;
}
    p.people-bay-2 {
    width: 120px;
    padding-left: 16px;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 2px;
}
    .left-lastPack {
    width: 180px;
    float: left;
    margin-top: 4px;
}
    .right-lastPack {
    float: left;
    width: 88px;
    margin-left: -4px;
        margin-top: 4px;
}
    .right-lastPack:before {
display: none!important;
}
    img.arrows-1 {
    position: absolute;
    top: -8px;
    right: -2px;
}
    .sec-bl {
    margin-top: 17px;
}
    p.sec {
    float: none;
    text-align: center;
    font-size: 13px;
    letter-spacing: -0.1px;
}
    img.sec-img {
    float: none;
    margin: 0 auto;
    display: block;
    margin-top: 9px;
}
    .form-block.form-header {
    padding-bottom: 29px;
}
    .trable-block-wrraper {
    padding-top: 19px;
    padding-bottom: 28px;
}
    h3.black {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
    letter-spacing: -0.55px;
}
.trable-block {
    width: 310px;
    margin-top: 20px;
}
    .trable-bl {
    margin-right: 11px;
    margin-bottom: 19px;
}
.trable-block .trable-bl:nth-child(2) {
    margin-right: 0;
}
    .trable-text {
    padding-top: 12px;
    padding-bottom: 15px;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
    letter-spacing: -0.6px;
}
    .trable-block .trable-bl:nth-child(3) {
    margin-right: 11px;
}
    .trable-block .trable-bl:nth-child(4) {
    margin-right: 0;
}
    p.trable-orange-bl {
    font-size: 22px;
    margin-top: 5px;
}
    .trable-block-wrraper {
    padding-top: 19px;
    padding-bottom: 31px;
}
    h3.white {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
}
    span.span-block-span-320 {
    display: block;
}
    .symptoms .content {
    padding-top: 17px;
}
    h3.white {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 30px;
    line-height: 33px;
}
    ul.simptoms-ul {
    margin-bottom: 22px;
    width: auto;
}
ul.simptoms-ul li {
    display: block;
    float: none;
    margin: 0;
    padding-top: 196px;
        margin-bottom: 16px;
}
    ul.simptoms-ul li:nth-child(1) {
    background: url(../img/s-1.png)no-repeat center 14px;
}
    ul.simptoms-ul li:nth-child(2) {
    background: url(../img/s-2.png)no-repeat center 14px;
}
    ul.simptoms-ul li:nth-child(3) {
    background: url(../img/s-3.png)no-repeat center 14px;
}
    ul.simptoms-ul li:nth-child(4) {
    background: url(../img/s-4.png)no-repeat center 14px;
}
    ul.simptoms-ul li:nth-child(1) p.s-text {
    padding: 7px 20px 0px 20px;
}
    ul.simptoms-ul li div {
    min-height: 179px;
}
    ul.simptoms-ul li:nth-child(2) p.s-title {
    padding: 0 38px;
}
ul.simptoms-ul li:nth-child(2) p.s-text {
    padding: 6px 10px 0px 10px;
}
    ul.simptoms-ul li:nth-child(3) p.s-text {
    padding: 9px 20px 0px 20px;
}
    ul.simptoms-ul li:nth-child(4) p.s-text {
    padding: 9px 20px 0px 20px;
}
    .symptoms p.trable-orange-bl {
    font-size: 20px;
    padding: 0 14px;
    margin-top: -3px;
    line-height: 26px;
}
    a.want {
    display: block;
    margin: 0 auto;
    margin-top: 29px;
    width: 300px;
    font-size: 30px;
    padding-bottom: 21px;
}
    ul.simptoms-ul li {
    width: 100%;
}
    .symptoms {
    background-size: 506px;
}
    .complex {
    padding-top: 18px;
    padding-bottom: 0;
}
    .complex1 {
    padding-top: 18px;
    padding-bottom: 0;
}
.com-ul .li-top .com-bl-left {
    width: auto;
    float: none;
    text-align: center;
    padding-top: 150px;
}
    ul.com-ul {
    margin-top: 16px;
}
    p.com-txt {
    font-size: 16px;
    margin-top: 2px;
    line-height: 20px;
}
    .com-bl.com-bl-right {
    float: none!important;
    width: 100%;
    text-align: center;
    margin-top: 26px;
    padding-top: 151px!important;
}
    li.li-top {
    margin-top: 10px;
    padding-bottom: 12px;
}
    .com-bl.com-bl-left {
    float: none!important;
    width: 100%;
    padding-right: 0!important;
    text-align: center;
    padding-top: 149px;
}
.li-bottom .com-bl.com-bl-right {
    float: none!important;
    text-align: center;
    width: 100%!important;
    margin-top: 2px;
    padding-bottom: 5px;
}
p.in-text {
    font-size: 16px;
    line-height: 24px;
    padding: 0 4px;
}
    p.in-big-text {
    font-family: "Roboto";
    font-weight: 700;
    color: #fff;
    font-size: 21px;
    text-align: center;
    letter-spacing: 0;
    line-height: 26px;
    margin-top: 15px;
}
    .instruct-block {
    background: #e25100;
    padding: 20px 6px 19px 5px;
}
    .center-form {
    background: #22252e;
    padding-top: 30px;
    padding-bottom: 19px;
}
    .why-block h3 .span-block-480 {
    display: inline;
}
.why-block {
    padding-top: 23px;
    padding-bottom: 29px;
}
    .left-why {
    margin-top: 26px;
}
    .left-why p.why-title {
    padding-left: 10px;
    font-size: 20px;
}
    .left-why {
    margin-top: 26px;
    width: 300px;
}
    .left-why ul li {
    padding-left: 61px;
}
p.why-li-title {
    font-size: 17px;
    font-family: "Roboto";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
}
    p.why-li-text {
    font-size: 16px;
    font-family: "Roboto";
    margin-top: 1px;
    padding-right: 0;
    line-height: 21px;
}
    .left-why ul li:nth-child(2) {
    margin-bottom: 19px;
}
    .left-why ul li:nth-child(4) {
    margin-bottom: 20px;
}
    .left-why ul li {
    background: url(../img/othet.png)no-repeat 8px 3px;
}
    .grey-line {
    left: 20px;
}
    img.left-alert {
    position: absolute;
    bottom: 5px;
    z-index: 2;
    left: 1px;
    width: 40px;
}
    .left-why .alert p {
    color: #6c738a;
    margin-top: 19px;
    padding-left: 61px;
}
    .right-why {
    margin-top: 14px;
    width: 300px;
}
    .right-why p.why-title {
    font-size: 20px;
    padding-left: 11px;
    letter-spacing: 0px;
}
.right-why ul li {
    background: url(../img/yes.png)no-repeat 8px 4px;
    padding-left: 61px;
    padding-bottom: 2px;
}
    .right-why ul {
    margin-top: 21px;
}
    .right-why ul li:nth-child(2) p.why-li-title {
    /* letter-spacing: -0.5px; */
    padding-right: 31px;
}
    .right-why ul li:nth-child(2) {
    margin-bottom: 18px;
}
    .right-why ul li:nth-child(3) {
    margin-bottom: 16px;
}
    .right-why ul li:nth-child(4) {
    margin-bottom: 16px;
}
    .right-why .alert p {
    color: #e25100;
    margin-top: 19px;
    padding-left: 60px;
}
    img.right-alert {
    width: 43px;
    left: -2px;
    bottom: 2px;
}
    .orange-line {
    left: 20px;
}
    .expert {
    padding-top: 19px;
    background: #e7e7e7;
}
    .text-expert-block {
    margin-top: 12px;
        padding-bottom: 280px;
}
    p.text-expert {
    font-size: 16px;
    font-family: "Roboto";
    letter-spacing: -0.4px;
    line-height: 22px;
    margin-bottom: 1px;
    padding-right: 3px;
}
    .expert-data {
    color: #e25100;
    font-family: "Roboto";
    font-weight: 700;
    margin-top: 14px;
    padding-right: 0;
}
    p.expert-name {
    font-size: 22px;
    margin-top: 6px;
    font-family: "Roboto";
    letter-spacing: -0.65px;
}
    p.expert-occupation {
    font-size: 16px;
    padding-right: 40px;
    letter-spacing: -0.5px;
    line-height: 24px;
    margin-top: 0px;
}
    .text-expert-block:after {
    left: 36px;
    width: 230px;
    height: 289px;
    background-size: 230px;
}
    .slider {
    padding-top: 19px;
    padding-bottom: 39px;
}
    .owl-carousel.owl-loaded {
    display: block;
    margin-top: 26px;
}
    .slider p {
    font-size: 16px;
    line-height: 20px;
}
.slider .name-sl {
    padding: 0;
    margin-top: 16px;
}
    .owl-dots {
    text-align: center;
    margin-top: 23px;
}
    .sposob {
    padding-top: 19px;
}
    .sposob ul {
    margin-top: 21px;
    width: 300px;
}
    .br-none320{
     display: none;   
    }
    .sposob ul li {
    float: none;
    display: block;
    margin: 0 auto;
    width: auto!important;
    background-size: 107px!important;
    padding: 149px 11px 0px 10px!important;
}
.sposob ul li:nth-child(2) {
    margin-top: 20px;
    padding: 150px 28px 0px 28px!important;
        margin-left: 0;
}
    .sposob ul li:nth-child(3) {
    padding: 152px 37px 0px 37px!important;
    margin-top: 19px;
    margin-left: 0;
}
    .sposob ul li:nth-child(3):before {
    top: 120px;
    left: 142px;
}
    .sposob ul li:nth-child(2):before {
    top: 119px;
    left: 140px;
        
}
    
    
    .sposob ul li:nth-child(1):before {
    top: 118px;
    left: 140px;
}
    .sposob {
    padding-top: 19px;
    padding-bottom: 37px;
}
    .sposob ul li:nth-child(1):after{display: none;}
    .sposob ul li:nth-child(2):after{display: none;}
    .five-step .content {
    width: 300px;
}
    .sposob-block {margin-top: -170px;
    margin-left: -6px;}
    
.five-step {
    padding-top: 19px;
    padding-bottom: 18px;
}
    .five-step ul {
    width: 300px;
    margin-top: 17px;
}
.five-step ul li:nth-child(1) {
    margin-left: 13px;
    padding-top: 128px;
}
    .five-step ul li:nth-child(2) {
    margin-left: 26px;
    background: url(../img/order-2.png)no-repeat 6px 0px;
    padding-top: 128px;
}
    .five-step ul li:nth-child(3) {
    margin-left: -2px;
    background: url(../img/order-3.png)no-repeat 16px 0px;
    padding-top: 128px;
    margin-top: 17px;
}
    .five-step ul li:nth-child(4) {
    margin-left: 17px;
    margin-top: 17px;
    clear: none;
    padding-top: 128px;
}
    .five-step ul li:nth-child(5) {
    background: url(../img/order-5.png)no-repeat center 2px;
    margin: 0 auto;
    margin-top: 3px;
    clear: both;
    display: block;
    width: 200px;
    float: none;
    padding-top: 132px;
}
 .check {
    padding-top: 19px;
    padding-bottom: 0;
}
    .check-text-block {
    padding-top: 24px;
}
    p.check-text {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    padding: 0 0px;
}
    span.span-block-480.span-320-inline-block {
    display: inline!important;
    padding: 0;
}
    p.red-check-text {
    text-align: center;
    padding: 0 0;
    margin-top: 15px;
}
    input.check-input {
    width: 300px;
    margin-top: 20px;
}
    button.check {
    width: 300px;
}
    .check-text-block {
    padding-bottom: 248px;
}
    .check-text-block:after {
    left: 7px;
    bottom: 0;
    height: 300px;
    background-size: 290px;
    height: 225px;
    width: 290px;
}
    img.check-arrow {
    left: 9px;
    top: auto;
    bottom: 200px;
    width: 47px;
}
    .five-step ul:before, .five-step ul li:nth-child(1):before, .five-step ul li:nth-child(2):before,.five-step ul li:nth-child(4):before,.five-step ul:after{display: none!important;}
    .boottom-form .content {
    padding-top: 19px;
    background: none;
}
    .footer-main .form-block.form-header {
    padding-bottom: 12px;
}
    p.js-message {
    font-size: 16px;
    width: auto;
    margin-bottom: 5px;
}
.pop-up .center-form, .pop-up .content {
    width: 300px;
}

.right-lastPack {
    margin-top: 1px;
}
}





.errorMessage{
    box-sizing: border-box;
    position: absolute;
    z-index: 100000;
    font-size: 16px;
    background: #DC3434;
    color: #fff;
    margin-top: 0px;
    text-align: center;
    line-height: 12px;
    padding: 12px 12px;
}

.copyright { font-size: 14px;text-align: center; padding:20px 0;color: #6C6E6F;}
.copyright p { width: 100%; text-align: center; padding: 0; margin: 0; }
.copyright br { display: none; }
.copyright img { margin: 10px auto!important; }
.copyright img:first-child { display: block!important; }
.copyright a {color: #6C6E6F; text-decoration: none;}
.copyright a:hover { color:#FF0069; text-decoration: none; }



.cpu{
    padding: 10px 0;
    text-align: center;
    }
    .cpu img{
    display:block;
    margin: 0 auto;
    width: auto;
    }
    .cpu a{
    display: inline-block;
    margin: 5px;
    color: #333;
    font-size: 14px;
    }
    
    