.main-content {
  font-size: 17px;
  line-height: -webkit-calc(27 / 18);
  line-height: calc(27 / 18);
  color: #333333;
}

.main-content ul {
  list-style: none;
}

.main-content button,
.main-content label,
.main-content select,
.main-content input[type="submit"] {
  cursor: pointer;
}

.main-content img {
  max-width: 100%;
  height: auto;
}

.main-content a {
  text-decoration: none;
}

.main-content .btn {
  display: block;
  height: 52px;
  background-color: #b765f0;
  border-color: #b765f0;
  line-height: 31px;
  letter-spacing: 1.2px;
  max-width: 300px;
}

.main-content .btn:hover {
  background-color: #ab5de1;
}

.intro {
  /* padding: 0px 0 253px; */
  /* background: #01deb1 url("/imgs/site-content2020/bg-intro.png") top right no-repeat; */
  /* color: #ffffff; */
}

.intro {
  padding: 0 0 99px;
  background: #fff url('/imgs/site-content2020/intro-bg.jpg') no-repeat center;
  background-size: cover
}

.intro__title {
  font-size: 46px;
  font-weight: 700;
  line-height: 55px;
  padding: 0;
  margin: 0 0 41px;
}

.intro__subtitle {
  margin: 0 0 30px;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px
}

.intro__img {
  -webkit-transform: translateX(-29px);
  -ms-transform: translateX(-29px);
  transform: translateX(-29px)
}

.intro-wrap {
  /* max-width: 610px */
}

.arrow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 22px;
  line-height: 26px
}

.intro-list {
  margin-bottom: 46px;
}

.arrow-list--thin {
  /* max-width: 450px */
}

.arrow-list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 30px
}

.arrow-list li:last-child {
  margin-bottom: 0
}

.arrow-list li::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
  background: url('/imgs/seo-new2021/sprite.svg#arrow-right') no-repeat center
}

.scrollbtm {
  bottom: -140px;
}

.scrollbtm-in .str-border {
  background: rgba(0, 0, 0, .1);
}

@media (max-width: 1200px) {
  .intro .scrollbtm {
    display: none;
  }
}

/* .intro__header {
  padding: 0;
  color: #ffffff;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 18px;
  padding-top: 90px;
}

.intro__subheader {
  font-size: 33px;
  line-height: 42px;
  letter-spacing: 1px;
  margin: 0 0 45px;
}

.intro__text {
  font-size: 17px;
  line-height: 26px;
  margin: 0 0 45px;
  max-width: 560px;
}

.intro__button {
  width: 196px;
  -webkit-box-shadow: 0 10px 20px 2px rgba(183, 101, 240, 0.4);
  box-shadow: 0 10px 20px 2px rgba(183, 101, 240, 0.4);
} */

h2 {
  color: #333333;
  font-size: 40px;
  font-weight: 500 !important;
  line-height: 47px;
  text-transform: uppercase;
}

.benefits {
  padding: 94px 0 93px;
}

.benefits__header {
  padding: 0;
  margin-bottom: 44px;
}

.benefits-items {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefits__item {
  width: -webkit-calc(100% / 3 - 15px);
  width: calc(100% / 3 - 15px);
}

.benefits__item-image-part {
  display: block;
  line-height: 0;
  margin-bottom: 21px;
}

.benefits__item-header {
  font-weight: 500;
  margin: 0 0 15px;
}

.benefits__item-text {
  margin: 0;
}

.advantages {
  padding: 93px 0 101px;
  background: #f9f9fc;
}

.advantages__header {
  padding: 0;
  margin-bottom: 39px;
}

.advantages__subheader {
  font-weight: 500;
  margin: 0 0 17px;
  text-align: center;
}

.advantages__text {
  margin: 0 0 49px;
}

.advantages-items {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  counter-reset: advantages;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages__item {
  background: #ffffff;
  width: 330px;
  -webkit-box-shadow: 0 0 23px 1px rgba(32, 30, 46, 0.1);
  box-shadow: 0 0 23px 1px rgba(32, 30, 46, 0.1);
  border-radius: 20px;
  text-align: center;
  padding: 65px 15px 25px;
  margin-bottom: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages__item::before,
.advantages__item::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
  position: absolute;
  content: '';
  display: block;
}

.advantages__item::before {
  width: 64px;
  height: 64px;
  background-color: #3be0b7;
  top: -20px;
  counter-increment: advantages;
  content: counter(advantages);
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.advantages__item::after {
  width: 58px;
  height: 58px;
  border: 1px solid #ffffff;
  top: -17px;
  position: absolute;
  content: '';
  display: block;
}
.btn {
    color: #fff !important;
    }

.advantages__button {
  width: 490px;
  max-width: 100% !important;
  margin: 10px auto 0;
}

.types {
  padding: 93px 0 92px;
}

.types__header {
  padding: 0;
  margin-bottom: 45px;
}

.types-items {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.types__item {
  width: 510px;
  -webkit-box-shadow: 0 0 23px 1px rgba(32, 30, 46, 0.1);
  box-shadow: 0 0 23px 1px rgba(32, 30, 46, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
  padding: 25px 30px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
  position: relative;
}

.types__item::before {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 15px;
  border: 1px dashed #b765f0;
  position: absolute;
  content: '';
  display: block;
}

.types__item-header {
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.types__item-text {
  margin: 0 0 0;
}

.types__text {
  margin: 50px 0 0;
}

.order {
  padding: 101px 0 101px;
  background: #f9f9fc;
}

.order-form {
  max-width: 1050px;
  -webkit-box-shadow: 0 0 23px 1px rgba(32, 30, 46, 0.1);
  box-shadow: 0 0 23px 1px rgba(32, 30, 46, 0.1);
  border-radius: 25px;
  background-color: #ffffff;
  margin: auto;
  padding: 55px 0 63px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.order-form__header {
  color: #b765f0;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  margin: 0 0 45px;
  padding: 0 20px;
}

.order-form__inner {
  padding: 0 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-form input[type="text"] {
  width: 307px;
  height: 40px;
  line-height: 40px;
  border: 0;
  outline: 0;
  border-bottom: 1px solid rgba(170, 170, 170, 0.29) !important;
  margin-bottom: 70px;
}

.order-form input[type="text"]::-webkit-input-placeholder {
  color: #aaaaaa;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.order-form input[type="text"]::-moz-placeholder {
  color: #aaaaaa;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.order-form input[type="text"]:-ms-input-placeholder {
  color: #aaaaaa;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.order-form input[type="text"]::-ms-input-placeholder {
  color: #aaaaaa;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.order-form input[type="text"]::placeholder {
  color: #aaaaaa;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
}

.order-form input[type="text"]:focus {
  border-bottom-color: #b765f0 !important;
}

.order-form label {
  font-size: 15px;
  letter-spacing: 0.3px;
  padding-left: 25px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.order-form label::before,
.order-form label::after {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  position: absolute;
  content: '';
  display: block;
}

.order-form label::before {
  border-radius: 2px;
  border: 1px solid rgba(230, 230, 230, 0.9);
  background-color: #ffffff;
}

.order-form label::after {
  background: url("/imgs/site-content2020/check.png") center no-repeat;
  opacity: 0;
}

.order-form label.active::after {
  opacity: 1;
}

.order-form label a {
  color: #333333;
  text-decoration: underline;
}

.order-form label a:hover {
  text-decoration: none;
}

.order-form__button {
  width: 306px;
  border: 0;
  outline: 0;
}

.i-block {
  margin-top: 38px;
  padding: 25px 34px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid #DCDCDC;
}

.i-block--min-font {
  font-size: 15px;
  line-height: 20px
}

.i-block__icon {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  top: 3px;
  width: 20px;
  height: 20px;
  background: #dc1314;
  border-radius: 50%
}

.i-block__icon::after {
  content: '';
  width: 10px;
  height: 10px;
  background: url('/imgs/seo-new2021/sprite.svg#important') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.i-block__icon--info {
  background: #1f8cdf
}

.i-block__icon--info::after {
  background: url('/imgs/seo-new2021/sprite.svg#important-2')
}

.i-block p {
  margin: 0 0 10px
}

.i-block p:last-child {
  margin-bottom: 0
}

@media(max-width:400px) {
  .i-block {
    padding: 20px
  }
}

@media (max-width: 1800px) {
  .intro {
    background-position: top left;
  }
}

@media (max-width: 1200px) {
  .intro {
    padding: 40px 0 50px;
  }

  .intro br {
    display: none;
  }

  .intro__text {
    max-width: 100%;
  }

  .benefits {
    padding: 30px 0;
  }

  .advantages {
    padding: 30px 0;
  }

  .advantages__item {
    width: -webkit-calc(100% / 3 - 20px);
    width: calc(100% / 3 - 20px);
  }

  .types {
    padding: 30px 0;
  }

  .types__item {
    width: -webkit-calc(100% / 2 - 15px);
    width: calc(100% / 2 - 15px);
  }

  .order {
    padding: 30px 0;
  }

  .order-form {
    padding: 30px 0;
  }

  .order-form input[type="text"] {
    width: -webkit-calc(100% / 3 - 15px);
    width: calc(100% / 3 - 15px);
  }
}

@media (max-width: 1000px) {
  .advantages__item {
    width: -webkit-calc(100% / 2 - 20px);
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 800px) {

  h1,
  h2,
  p[class*="subheader"] {
    line-height: normal !important;
    font-size: 30px !important;
    margin-bottom: 10px !important;
    letter-spacing: 0 !important;
  }

  p[class*="subheader"] {
    font-size: 20px !important;
    margin-bottom: 15px !important;
  }

  .benefits-items {
    margin-top: 50px;
  }

  .types-items {
    margin-top: 30px;
  }

  .order-form__header {
    line-height: normal;
    font-size: 24px;
  }

  .order-form input[type="text"] {
    width: 100%;
    margin-bottom: 30px;
  }

  .order-form label {
    width: 100%;
    margin-bottom: 20px;
  }

  .order-form button {
    margin: auto;
  }

  .advantages__subheader {
    font-size: 20px !important;
  }
}

@media (max-width: 700px) {
  .benefits__item {
    width: 100%;
    margin-bottom: 30px;
  }

  .benefits__item:last-child {
    margin-bottom: 0;
  }

  .advantages__item {
    width: 100%;
  }

  .advantages__item br {
    display: none;
  }

  .types__item {
    width: 100%;
  }
}

@media (max-width: 400px) {

  h1,
  h2,
  p[class*="subheader"] {
    font-size: 24px !important;
  }

  .order-form__header {
    font-size: 20px;
  }

  p.advantages__subheader {
    font-size: 20px !important;
  }
}

/*# sourceMappingURL=style.css.map */



.tariffs {
  padding-bottom: 60px;
}

.menu-xs {
  display: none;
}

.tariffs .table-in {
  box-shadow: 2px 2px 9px rgba(0, 0, 0, .2);
  background: #fff;
  border-radius: 8px
}

.tariffs .table-in td {
  border-bottom: 1px solid #d8d8d8;
  padding: 9px 30px 10px !important;
  width: 25%;
}

.tariffs .table-in td img {
  position: relative;
  top: 4px;
}

.tariffs .table-in td.table-type0 {
  padding: 9px 15px 10px 45px !important
}

.tariffs .table-in td.table-type0 ul {
  margin: 0 0 0 22px;
}

.tariffs .table-in td.table-type0 ul li {
  margin: 0;
}

.tariffs .table-in td.table-type1 {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  text-align: center;
}

.tariffs .table-in td.table-type2 {
  text-align: center;
}

.tariffs .table-in td.table-type0 {
  background: none !important;
}

.tdselect {
  background: none !important;
}

.tariffs .table-in td.tdselect {
  /* background: #f4f4f4; */
  /* padding: 9px 30px 10px !important */
}

.tariffs .table-in td.table-type0.tdselect {
  /* padding: 9px 15px 10px 45px !important */
}

.tariffs .table-in td.small {
  background: #e5e5e5 !important;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  padding: 8px 26px 7px 30px !important;
  color: #000;
  text-align: left;
}

.tariffs .table-in td.small.table-type0 {
  padding: 8px 11px 7px 45px !important
}

.tariffs .table-in td.small.type1 {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8
}

.tariffs .table-in thead td {
  color: #4f4f4f;
  font-size: 18px;
  font-weight: 500;
}

.tariffs .table-in thead td.table-title {
  background: none !important;
  /* width: 40%; */
  padding: 25px 15px 20px 45px !important;
  border-radius: 8px 0 0 0
}

.tariffs .table-in thead td.table-type1 {
  /* width: 21%; */
  position: relative;
  padding: 29px 20px 20px !important
}

.tariffs .table-in thead td.table-type1 .icon {
  width: 33px;
  height: 27px;
  vertical-align: top;
  margin: -2px 5px 0 0;
  display: inline-block;
  background: url('../imgs/statey/type1-icon.png') no-repeat;
}

.tariffs .table-in thead td.table-type1 .text {
  position: absolute;
  width: 223px;
  height: 73px;
  top: -60px;
  background: url('../imgs/statey/text1.png') no-repeat;
  left: 0
}

.tariffs .table-in thead td.table-type2 {
  padding: 29px 20px 20px !important;
  vertical-align: top;
  /* width: 21%; */
  border-radius: 0 8px 0 0 !important;
  position: relative
}

.tariffs .table-in thead td.table-type2 .icon {
  width: 31px;
  height: 29px;
  vertical-align: top;
  margin: -2px 5px 0 0;
  display: inline-block;
  background: url('../imgs/statey/type2-icon.png') no-repeat;
}

.tariffs .table-in thead td.table-type2 .text {
  position: absolute;
  width: 200px;
  height: 67px;
  top: -60px;
  background: url('../imgs/statey/text2.png') no-repeat;
  left: 62px;
}

.tariffs .table-in tfoot td {
  border: 1px solid transparent !important;
  padding: 19px 30px 25px !important;
  vertical-align: top;
}

/* .tariffs .table-in tfoot td.table-type1.tdselect {
padding: 19px 30px 25px !important;
border-left: 1px solid #d8d8d8 !important;
border-radius: 0 0 8px 8px;
border-bottom: 1px solid #d8d8d8 !important;
border-right: 1px solid #d8d8d8 !important;
}

.tariffs .table-in tfoot td.table-type2.tdselect {
padding: 19px 30px 25px !important;
position: relative;
border-radius: 0 0 0 8px;
left: -1px;
padding-left: 31px;
border-left: 1px solid #d8d8d8 !important;
border-bottom: 1px solid #d8d8d8 !important;
} */

.tariffs .btn_red {
  background: #cdcdcd
}

.tariffs .table-in td .btn_red {
  padding: 13px 35px 15px;
  -moz-box-shadow: 0 0 0 4px #ececec;
  box-shadow: 0 0 0 4px #ececec
}

.tariffs .table-in td.tdselect .btn_red {
  background: #78b75d;
  background: linear-gradient(to top, #31903b, #78b75d);
}

.tariffs .table-in td.tdselect.table-type2 .btn_red {
  position: relative;
  left: 1px;
}

.tariffs .table-in .menu-xs {
  display: none !important;
}

@media screen and (max-width:910px) {
  .tariffs.tariffs2 .table-in thead td {
    font-size: 13px;
    line-height: 18px;
  }

  .tariffs.tariffs2 .table-in tfoot td .btn_red {
    font-size: 13px;
    line-height: 18px;
    padding: 7px 10px 8px;
  }

  .tariffs.tariffs2 .table-in td {
    font-size: 13px;
    line-height: 18px;
    width: inherit !important;
    padding: 10px !important;
  }

  .tariffs .table-in thead td.table-title,
  .tariffs .table-in td.small.table-type0 {
    padding: 10px !important;
  }
}

@media screen and (max-width:700px) {
  .tariffs .table-in .menu-xs {
    display: block !important;
  }

  .tariffs .table-in td.table-type2 {
    display: none
  }

  .tariffs .table-in td.small.type2 {
    display: none
  }

  .tariffs .table-in thead td.table-type1 {
    border-radius: 0 8px 0 0;
  }

  .tariffs .table-in td.table-type2 {
    border-left: 1px solid #d8d8d8;
  }

  .tariffs .table-in td.small.type2 {
    border-left: 1px solid #d8d8d8;
  }
}

@media screen and (max-width:650px) {
  .tariffs .table-in thead td {
    font-size: 13px;
    line-height: 18px;
  }

  .tariffs .table-in td {
    font-size: 13px;
    line-height: 18px;
    width: inherit !important;
    padding: 10px !important;
  }

  .tariffs .table-in td.small {
    width: inherit !important;
    padding: 10px !important;
  }

  .tariffs .table-in td.tdselect {
    width: inherit !important;
    padding: 10px !important;
  }

  /* .tariffs .table-in td.table-type0 {
  width: 80%;
}
.tariffs .table-in td.small.table-type0 {
  width: 80%;
}
.tariffs .table-in td.table-type1 {
  width: 20%;
}
.tariffs .table-in td.small.type1 {
  width: 20%;
}
.tariffs .table-in td.table-type2 {
  width: 20%;
}
.tariffs .table-in td.small.type2 {
  width: 20%;
} */
}

.tariffs .text .green-dots {
  margin-left: 0;
}

@media screen and (max-width:1230px) {
  .tariffs .table-in thead td.table-type1 .text {
    display: none
  }

  .tariffs .table-in thead td.table-type2 .text {
    display: none
  }
}

@media screen and (max-width:800px) {
  .tariffs .table-in {
    margin-left: 0
  }
}

@media screen and (max-width:640px) {
  .tariffs .table-in td .btn_red {
    font-size: 13px;
    padding: 4px 15px;
  }

  .tariffs .table-in .text {
    font-size: 13px;
    line-height: 18px;
  }
}

.tariffs .table-in td.table-type2,
.tariffs .table-in td.table-type3 {
  border-right: 1px solid #d8d8d8;
  text-align: center;
}

.tariffs .table-in td.table-type4 {
  text-align: center;
}

.tariffs .table-in td.table-type5 {
  text-align: center;
  border-left: 1px solid #d8d8d8;
}

.tariffs .table-in thead td.table-type2,
.tariffs .table-in thead td.table-type3,
.tariffs .table-in thead td.table-type4,
.tariffs .table-in thead td.table-type5 {
  padding: 29px 20px 20px !important;
  vertical-align: top;
  /* width: 21%; */
  border-radius: 0 8px 0 0 !important;
  position: relative
}

.tariffs .table-in thead td.table-type2,
.tariffs .table-in thead td.table-type3,
.tariffs .table-in thead td.table-type4 {
  border-radius: 0 !important;
}

.tariffs .table-in thead td.table-type2 .icon,
.tariffs .table-in thead td.table-type3 .icon,
.tariffs .table-in thead td.table-type4 .icon {
  width: 31px;
  height: 29px;
  vertical-align: top;
  margin: -2px 5px 0 0;
  display: inline-block;
  background: url('../imgs/statey/type2-icon.png') no-repeat;
}

.tariffs .table-in thead td .text {
  display: none;
}

.tariffs .table-in thead td.table-type3 .text {
  display: block;
  position: absolute;
  width: 223px;
  height: 73px;
  top: -60px;
  background: url('/imgs/statey/text1.png') no-repeat;
  left: 0
}

.tariffs .table-in td.small.type2,
.tariffs .table-in td.small.type3 {
  border-right: 1px solid #d8d8d8;
}

/* .tariffs .table-in tfoot td.tdselect {
padding: 19px 30px 25px !important;
border-left: 1px solid #d8d8d8 !important;
border-radius: 0 0 8px 8px !important;
border-bottom: 1px solid #d8d8d8 !important;
border-right: 1px solid #d8d8d8 !important;
} */

@media (max-width: 1300px) {
  .tariffs.tariffs2 .table-in td {
    padding: 10px !important;
  }

  .tariffs.tariffs2 .table-in td.type2,
  .tariffs.tariffs2 .table-in td.type1,
  .tariffs.tariffs2 .table-in td.type4,
  .tariffs.tariffs2 .table-in td.table-type2,
  .tariffs.tariffs2 .table-in td.table-type1,
  .tariffs.tariffs2 .table-in td.table-type4,
  .tariffs.tariffs2 .table-in td.table-type5 {
    display: none;
  }

  .tariffs .table-in thead td.table-type2 .text {
    display: none;
  }

  .tariffs .table-in .menu-xs {
    display: block !important;
    padding: 0;
  }

  .menu-xs li {
    display: inline-block;
    list-style: none;
    margin: 3px 15px 3px 0;
    padding: 0;
  }

  .menu-xs li.active,
  .tarif-compare {
    display: none;
  }
}


/* .page-seo-new .intro {
background: #f6f7fe url('/imgs/seo-new2021/seo-manager.png') center center no-repeat;
background-size: auto;
padding: 0 0 80px
}

.page-seo-new .intro .arrow-list {
margin: 50px 0
}

@media(max-width:991px) {
.page-seo-new .intro {
  background-position: 0 center
}
}

.page-seo-new .subtitle.subtitle--bigger {
font-size: 26px;
font-weight: 600
} */

.tariffs h2 {
  font-size: 32px;
  font-weight: 700 !important;
  line-height: 38px;
  text-transform: none;
  padding: 0;
}

.tariffs h2+p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0 0 30px;
  color: #666666;
}

.tariffs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px
}

.tariff {
  width: calc(100% / 3);
  padding: 45px 30px 32px;
  border: 1px solid #dcdcdc;
  border-right: none;
  background-color: #fff;
  box-sizing: border-box;
}

.tariff:last-child {
  border-right: 1px solid #dcdcdc
}

.tariff__title {
  margin: 0 0 10px;
  color: #282828;
  font-weight: 600;
  font-size: 26px;
  line-height: 26px
}

.tariff__price {
  margin: 0 0 0;
  font-size: 22px;
  line-height: 26px;
  color: #282828;
  opacity: .6
}

.tariff__price small {
  font-size: 22px
}

.tariff__price_old {
  font-size: 18px;
  line-height: 20px;
}

.tariff__price_old .row_currency {
  font-size: 15px;
}

.tariff__discount {
  margin: 20px 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tariff__discount-badge {
  background: #DC1314;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  box-sizing: border-box;
  margin-right: 8px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 16px;
}

.tariff__discount-text {
  font-size: 18px;
  line-height: 11px;
  color: #DC1314;
}

.tariff__content {
  margin: 0 0 90px;
  min-height: 94px;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px
}

.tariff__wrap {
  min-height: 329px;
}

.tariff__date {
  margin: 20px 0 0;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.tariff__date span {
  border-bottom: 1px dashed #666
}

.tariff__date-wrap {
  position: relative
}

.tariff__col--head {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dcdcdc
}

.tariff__hr {
  margin: 70px 0 50px;
  border: none;
  background-color: #dcdcdc;
  color: #dcdcdc;
  height: 1px
}

.tariff-features {
  list-style: none;
  margin: 0;
  padding: 0
}

.tariff-features__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 60px;
  font-size: 17px;
  line-height: 20px
}

.tariff-features__item-num {
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(40, 40, 40, .65);
  font-size: 41px;
  line-height: 40px
}

.tariff-desc {
  list-style: none;
  margin: 40px 0 0;
  padding: 0
}

.tariff-desc__item {
  position: relative;
  padding-left: 23px;
  margin-bottom: 8px;
  line-height: 28px;
  font-size: 18px;
}

.tariff-desc__item:last-child {
  margin-bottom: 0;
}

.tariff-desc__item::before {
  content: '';
  width: 15px;
  height: 15px;
  background: url('/imgs/link-promotion/sprite.svg#check') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0
}

.tariff-desc__link {
  color: #666;
  border-bottom: 1px dashed #666;
  text-decoration: none
}

.tariff-desc__link:hover {
  color: #666;
  border-bottom-color: transparent;
  text-decoration: none
}

.tariff-help {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  padding: 40px 30px;
  -webkit-box-shadow: 0 2px 20px rgba(0, 28, 178, .08);
  box-shadow: 0 2px 20px rgba(0, 28, 178, .08);
  background-color: #fff;
  border-radius: 10px;
  font-size: 15px;
  line-height: 20px;
  z-index: 100
}

.tariff-help__title {
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px
}

.tariff-help__link-wrap {
  margin: 30px 0 0
}

.tariff-help__link {
  color: #4f4f4f;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dashed #4f4f4f
}

.tariff-help__link:hover {
  color: #4f4f4f;
  border-bottom-color: transparent;
  text-decoration: none
}

.tariff-help.active {
  display: block
}

.tariff__info {
  font-size: 15px;
  line-height: 20px;
  margin-top: 138px;
  display: block;
}

@media(max-width:991px) {
  .tariff {
    padding: 30px 20px
  }

  .tariff__title {
    font-size: 26px;
    margin-bottom: 15px
  }

  .tariff__hr {
    margin: 40px 0 20px
  }

  .tariff .link {
    font-size: 16px;
    line-height: 20px
  }

  .tariff-features__item {
    padding-left: 50px;
    font-size: 16px;
    line-height: 18px
  }

  .tariff-features__item-num {
    font-size: 30px;
    line-height: 36px
  }
}

@media(max-width:768px) {
  .tariffs-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .tariffs-list {
    margin-top: 20px
  }

  .tariff {
    /* display: none; */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /* padding: 30px 0; */
    padding: 20px;
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-bottom: 17px;
    cursor: pointer;
    box-sizing: border-box;
    background: #F8F8FA;
    position: relative;
    border-radius: 4px;
  }

  .tariff:last-child {
    margin-bottom: 0;
  }

  .tariff::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 8px;
    background: url('/imgs/site-content2020/arrow.svg') no-repeat;
    background-size: contain;
    top: 30px;
    right: 20px;
  }

  .tariff.active {
    background: #fff;
    cursor: auto;
    border-radius: 0;
  }

  .tariff.active::before {
    content: none;
  }

  .tariff.active .tariff__price~*,
  .tariff.active .tariff__wrap~*,
  .tariff.active .tariff__col--head+.tariff__col {
    display: block;
  }

  .tariff.active .main-content .tariff__btn,
  .tariff.active .tariff__discount {
    display: flex;
  }

  .tariff.active .tariff__content {
    margin: 0 0 45px;
    min-height: 0;
  }

  .tariff.active .tariff__date {
    text-align: center;
    margin-bottom: 30px;
  }

  .tariff__btn {
    max-width: 278px;
    margin: auto;
  }

  .tariff__hr {
    display: none
  }

  .tariff__col {
    /* width: 50%; */
    /* padding: 0 20px */
  }

  .tariff__wrap {
    min-height: 0;
  }

  .tariff__price~*,
  .tariff__wrap~*,
  .main-content .tariff__btn,
  .tariff__col--head+.tariff__col {
    display: none;
  }

  .tariff__col--head {
    margin-bottom: 0;
    /* border-right: 1px solid #dcdcdc; */
    border-bottom: none;
    padding: 0;
  }

  .tariff.active .tariff__col--head {
    border-bottom: 1px solid #dcdcdc;
  }

  .tariff__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .tariff__price {
    font-size: 22px;
    line-height: 26px;
  }

  .tariff__price_old {
    font-size: 15px;
    line-height: 20px;
  }

  .tariff__info {
    margin-top: 60px;
  }
}

@media(max-width:576px) {
  .tariff {
    padding: 20px 50px 20px 20px;
  }

  .tariff__col {
    width: 100%;
    padding: 0
  }

  .tariff__col--head {
    /* padding-bottom: 20px; */
    /* margin-bottom: 20px; */
    /* border-bottom: 1px solid #dcdcdc; */
    border-right: none
  }

  .tariff__hr {
    display: block
  }

  .tariff__content {
    min-height: auto
  }

  .tariff-desc {
    margin-top: 20px
  }

  .tariff-help {
    width: 300px;
    padding: 10px
  }

  .tariff-help__title {
    font-size: 16px;
    line-height: 20px
  }
}

.s-block .speakerdeck-iframe {
  box-shadow: none !important;
  margin-top: 30px !important;
  border: 1px solid #dcdcdc !important
}

.i-form-causes {
  display: block;
  padding: 0;
  margin: 24px 0 30px
}

.i-form-causes li {
  display: inline-block;
  padding: 12px 25px 13px;
  margin: 0 15px 18px 0;
  border-radius: 30px;
  border: 1px solid #dcdcdc;
  cursor: pointer;
  line-height: 1.2;
  background: #fff
}

.i-form-causes li:hover {
  background: #fadcdc
}

.i-form-causes li.active {
  background: #fadcdc;
  border-color: #fadcdc;
  color: #dc1314
}
.main-content .btn {
    letter-spacing: 0px;
}
@media(max-width:420px) {
   .main-content .btn {
    height: auto;
    line-height: 1;}
  }
}