@import url('https://fonts.googleapis.com/css?family=Droid+Sans:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400');
.col-12{
  width: 100%;
  float:left;
}
.col-4{
  float:left;
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  max-width: 357px;
  width: 100%;
  
}
.header-tracket{
  margin:4px 18px 18px;
}
.shadow {
    background: #fff;
    box-shadow: 0 0 8px rgba(136, 136, 136, 0.61);
    float: left;
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

.shadow.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  filter: brightness(60%);
}

.shadow.big-blocks {
  min-height: 683px;
}

#opt .head h2{
  text-transform: uppercase;
  font-size: 24px;
  color: #ffffff;
  font-family: 'Droid Sans', sans-serif;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 30px 40px;
  background: #24272d;
}
.red{
  color: #ff5f01;
  font-weight: 600;
  display: block;
}
.bottom-block{
  margin-top:32px;
  padding: 18px 40px 30px !important;
  min-height: 165px;
}
tr.head{
  display: block;
  width: 100%;
}
#select-categories,#select-pages{
  font-family: 'Droid Sans', sans-serif;
  display: block;
  padding: 16px 0;
  font-size: 15px;
  color: #171c21;
  cursor: pointer;
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
  z-index: 99;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
}
#select-categories:before,#select-pages:before{
  content:'';
  position: absolute;
  top:24px;
  right:20px;
  width: 10px;
  height:5px;
  background-image:url(../images/ic_dropdown.png);
  background-repeat: no-repeat;
}
.categ-checked,.page-cheked{
  float:left;
  width:100%;
  margin-bottom: 42px;
}
.categ-checked label,.page-cheked label{
  font-weight: bold;
  color: #000;
  font-family: 'Droid Sans', sans-serif;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
}
li.list-categ{
  padding:3px 0;
}
.list-categ label{
  font-family: 'Droid Sans', sans-serif;
  font-size: 15px;
  color:#000000;
}
.categ-checked [type="checkbox"]:not(:checked) + label:before,.categ-checked [type="checkbox"]:checked + label:before,
.page-cheked [type="checkbox"]:not(:checked) + label:before,.page-cheked [type="checkbox"]:checked + label:before{
    left: 0;
    top: -1px;
    width: 14px;
    height: 14px;
}
.categ-checked [type="checkbox"]:not(:checked) + label:after,.categ-checked [type="checkbox"]:checked + label:after,
.page-cheked [type="checkbox"]:not(:checked) + label:after,.page-cheked [type="checkbox"]:checked + label:after{
    top:-1px;
    left: 0px;
    font-size: 12px;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 39px;
  padding-top:2px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 2px solid #737373;
  background: #ffffff;
  border-radius: 1px;
  box-shadow: none;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
 content: '';
 background-image:url(../images/check-icon.png);
 position: absolute;
 top: 4px;
 left: 0px;
 font-size: 12px;
 line-height: 0.8;
 color: #ffffff;
 transition: all .2s;
 width:18px;
 height:18px;
}
[type="checkbox"]:checked + label:before {
  
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
  font-weight: normal;
}

.test .list-categ {
  display: none;
}
.list-categ.checked-li [type="checkbox"]:checked{
  display: block;
}
.categ-checked li,.page-cheked li{
  display: inline-block;
  float: left;
  padding: 2px 10px 2px 10px;
  background-color: #eeeeee;
  margin: 10px 10px 0px 0px;
  border-radius: 2px;
}
.categ-checked li [type="checkbox"]:not(:checked) + label,.categ-checked li [type="checkbox"]:checked + label,.page-cheked li [type="checkbox"]:not(:checked) + label,.page-cheked li [type="checkbox"]:checked + label{
  padding-left: 28px;
}
.hidden{
  display: none !important;
}
#opt .mainTitle-block{
  color:#24272d;
  font-size: 20px;
  font-family: 'Droid Sans', sans-serif;
  text-transform: none;

}
input.area_post{
    border: 1px solid #e0e0e0;
    box-shadow: none;
    padding-bottom: 15px;
    padding: 0 20px;
    font-family: 'Droid Sans', sans-serif;
    width: 100%;
    font-size: 16px;
    min-height: 52px;
    border-radius: 5px;
}
input.area_post:focus{
    border: 1px solid #cbcbcb;
    border-bottom: 1px solid transparent;
    box-shadow: none;
    border-radius: 0;
}

button:focus {
    outline: none;
}

.overwrite-button {
    background: linear-gradient(#ff5f01, #e93d24);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    font-family: 'Droid Sans', sans-serif;
    padding: 16px 0;
    border: 0;
    border-radius: 5px;
    margin: 25px 0 10px 0;
    font-weight: 700;
    min-width: 210px;
    width: 100%;
    outline: none;
    cursor: pointer;
}
/*.question{
  width: 35px;
    height: 32px;
  float:right;
  background-image:url(../images/question.png);
  background-repeat: no-repeat;
  cursor:pointer;
  background-color:#fff;
  }*/
  .close-question{
      width:30px;
      height:30px;
      float:right;
      background-image:url(../images/close-question.png);
      background-repeat: no-repeat;
      position: absolute;
      top: 20px;
      right: 20px;
      /* padding-bottom: 20px; */
      cursor: pointer;
  }
  .question-block{
     padding:25px 40px 25px;
     position: absolute;
     top: 0;
     left: 0;
     background: #000;
     bottom: 0;
     z-index: 9999;
     overflow-y:auto;
 }
 #opt .question-block h2{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    font-size: 20px;
    color: #fff;
    /* letter-spacing: 2px; */
    text-transform: none;
    line-height: 33px;
}
.content-block{
    font-size: 14px;
    line-height: 22px;
    font-family: 'Open Sans', sans-serif;
    color:#fff;
    padding-bottom: 40px;
}
.area_post::-webkit-input-placeholder,#s::-webkit-input-placeholder,#s_pages::-webkit-input-placeholder {
   color: #bebfc0;
   font-family: 'Droid Sans', sans-serif;
   font-size: 16px;
   letter-spacing: 0px;
}

.area_post:-moz-placeholder,#s:-moz-placeholder,#s_pages:-moz-placeholder { /* Firefox 18- */
   color: #bebfc0;
   font-family: 'Droid Sans', sans-serif;
   font-size: 16px;
   letter-spacing: 0px;
}

.area_post::-moz-placeholder,#s::-moz-placeholder,#s_pages::-moz-placeholder {  /* Firefox 19+ */
   color: #bebfc0;
   font-family: 'Droid Sans', sans-serif;
   font-size: 16px;
   letter-spacing: 0px;

}
.key-account{
  width: 100%;
  margin-bottom: 0;
}
.block-category{
  position: relative;
}
.categ-search,.pages-search{
  position: absolute;
  z-index: 9;
  background: #fafafa;
  width: 100%;
  top: 0;
  box-shadow: -5px 4px 21px rgba(171, 157, 157, 0.88);
  padding-top: 39px;
}
.categ-search .list-categ label, .content-pages .list-categ label{
  padding-top:4px;
  display: block;
  padding-right: 17px;
  line-height: 20px;
}
#categ,.content-pages{
  padding:15px 20px;
}
.categ-search #s,input#s_pages{
  border: 0;
  box-shadow: 0px 1px 3px rgba(195, 195, 195, 0.88);
  width: 99.5%;
  background-color:#fafafa;
  height:48px;
  background-image:url(../images/ic_search.png);
  background-repeat: no-repeat;
  background-position: 20px 20px;
  padding-left: 59px;
}
.area_post:-ms-input-placeholder {  
   color: #bebfc0;
   font-family: 'Droid Sans', sans-serif;
   font-size: 16px;
   letter-spacing: 0px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 21px;
  margin:0 20px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #B1B0B0;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 28px;
  width: 28px;
  left: -4px;
  bottom: -3px; 
  background-color: #f1f1f1;
  -webkit-transition: .4s;
  transition: .4s;
  box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.23);
}
.border{
  position:relative;
  display:block; 
  width:100%
}
.border:before, .border:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#f55F01; 
  transition:0.2s ease all; 
  z-index: 9999;
}
.border:before {
  left:50%;
}
.border:after {
  right:50%; 
}

/* active state */
.area_post:focus ~ .border:before, .area_post:focus ~ .border:after {
  width:50%;
}
input:checked + .slider {
  background-color: #ea9595;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background:#f55F01;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.zoonInRight{
  display: inline-block;
  animation: zoomInRight 300ms;
  transform-origin: bottom right;
}
.zoomOutRight{
  animation: zoomOutRight 300ms;
  transform-origin: bottom right;
}

@keyframes zoomOutRight{
  0%{
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);

}
100%{
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
}
}

@keyframes zoomInRight{
  0%{
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
}
100%{
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
}
}



.button-wrapper {
    width: 50px;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    right: 20px;
    bottom: 20px;
    z-index: 9998;
}

button {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
    position: relative;
    background:transparent;
}

.question-button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.ripple {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    border-radius: 50%;
    z-index: -9;
    background: transparent;
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 1;
}

.rippling {
    -webkit-animation: .3s rippling 1;
    animation: .3s rippling 1;
    -moz-animation: .3s rippling 1;
}

@-webkit-keyframes rippling {

    25% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

}

@-moz-keyframes rippling {

    25% {
        -moz-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        -moz-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }

}


.overflow{
  overflow: hidden;
}
#container {
    position: relative;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.25);
    
}

@keyframes rippling {

    25% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }

}

.layer {
    position: absolute;
    left: 10px;
    right: -1px;
    bottom: 1px;
    width: 30px;
    height: 30px;
    background: #000000;
    border-radius: 50%;
    z-index: -99;
    pointer-events: none;
}

.button-wrapper.clicked {
    -webkit-transform: rotate(90deg) translateY(-96px);
    -ms-transform: rotate(90deg) translateY(-96px);
    transform: rotate(90deg) translateY(-96px);
    right: 0;
    bottom: 0;
    -webkit-transition: .3s all ease .6s;
    transition: .3s all ease .6s;
}

.button-wrapper.clicked .question-button {
    opacity: 0;
    -webkit-transition: .3s all ease .3s;
    transition: .3s all ease .3s;
}

.button-wrapper.clicked .layer {
    -webkit-transform: scale(100);
    -ms-transform: scale(100);
    transform: scale(100);
    -webkit-transition: 2.25s all ease .9s;
    transition: 2.25s all ease .9s;
}

.layered-content {
    position: absolute;
    opacity: 0;
}

.layered-content.active {
    opacity: 1;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.close-button {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #ff2670;
}

.layered-content.active .close-button {
    -webkit-animation: .5s bounceIn;
    animation: .5s bounceIn;
}

.layered-content .content img {
    width: 80px;
    -webkit-shape-outside: 80px;
    shape-outside: 80px;
    border-radius: 50%;
    display: block;
    margin: 0 auto 15px;
    padding: 10px;
    box-sizing: border-box;
    background: white;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}

.content p {
    color: white;
    font-weight: 300;
    text-align: center;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
}

.content p a {
    font-size: 12px;
    background: white;
    padding: 2.5px 5px;
    color: #ff2670;;
    text-decoration: none;
    border-radius: 50px;
    display: inline-block;
    margin-left: 1.5px;
}

.content img,
.content p {
    opacity: 0;
    position: relative;
    top: -7.5px;
}

.layered-content.active .content img {
    opacity: 1;
    top: 0;
    -webkit-transition: .5s all ease .5s;
    transition: .5s all ease .5s;
}

.layered-content.active .content p {
    opacity: 1;
    top: 0;
    -webkit-transition: .5s all ease 1s;
    transition: .5s all ease 1s;
}





/*Price design*/

.container-fluid p {
    margin: 0 0 10px;
}
.pricing-plans {
    padding-bottom: 70px;
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
.container-fluid {
    max-width: 1024px;
    margin-top: 50px;
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
}
.container-fluid:after{
  content: '';
  display: block;
  clear: both;
}
.pricing-plans__item:nth-child(1) {
    z-index: 4;
}
.pricing-plans__item:nth-child(2) {
    z-index: 3;
}
.pricing-plans__item:nth-child(3) {
    z-index: 2;
}
.pricing-plans__item:nth-child(4) {
    z-index: 1;
}
.pricing-plans__item+.pricing-plans__item {
    border-left: 0;
}
.pricing-plans__google .pricing-plans__price {
    background: 0 0;
}
.pricing-plans__google .pricing-plans__small {
    height: auto !important;
}
.pricing-plans__item {
    float: left;
    padding: 10px 20px;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
    position: relative;
}
.pricing-plans__item {
    width: 25%;
    background: #fff;
    border-bottom: 5px solid rgba(0,0,0,.09);
    border-right: 5px solid rgba(0,0,0,.09);
    border-left: 5px solid rgba(0,0,0,.09);
    box-shadow: 0 32px 32px 0 rgba(0,0,0,.1);
    box-sizing: border-box;
    margin-bottom: 10px;
}
.pricing-plans__google {
    border: 0;
    box-shadow: 0 8px 8px 0 rgba(0,0,0,.1);
}
.pricing-plans__header {
    text-align: center;
}
.pricing-plans__header img {
    margin-bottom: 15px;
}
.pricing-plans__big {
    color: #2A2A2A;
}
.pricing-plans__big {
    font-size: 1.5625rem;
    line-height: 1.875rem;
    font-weight: 600;
}
.pricing-plans__avaliable {
    color: #242424;
}
.pricing-plans__avaliable {
    font-size: .8125rem;
    font-weight: 500;
    padding: 20px 0;
}
.pricing-plans__avaliable .photo {
    width: 35px;
    height: 100%;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.pricing-plans__avaliable .content {
    float: left;
}
.pricing-plans__small.subtitle {
    height: 50px;
    padding: 0;
}
.pricing-plans__google .pricing-plans__big {
    padding-top: 30px;
    font-weight: 100;
    font-size: 1.25rem;
}
.pricing-plans__google .pricing-plans__big {
    color: #636363;
}
.pricing-plans__extratiny {
    color: #ADADAD;
}
.pricing-plans__extratiny {
    color: #828282;
}
.pricing-plans__extratiny {
    font-size: .6875rem;
    line-height: .8125rem;
    font-weight: 200;
    display: block;
}
.pricing-plans__price .price {
    color: #4A4A4A;
}
.pricing-plans__price .price {
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 600;
}
.pricing-plans__price {
    background: #F8F8F8;
    color: #4A4A4A;
}
.pricing-plans__price {
    height: 70px;
    padding: 10px 0;
    margin-left: -20px !important;
    margin-right: -20px !important;
    margin-top: 10px !important;
    font-size: .9375rem;
    font-weight: 500;
    box-sizing: border-box;
}
.pricing-plans__tiny {
    color: #979797;
}
.pricing-plans__tiny {
    font-size: .75rem;
    line-height: 1.0625rem;
    font-weight: 400;
}
.pricing-plans__small {
    color: #5B5B5B;
}
.pricing-plans__small {
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 400;
}
.pricing-plans__avaliable:not(.avaliable) {
    opacity: .4;
}
.pricing-plans__avaliable {
    color: #242424;
}
.pricing-plans__tick {
    -o-border-image: linear-gradient(to right,#fff 0,#e4e4e4 50%,#fff 100%);
    border-image: -webkit-linear-gradient(left,#fff 0,#e4e4e4 50%,#fff 100%);
    border-image: linear-gradient(to right,#fff 0,#e4e4e4 50%,#fff 100%);
    border-image-slice: 1;
    background: url(../images/pricing-x.svg) 100% 50% no-repeat;
    background-size: 10px 10px;
    color: #979797;
}

.pricing-plans__tick {
    font-size: .75rem;
    line-height: 1.125rem;
    font-weight: 500;
    position: relative;
    padding: 10px 30px 10px 0;
    border-top: 1px solid transparent;
    border-bottom: 0;
}
.pricing-plans__tick.avaliable {
    color: #181818;
}
.pricing-plans__avaliable:after{
    content: '';
    display: block;
    clear: both;
}
.pricing-plans__tick.avaliable {
    background: url(../images/pricing-tick.svg) 100% 50% no-repeat;
    background-size: 13px 10px;
}

.pricing-plans__button {
    width: calc(100% - 6px);
    border-radius: 50px;
    background: #FF6400;
    color: #fff;
    border: 0;
    height: auto;
    text-decoration: none;
    margin: 10px auto 20px;
    font-weight: 500;
    font-size: .9375rem;
    padding: 16px 34px;
    -webkit-transition: all,.5s;
    transition: all,.5s;
}
.pricing-plans__button {
    font-size: .8125rem;
}
.pricing-plans a:hover .pricing-plans__button {
    text-decoration: none;
    -webkit-transition: all,.5s;
    transition: all,.5s;
    background: #e65a00;
}

@media only screen and (max-width: 1000px){
  .pricing-plans__item{
    width: 50%;
}
}
@media only screen and (max-width: 420px){
  .pricing-plans__item{
    width: 100%;
}
}

.wpetracker-register-form{
    max-width: 629px;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
    box-shadow: -1px 2px 8px rgba(136, 136, 136, 0.61);
    padding: 25px 40px;
    position: relative;
    margin-bottom: 30px;
    box-sizing: border-box;
    margin-top: 50px;
}
.wpetracker-register-form p{
  width: 100%;
  display: inline-block;
  text-align: center;
  position: relative;
  margin: 25px 0;
}
.wpetracker-register-form .url-tracker,
.wpetracker-register-form .gender-tracker,
.wpetracker-register-form .button-submit{
  width: 100%;
  display: block;
}
.wpetracker-register-form .url-tracker label{
  position: relative;
  margin-left: -44px;
}
.wpetracker-register-form .url-tracker label:after,
.wpetracker-register-form .gender-tracker label:after{
  color: #f55F01;
}
.wpetracker-register-form .gender-tracker label{
  position: relative;
  margin-left: -66px;
}
.wpetracker-register-form .url-tracker .label-active,
.wpetracker-register-form .gender-tracker .label-active{
  top: 0;
  font-size: 14px;
}
.wpetracker-register-form p input{
  width: 200px;
  height: 35px;
  border-left: none;
  border-right: none;
  border-top: none;
  background: transparent;
  box-shadow: none;
  padding: 5px 10px;
  position: relative;
}
.wpetracker-register-form p label {
  position: absolute;
  top: 0;
  font-size: 14px;
  margin: 10px;
  -webkit-transition: top .2s ease-in-out, 
  font-size .2s ease-in-out;
  transition: top .2s ease-in-out, 
  font-size .2s ease-in-out;
}
.wpetracker-register-form p .label-active {
  top: -20px;
  font-size: 12px;
}
.not-required:after{
  content: '' !important;
}
.wpetracker-register-form p label:after{
  content: '*';
}
.wpetracker-register-form p .label-active:after {
  content: '*';
  color: #f55F01;
}
.wpetracker-register-form p input:focus{
  box-shadow: none;
}
.wpetracker-register-form p select{
  width: 200px;
  height: 35px;
  border-left: none;
  border-right: none;
  border-top: none;
  background: transparent;
  box-shadow: none;
  padding: 5px 10px;
}
.wpetracker-register-form p input:focus ~ .border-active:before,
.wpetracker-register-form p input:focus ~ .border-active:after{
  width: 100px;
}
.border-active {
    position: relative;
    display: block;
    width: 100%;
}
.border-active:before, .border-active:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #f55F01;
    transition: 0.2s ease all;
    z-index: 9999;
}
.border-active:before {
    left: 50%;
}
.border-active:after {
    right: 50%;
}
.wpetracker-register-form .button-submit input {
    background: #f55F01;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    font-family: 'Droid Sans', sans-serif;
    padding: 10px 15px;
    border: 0;
    border-radius: 2px;
    margin: 35px 0 10px 0;
    font-weight: 700;
    box-shadow: -1px 2px 3px rgba(136, 136, 136, 0.61);
}
.wpetracker-register-form .button-submit span{
    vertical-align: middle;
    margin-right: 8%;
    font-weight: 200;
    color: #000;
    display: inline-block!important;
    width: 45%;
    font-size: .6875rem;
}
.wpetracker-register-form .button-submit span a{
    color: #000;
    border-bottom: 1px solid #f55F01;
    text-decoration: none;
}

/*Update*/
div#cont {
    max-width: 1130px;
    float: left;
    width: 100%;
    margin-left: 10px;
}
.header-tracket {
  margin: 15px 0 15px;
}
.header-tracket p.banner {
    float: right;
    margin: 0 0 0;
}
.header-tracket p.banner img {
  width: 100%;
}
div#cont div#opt .col-4 {
  float: left;
  width: 31.33333%;
  max-width: inherit;
  margin: 0;
}
div#cont div#opt .col-4.middle {
    margin: 0 3%;
}
div#opt .body-col {
  padding: 58px 40px;
}
div#cont div#opt .last-col .shadow {
  padding: 30px 40px;
}
div#cont div#opt .col-4 .question-mark {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #e9e9ea;
    border-radius: 5px;
    height: 48px;
    width: 48px;
}
.question {
  float: right;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #999;
  padding-top: 14px;
  box-sizing: border-box;
}
#opt .body-col .mainTitle-block {
    margin-top: 70px;
}
.key-account h2.mainTitle-block {
    margin-bottom: 15px;
}
.key-account h2 {
    font-size: 30px;
    margin: 0 0 62px;
}
span.mainTitle-block.red-color {
    color: #f9560b !important;
}

/*tabs*/
ul.tabs{
  margin: 20px 0 30px;
  padding: 0px 0 0 10px;
  list-style: none;
  border-bottom: 2px solid #d0d0d0;
}
ul.tabs li{
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    margin: 0 5px -2px 0;
    background: #e5e5e5;
    border: 1px solid #d0d0d0;
    border-bottom: 2px solid #d0d0d0;
    font: 500 14px 'Droid Sans';
}

ul.tabs li.current{
    background: transparent;
    color: #222;
    border-bottom: 2px solid #f1f1f1;
}
.tab-content{
    display: none;
}

.tab-content.current{
    display: inherit;
}

/*features*/
.switch-btn .switch {
    transform: rotate(180deg);
}
div#features div#opt .col-6 {
    float: left;
    box-sizing: border-box;
    width: 49%;
    background: #fff;
    margin: 0 2% 25px 0;
    position: relative;
    min-height: 240px;
    box-shadow: 0 0 8px rgba(136, 136, 136, 0.61);
    padding: 30px 30px 0 100px;
}
div#features div#opt .col-6:nth-child(2n) {
  margin-right: 0;
}
div#features div#opt .col-6.disabled .icon-left {
    background: linear-gradient(#cbcbcb, #b8b8b8);
}
div#features div#opt .col-6 .icon-left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 84px;
  background: linear-gradient(#ff6a15, #e63a26);
  text-align: center;
}
#opt .mainTitle-block.disabled {
    color: #c2c2c2;
}
div#features div#opt .col-6 .icon-left div {
  display: block;
  background: #24272d;
  height: 84px;
  padding-top: 22px;
  box-sizing: border-box;
}
div#features div#opt .col-6 .content-info h3 {
  font: 600 24px 'Droid Sans';
  margin: 0 0 25px;
  text-transform: uppercase;
  color: #24272d;
}
div#features div#opt .col-6 .content-info p {
  font: 500 15px/22px 'Droid Sans';
  margin-bottom: 30px;
}

/*information*/
.tab-content .col-7 {
    float: left;
    box-sizing: border-box;
    width: 70%;
    border-right: 1px solid #ccc;
    padding: 30px 60px 0 0;
}
.tab-content .col-7 h5 {
  font: 600 16px 'Droid Sans';
  text-transform: uppercase;
  margin: 30px 0 20px;
}
.tab-content .col-7 p {
  font: 500 15px/20px 'Droid Sans';
  margin: 0 0 15px;
  color: #24272d;
}
.tab-content .col-7 h3 {
  margin: 0 0 25px;
  text-transform: uppercase;
  font: 600 24px 'Droid Sans';
  color: #24272d;
}
.tab-content .col-7 a {
  color: #e73b25;
  text-decoration: none;
}
.tab-content .col-7 a:hover {
    color: #ff6a13;
}
.tab-content .col-5 {
    float: left;
    box-sizing: border-box;
    width: 30%;
    padding: 30px 0 0 40px;
}
.tab-content .col-5 h5 {
  font: 600 16px 'Droid Sans';
  text-transform: uppercase;
  color: #8d8d8d;
  margin: 0 0 20px;
}
.tab-content .col-5 p {
  margin: 0 0 15px;
  font: 500 13px/18px 'Droid Sans';
  color: #999;
}
.key-account h2 p {
    font: 500 15px/20px "Droid Sans";
    display: block;
    margin: 15px 0 -35px;
}

/* div#cont div#opt .col-4.middle .question-mark, div#cont div#opt .col-4.first-col .question-mark {
    bottom: 68px;
} */

/* .middle .overwrite-button, .first-col .overwrite-button {
    margin-top: 50px;
} */


@media only screen and (min-width: 960px) and (max-width: 1280px) { 


    div#cont {
       max-width: 948px;
   }

   .header-tracket img {
      width: 200px;
  }

  .header-tracket p.banner img {
    width: 68%;
    float: right;
}
div#cont div#opt .last-col .shadow{
  padding: 20px 30px;
}

div#opt .body-col {
  padding: 20px 30px;

}

#opt .head h2 {
  font-size: 20px;
}

.overwrite-button {
  min-width: 160px;
  padding: 10px 0;
  margin: 25px 0 20px 0;
}

div#cont div#opt .col-4 .question-mark {
  width: 36px;
  height: 36px;
  padding-top: 0px;
}

div#cont div#opt .col-4.middle .question-mark, div#cont div#opt .col-4.first-col .question-mark {
  bottom: 40px;
}

.key-account h2 {
  font-size: 25px;
}

.key-account h2 p {
  font-size: 12px;
}

.question {
  padding-top: 10px;


}


.question-block {
  padding: 10px 30px 10px;
}

.close-question {
  bottom: -10px;
  right: -15px;
}



div#features div#opt .col-6 .content-info h3 {
  font-size: 20px;
}

}





@media only screen and (min-width: 700px) and (max-width: 960px) { 

  div#cont {
    max-width: 960px;
}

.header-tracket img {
  width: 100px;
}

.header-tracket p.banner img {
    width: 48%;
    float: right;
}

#opt .head h2 {
  font-size: 18px;
}

div#cont div#opt .last-col .shadow{
  padding: 25px 15px;
}

div#opt .body-col {
   padding: 25px 15px;
}

#opt .body-col .mainTitle-block  {
  margin-top: 25px;
  font-size: 18px;
}


.overwrite-button {
  min-width: 130px;
  padding: 10px 0;
  margin: 25px 0 15px 0;
}

div#cont div#opt .col-4 .question-mark {
  width: 36px;
  height: 36px;
  padding-top: 0px;
}

div#cont div#opt .col-4.middle .question-mark, div#cont div#opt .col-4.first-col .question-mark {
  bottom: 40px;
}

.key-account h2 {
  font-size: 25px;
}

.key-account h2 p {
  font-size: 12px;
}

.question {
  padding-top: 10px;
}
.bottom-block {
  padding: 15px 15px 15px !important;
}


#opt .mainTitle-block {
  font-size: 18px;
}

.tab-content .col-7 h3,
div#features div#opt .col-6 .content-info h3 {
  font-size: 20px;
}

}
