.add-serv {
  padding: 15px 15px;
}

.add-serv-list {
  max-width: 1110px;
  margin: 0 auto;
  padding-top: 20px;
}

.add-serv-list li {
  padding-bottom: 20px;
}

.btn {
  height: auto;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  text-transform: uppercase;
}

.btn-md {
  font-size: 16px;
  font-weight: 600;
  min-width: 204px;
  padding: 20px 25px;
  border-width: 2px;
}

.btn-md-s {
  font-weight: 600;
  min-width: 170px;
  padding: 15px 25px;
  border-width: 2px;
}

.btn-lg {
  min-width: 250px;
  padding: 24px 36px;
  font-size: 20px;
  font-weight: 900;
  border-width: 2px;
}

.btn-default {
  background: #f1f5f6;
  border-color: #868686;
  color: #868686;
}

.btn-default:hover, .btn-default:active, .btn-default.active {
  border-color: #868686;
  background: #868686;
  color: #fff;
}

.btn-primary {
  color: #fff;
  background: #0098f9;
  border-color: #0098f9;
}

.btn-primary:hover, .btn-primary:active, .btn-primary.active {
  border-color: #0079c6;
  background: #0079c6;
  color: #fff;
}

.btn-primary-light {
  background: transparent;
  color: #0098f9 !important;
  border-color: #0098f9;
}

.btn-primary-light:hover, .btn-primary-light:active, .btn-primary-light.active {
  background: #0098f9;
  color: #fff !important;
}

.buttons-radio {
  font-size: 14px;
}

.buttons-radio i {
  display: inline-block;
  vertical-align: middle;
}

.buttons-radio .btn-group .btn:first-child {
  border-radius: 2px 0 0 2px;
}

.buttons-radio .btn-group .btn:last-child {
  border-radius: 0 2px 2px 0;
}

.fun-slider {
  padding-top: 94px;
}

.fun-slider-panel {
  text-align: center;
  font-size: 0;
}

.fun-slider-panel li {
  min-width: 160px;
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 23px 5px;
  height: 143px;
  border: 2px solid transparent;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  color: #81a6be;
  cursor: pointer;
}

.fun-slider-panel li.active {
  color: #0098f9;
  border-color: #0098f9;
}

.fun-slider-panel li.active:after, .fun-slider-panel li.active:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  border: 10px solid transparent;
}

.fun-slider-panel li.active:after {
  margin-left: -10px;
  margin-bottom: 3px;
  border-top-color: #fff;
}

.fun-slider-panel li.active:before {
  margin-left: -10px;
  border-top-color: #0098f9;
}

.fun-slider-panel li.active:hover:after {
  border-top-color: #f1f5f6;
}

.fun-slider-panel li i {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 auto 30px;
}

.fun-slider-panel li:hover {
  background-color: #f1f5f6;
}

.fun-slider-cont {
  overflow: hidden;
  position: relative;
  height: 390px;
}

.fun-slider-cont > div {
  padding: 0 30px 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.fun-slider-cont > div.active {
  z-index: 20;
}

.fun-slider-list {
  max-width: 1210px;
  margin: 0 auto;
  overflow: hidden;
  padding: 77px 30px 77px;
}

.fun-slider-list-description, .fun-slider-list-images {
  position: relative;
  bottom: -50px;
  left: -20px;
  opacity: 0;
  transition-property: bottom, opacity, left;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 195ms;
}

.active .fun-slider-list-description, .active .fun-slider-list-images {
  opacity: 1;
  bottom: 0;
  left: 0;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-delay: 195ms;
}

.fun-slider-list-description {
  padding-top: 50px;
  z-index: 1;
}

.fun-slider-list-description h3 {
  font-size: 32px;
  margin-bottom: 38px;
  color: #0098f9;
  font-weight: 600;
}

.fun-slider-list-description p {
  line-height: 30px;
  color: #474747;
}

.fun-slider-list-description a {
  display: inline-block;
  color: #0098f9;
}

.fun-slider-list-images {
  width: 540px;
  box-shadow: 20px 55px 70px -45px rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.active .fun-slider-list-images {
  transition-delay: 260ms;
}

.fun-slider-list-images-panel {
  padding: 0 18px;
  height: 50px;
  background: #eeeeee;
}

.fun-slider-list-images-panel i {
  margin: 0;
  display: block;
  float: left;
  width: 22px;
  height: 50px;
  position: relative;
  cursor: pointer;
}

.fun-slider-list-images-panel i:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #c0c0c0;
}

.fun-slider-list-images-panel i:hover:after {
  background-color: #a7a7a7;
}

.fun-slider-list-images-panel i.active:after {
  background-color: #9a9a9a;
}

.fun-slider-list-images-list {
  height: 310px;
  overflow: hidden;
  position: relative;
}

.fun-slider-list-images-list img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 195ms;
}

.fun-slider-list-images-list img.active {
  opacity: 1;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.fun-slider .fun-slider-list-images {
  margin-left: 70px;
}

.payment-method {
  background: #f1f5f6;
  padding: 65px 15px 75px;
}

.payment-method-list .icon {
  vertical-align: middle;
  margin: 0 45px 0;
  cursor: pointer;
}

.payment-method-list .icon:first-child {
  margin-left: 0;
}

.payment-method-list .icon:last-child {
  margin-right: 0;
}

.payment-method .under-text {
  color: #a4a4a4;
  font-size: 14px;
  font-weight: 500;
}

.payment-method .btn .icon {
  margin-left: 10px;
  vertical-align: baseline;
}

.servers-list {
  background: #f1f5f6;
  padding: 15px 15px 60px;
}

.servers-list ul {
  display: block;
  margin: 0 auto;
  max-width: 1200px;
  font-size: 0;
}

.servers-list ul li {
  white-space: nowrap;
  margin: 0 15px;
  padding: 0 10px 0 45px;
  display: inline-block;
  width: 540px;
  height: 70px;
  line-height: 68px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  cursor: pointer;
  color: #444;
}

.servers-list ul li:hover {
  border-color: rgba(0, 152, 249, 0.5);
}

.servers-list ul li.active {
  border-color: #0098f9;
}

.servers-list ul li i {
  display: inline-block;
  width: 16px;
  height: 11px;
  margin-right: 10px;
}

.tariff {
  width: 350px;
  vertical-align: top;
  display: inline-block;
  margin-top: -56px;
  margin-bottom: -117px;
  margin-right: 60px;
  padding: 50px 0;
  font-size: 20px;
  color: #252525;
}

@media (max-width: 1200px) {
  .tariff {
    font-size: 16px;
    width: 275px;
    margin-bottom: -100px;
  }
}

.tariff-list {
  margin-top: 42px;
  line-height: 60px;
  text-align: center;
}

@media (max-width: 1200px) {
  .tariff-list {
    line-height: 50px;
  }
}

.tariff-list li {
  border-bottom: 1px solid #f2f2f2;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.tariff:last-child, .tariff:first-child {
  margin-right: 0px;
}

.tariff-transparent .tariff-list {
  margin-top: 68px;
  padding-left: 60px;
}

@media (max-width: 1200px) {
  .tariff-transparent .tariff-list {
    padding-left: 20px;
  }
}

.tariff-default {
  background-color: #fff;
  color: #7e9499;
  border: 2px solid #868686;
}

.tariff-primary {
  background-color: #fff;
  border: 2px solid #0098f9;
}

.tariffs {
  margin-top: 100px;
  margin-bottom: 120px;
  text-align: center;
  background: #f1f5f6;
  padding: 0 15px;
  min-width: 1000px;
}

.tariffs-header {
  text-align: left;
  margin-top: 20px;
}

@media (max-width: 1200px) {
  .tariffs {
    margin-bottom: 60px;
  }
  .tariffs .btn {
    min-width: 220px;
    padding: 20px 30px;
    font-size: 18px;
  }
}

h1 {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #3a3a3a;
  font-weight: 300;
  line-height: 54px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.text-primary {
  color: #0098f9 !important;
}

.text-grey {
  color: #868686 !important;
}

.text-headline {
  font-size: 24px;
}

.text-extrabold {
  font-weight: 900;
}

.text-bg-grey {
  background: rgba(37, 37, 37, 0.8);
  padding: 0 5px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-underline, .text-underline_h {
  text-decoration: underline;
}

.text-underline_h:hover {
  text-decoration: none;
}

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

.icon {
  margin: 0;
  display: inline-block;
  background: transparent url("../../image/sprite.png") 0 0 no-repeat;
}

.icon-none {
  background-position: 0 0;
}

.icon-none, .icon-none_primary {
  width: 18px;
  height: 18px;
}

.icon-none_primary {
  background-position: -58px 0;
}

.icon-accept {
  background-position: -29px 0;
}

.icon-accept, .icon-accept_grey {
  width: 21px;
  height: 16px;
}

.icon-accept_grey {
  background-position: -87px 0;
}

.icon-lic, .icon-panel, .icon-func, .icon-money, .icon-ddos, .icon-plan {
  width: 24px;
  height: 24px;
}

.icon-lic {
  background-position: 0 -168px;
}

.active > .icon-lic {
  background-position: -29px -168px;
}

.icon-panel {
  background-position: 0 -139px;
}

.active > .icon-panel {
  background-position: -29px -139px;
}

.icon-func {
  background-position: 0 -110px;
}

.active > .icon-func {
  background-position: -29px -110px;
}

.icon-money {
  background-position: 0 -81px;
}

.active > .icon-money {
  background-position: -29px -81px;
}

.icon-ddos {
  background-position: 0 -52px;
}

.active > .icon-ddos {
  background-position: -29px -52px;
}

.icon-plan {
  background-position: 0 -23px;
}

.active > .icon-plan {
  background-position: -29px -23px;
}

.icon-ru, .icon-de, .icon-fr {
  width: 16px;
  height: 11px;
}

.icon-ru {
  background-position: 0 -213px;
}

.icon-de {
  background-position: 0 -197px;
}

.icon-fr {
  background-position: 0 -229px;
}

.icon-pp {
  background-position: 0 -245px;
  width: 131px;
  height: 45px;
}

.icon-wm {
  background-position: 0 -295px;
  width: 117px;
  height: 31px;
}

.icon-ya {
  background-position: 0 -331px;
  width: 105px;
  height: 60px;
}

.icon-qiwi {
  background-position: 0 -399px;
  width: 96px;
  height: 40px;
}

.icon-visa {
  background-position: 0 -442px;
  width: 221px;
  height: 43px;
}

.icon-arrow {
  background-position: 0 -488px;
  width: 16px;
  height: 10px;
}

:hover > .icon-arrow {
  background-position: -29px -488px;
}

.text-slider {
  box-shadow: 0 0 27px 0 rgba(0, 0, 0, 0.07);
}

.text-slider-header {
  height: 80px;
  padding: 0 30px;
  line-height: 80px;
  font-size: 26px;
  font-weight: 300;
  background: #fff;
  border: 1px solid #f1f5f6;
  cursor: pointer;
  position: relative;
  color: #0098f9;
  transition-property: color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 195ms;
}

.active .text-slider-header {
  color: #1b1b1b;
}

.active .text-slider-header:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.text-slider-header:after, .text-slider-header:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 2px;
  top: 50%;
  right: 27px;
  margin-left: -16px;
  margin-top: -1px;
  background: #0098f9;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-duration: 195ms;
}

.text-slider-header:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.text-slider-description {
  overflow: hidden;
  height: 0;
  background: #f1f5f6;
  font-size: 16px;
  line-height: 30px;
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 195ms;
}

.active .text-slider-description {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.text-slider-description div {
  padding: 33px 40px;
}

.m-top5 {
  margin-top: 5px;
}

.m-top10 {
  margin-top: 10px;
}

.m-top15 {
  margin-top: 15px;
}

.m-top20 {
  margin-top: 20px;
}

.m-top30 {
  margin-top: 30px;
}

.m-top35 {
  margin-top: 35px;
}

.m-top40 {
  margin-top: 40px;
}

.m-top45 {
  margin-top: 45px;
}

.m-top50 {
  margin-top: 50px;
}

.m-top55 {
  margin-top: 55px;
}

.m-left5 {
  margin-left: 5px;
}

.m-left20 {
  margin-left: 20px;
}

.m-right5 {
  margin-right: 5px;
}

.clickable {
  cursor: pointer;
}

@media (max-width: 1200px) {
  .visible-lg-block {
    display: none !important;
  }
}
