.purple-gradient {
  background: #4da4ee;
  background: linear-gradient(to right, #4da4ee 0%, #db2cd0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da4ee', endColorstr='#db2cd0', GradientType=1);
}

.aside-form .form-bottom {
  margin-top: -10px;
  background: #fbfefd;
  border-top: none;
  padding-bottom: 24px;
}

.aside-form .rating-count {
  width: 100px;
}

.aside-form .checkbox-block {
  max-width: 220px;
  margin: 0 auto;
  padding-top: 1px;
}

.aside-form .checkbox-block .checkbox-custom {
  width: 16px;
  height: 16px;
  top: 0;
}

.aside-form .checkbox-block .label {
  font-size: 10px;
  line-height: 1.29;
}

.aside-form .price-block {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 19px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.aside-form .new-price {
  font-size: 36px;
  font-weight: 800;
  color: #f7a60f;
  margin-left: 15px;
  line-height: 0.67;
}

.aside-form .old-price {
  font-size: 18px;
  color: #b18fe8;
  text-decoration: line-through;
}

.aside-form .desc {
  margin-bottom: 28px;
}

.sbornik-content .block-seo {
  background: transparent;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  margin-bottom: -73px;
}

.sbornik-content .block-seo:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  height: 100%;
  width: 120vw;
  background: #fafefd;
  margin-left: -55vw;
}

.sbornik-intro {
  position: relative;
  padding-bottom: 42px;
  padding-top: 10px;
  margin-bottom: 20px;
}

.sbornik-intro .bg-image {
  position: absolute;
  bottom: 2px;
  left: 432px;
}

.sbornik-intro .content {
  max-width: 412px;
}

.sbornik-intro .note {
  background: #4da4ee;
  background: linear-gradient(to right, #4da4ee 0%, #db2cd0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da4ee', endColorstr='#db2cd0', GradientType=1);
  text-align: center;
  font-weight: 700;
  color: #fff;
  padding: 9px 10px 10px;
  line-height: 1.2;
  margin-bottom: 29px;
  max-width: 412px;
}

.sbornik-intro h2 {
  margin-bottom: 8px;
}

.sbornik-intro h5 {
  color: #b18fe8;
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 28px;
}

.sbornik-intro .text {
  line-height: 1.43;
  margin-bottom: 10px;
  font-size: 20px;
}

.sbornik-intro .text strong {
  font-weight: 800;
  display: block;
}

.sbornik-intro .price {
  margin-bottom: 35px;
}

.sbornik-intro .price .new {
  text-transform: uppercase;
  color: #f7a60f;
  font-size: 36px;
  font-weight: 800;
  margin-right: 2px;
}

.sbornik-intro .price .old {
  font-size: 18px;
  text-decoration: line-through;
  color: #b18fe8;
}

.sbornik-intro .price strong {
  font-weight: 800;
  display: block;
  font-size: 18px;
  color: #b18fe8;
  text-transform: uppercase;
  margin-top: 4px;
}

.sbornik-intro .license {
  font-size: 11px;
  color: #328f93;
  margin-bottom: 12px;
  line-height: 1.27;
  text-align: left;
}

.sbornik-counting {
  box-shadow: -6.2px 7.9px 0 0 rgba(63, 35, 77, .1);
  border: solid 1px rgba(63, 35, 77, .1);
  background-color: #fff;
  padding: 24px 35px 17px;
  text-align: center;
}

.sbornik-counting .btn {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 8px;
  box-shadow: -0.3px 2px 4px 0 #f7a60f;
  max-width: 400px;
}

.sbornik-counting .countdown-row {
  white-space: nowrap;
}

.sbornik-counting .countdown-section {
  display: inline-block;
  position: relative;
  text-align: center;
  color: #b18fe8;
  width: 46px;
}

.sbornik-counting .countdown-section:after {
  content: ":";
  position: absolute;
  top: 0;
  right: -3px;
  font-size: 18px;
  line-height: 0.9;
  font-weight: 800;
}

.sbornik-counting .countdown-section:nth-last-of-type(1):after {
  display: none;
}

.sbornik-counting .countdown-section span {
  display: block;
}

.sbornik-counting .countdown-section .countdown-amount {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 6px;
}

.sbornik-counting .countdown-section .countdown-period {
  font-size: 10px;
  text-transform: uppercase;
}

.sbornik-advantages {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px -2px;
}

.sbornik-advantages li {
  padding: 0 15px;
  margin-bottom: 53px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sbornik-advantages .image {
  width: 180px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: left;
  margin-right: 25px;
}

.sbornik-advantages .image img {
  max-width: 100%;
  width: 110px;
  display: block;
  margin: 0 auto;
}

.sbornik-advantages .text {
  max-width: 240px;
  padding-top: 0;
}

.sbornik-advantages h5 {
  line-height: 1.11;
  font-size: 18px;
  font-weight: 800;
  color: #b18fe8;
  margin-bottom: 10px;
}

.sbornik-advantages p {
  line-height: 1.43;
}

.sbornik-prices {
  margin: 0 -23px;
  background: #4da4ee;
  background: linear-gradient(to right, #4da4ee 0%, #f7bd45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da4ee', endColorstr='#db2cd0', GradientType=1);
  padding: 51px 73px 23px;
}

.sbornik-prices h2 {
  color: #fff;
  margin-bottom: 36px;
}

.sbornik-prices-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.sbornik-prices-list li {
  width: calc(25% - 30px);
  margin: 0 15px 30px;
  padding: 37px 25px 22px;
  min-height: 260px;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: -6.2px 7.9px 0 0 rgba(0, 0, 0, 0.18);
  border: solid 1px rgba(63, 35, 77, .1);
  text-align: center;
}

.sbornik-prices-list strong {
  font-weight: 800;
}

.sbornik-prices-list .number {
  position: absolute;
  right: -17px;
  bottom: 0;
  z-index: -1;
  font-size: 130px;
  font-weight: 800;
  color: #b895f1;
  line-height: 0.7;
}

.sbornik-prices-list .prices {
  border-bottom: 1px solid rgba(63, 35, 77, .1);
  padding-bottom: 27px;
  margin-bottom: 34px;
  text-transform: uppercase;
}

.sbornik-prices-list .old {
  color: #b18fe8;
  font-size: 16px;
  text-decoration: line-through;
  margin-bottom: 8px;
}

.sbornik-prices-list .new {
  color: #f7a60f;
  font-size: 30px;
  font-weight: 800;
}

.sbornik-prices-list p {
  line-height: 1.429;
}

.sbornik-certificates {
  position: relative;
  z-index: 2;
  padding: 53px 0 7px;
}

.sbornik-certificates:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  height: 100%;
  width: 120vw;
  background: #fafefd;
  margin-left: -55vw;
}

.sbornik-certificates h2 {
  margin-bottom: 18px;
}

.sbornik-certificates-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -15px;
}

.sbornik-certificates-list li {
  width: calc(33.33333% - 30px);
  margin: 0 15px 30px;
}

.sbornik-certificates-list .desc {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100px;
  box-shadow: -6.2px 7.9px 0 0 rgba(63, 35, 77, .1);
  border: solid 1px rgba(63, 35, 77, .1);
  background: #fff;
  margin-bottom: 20px;
  padding: 5px 15px;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #b18fe8;
  font-size: 16px;
  line-height: 1.33;
  text-align: center;
  position: relative;
  z-index: 5;
}

.sbornik-certificates-list .desc:before,
.sbornik-certificates-list .desc:after {
  content: url("../img/sbornik_pin.png");
  position: absolute;
  z-index: 6;
  top: 100%;
  margin-top: -16px;
}

.sbornik-certificates-list .desc:before {
  left: 20px;
}

.sbornik-certificates-list .desc:after {
  right: 20px;
}

.sbornik-certificates-list h5 {
  font-size: 18px;
  font-weight: 800;
}

.sbornik-certificates-list .image {
  position: relative;
  padding: 8px;
  background: #fff;
  box-shadow: -6.2px 7.9px 0 0 rgba(63, 35, 77, .1);
  border: solid 1px rgba(63, 35, 77, .1);
  margin-bottom: 31px;
}

.sbornik-certificates-list .image img {
  display: block;
  width: 100%;
  border: 1px solid #f7a60f;
}

.sbornik-certificates-list .text {
  line-height: 1.43;
  padding-left: 2px;
}

.sbornik-certificates-list .note {
  background: #4da4ee;
  background: linear-gradient(to right, #4da4ee 0%, #db2cd0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da4ee', endColorstr='#db2cd0', GradientType=1);
  font-weight: 800;
  color: #fff;
  padding: 8px 20px;
  position: absolute;
  z-index: 7;
  top: 25px;
  right: -11px;
}

.sbornik-getting {
  padding: 42px 0 0;
}

.sbornik-getting h2 {
  margin-bottom: 32px;
}

.sbornik-getting-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -70px;
  text-align: left;
}

.sbornik-getting-list > li {
  padding: 0 70px;
  width: 50%;
}

.sbornik-getting-list .title {
  min-height: 206px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.sbornik-getting-list .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 203px;
  text-align: left;
  margin-right: 6px;
  padding: 25px;
}

.sbornik-getting-list .image * {
  width: 100%;
}

.sbornik-getting-list h4 {
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #b18fe8;
  line-height: 1.25;
}

.sbornik-getting-list h4 span {
  display: block;
  font-size: 24px;
}

.sbornik-getting-bottom {
  background: #4da4ee;
  background:  linear-gradient(to right, #4da4ee 0%, #f7bd45 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4da4ee', endColorstr='#db2cd0', GradientType=1);
  margin: 0 -30px;
  padding: 20px 30px 35px;
}

.sbornik-getting-bottom .bottom-text {
  min-height: 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: -6.2px 7.9px 0 0 rgba(0, 0, 0, 0.18);
  border: solid 1px rgba(63, 35, 77, .1);
  background: #fff;
  padding: 10px 33px;
  font-size: 12px;
  line-height: 1.5;
}

.sbornik-getting-bottom .btn {
  font-size: 14px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.sbornik-getting-detail {
  padding-bottom: 11px;
}

.sbornik-getting-detail li {
  position: relative;
  line-height: 1.71;
  margin-bottom: 24px;
  padding-left: 39px;
}

.sbornik-getting-detail li:before {
  content: url("../img/sbornik_yes.png");
  position: absolute;
  left: -3px;
  top: 1px;
}

.sbornik-getting-detail strong {
  font-weight: 800;
}

.sbornik-getting-detail .dont {
  display: none;
  color: #d1d1d1;
}

.sbornik-getting-detail .dont:before {
  content: url("../img/sbornik_no.png");
}

.sbornik-publish {
  position: relative;
  z-index: 2;
  padding: 57px 0 24px;
}

.sbornik-publish:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 0;
  height: 100%;
  width: 120vw;
  background: #fafefd;
  margin-left: -55vw;
}

.sbornik-publish h2 {
  margin-bottom: 68px;
}

.sbornik-publish-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  text-align: left;
  -ms-flex-pack: center;
  justify-content: center;
}

.sbornik-publish-list li {
  padding: 0 20px;
  margin-bottom: 30px;
  width: 33.33333%;
}

.sbornik-publish-list .image {
  position: relative;
  z-index: 2;
  height: 100px;
  text-align: center;
  width: 130px;
  margin-left: 15px;
  margin-bottom: 45px;
}

.sbornik-publish-list .image img {
  width: 110px;
}

.sbornik-publish-list .number {
  font-size: 130px;
  font-weight: 800;
  position: absolute;
  z-index: -1;
  line-height: 0.7;
  color: #b895f1;
  bottom: 53px;
  left: -22px;
}

.sbornik-publish-list h5 {
  font-size: 18px;
  font-weight: 800;
  color: #b18fe8;
  margin-bottom: 12px;
  line-height: 1.111;
}

.sbornik-publish-list p {
  line-height: 1.43;
}

.sbornik-apply-section {
  padding-bottom: 62px;
}

.sbornik-apply {
  box-shadow: -6.2px 7.9px 0 0 rgba(63, 35, 77, .1);
  border: solid 1px rgba(63, 35, 77, .1);
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  min-height: 97px;
  padding: 15px 40px;
}

.sbornik-apply .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 800;
  color: #b18fe8;
  text-transform: uppercase;
}

.sbornik-apply .text span {
  color: #f7a60f;
}

.sbornik-apply .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 94px;
  width: 240px;
}

.sbornik-fixed {
  display: none !important;
}

@media screen and (max-width: 1339px) {
  .sbornik-advantages li {
    width: 50%;
  }

  .sbornik-advantages .image {
    width: 130px;
    margin-right: 15px;
  }

  .sbornik-certificates-list .desc {
    min-height: 124px;
  }

  .sbornik-getting-list {
    margin: 0 -30px;
  }

  .sbornik-getting-list > li {
    padding: 0 30px;
  }

  .sbornik-getting-list .title {
    min-height: 150px;
  }

  .sbornik-getting-list .image {
    width: 126px;
    margin-right: 12px;
  }

  .sbornik-getting-list .bottom {
    margin: 0 -15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sbornik-publish-list {
    margin: 0 -15px;
  }

  .sbornik-publish-list li {
    padding: 0 15px;
  }

  .sbornik-apply {
    padding: 15px 25px;
  }

  .sbornik-apply .btn {
    width: auto;
    margin-left: 46px;
  }
}

@media screen and (max-width: 1019px) {
  .sbornik-prices {
    padding: 45px 30px 23px;
  }

  .sbornik-prices-list li {
    padding: 37px 10px 22px;
  }

  .sbornik-prices-list .new {
    font-size: 28px;
  }

  .sbornik-content .block-seo {
    margin-bottom: 30px;
  }

  .sbornik-fixed {
    display: block !important;
  }

  .sbornik-fixed .sbornik-apply {
    padding: 10px 0;
    box-shadow: none;
    border: none;
    min-height: 1px;
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .sbornik-intro .content {
    max-width: 100%;
  }

  .sbornik-intro .bg-image {
    display: none;
  }

  .sbornik-advantages li {
    display: block;
  }

  .sbornik-advantages .image {
    width: 170px;
    margin-right: 0;
  }

  .sbornik-advantages .text {
    max-width: 100%;
  }

  .sbornik-prices-list li {
    width: calc(50% - 30px);
  }

  .sbornik-certificates-list li {
    width: calc(50% - 30px);
  }

  .sbornik-getting-list > li {
    width: 100%;
    margin-bottom: 40px;
  }

  .sbornik-getting-list > li:last-child {
    margin-bottom: 0;
  }

  .sbornik-getting-list .btn {
    max-width: 340px;
    margin: 0 auto;
  }

  .sbornik-publish-list li {
    width: 50%;
  }

  .sbornik-publish-list li .number {
    bottom: 25px;
  }

  .sbornik-apply {
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .sbornik-apply .btn {
    margin-left: 0;
    margin-top: 20px;
  }

  .sbornik-fixed .sbornik-apply .text {
    font-size: 13px;
    margin-bottom: 8px;
  }

  .sbornik-fixed .sbornik-apply .btn {
    margin-top: 0;
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 480px) {
  .sbornik-counting {
    padding: 24px 15px 17px;
  }

  .sbornik-advantages .image {
    width: 130px;
  }

  .sbornik-prices-list {
    margin: 0 -8px;
  }

  .sbornik-prices-list li {
    width: calc(50% - 16px);
    margin: 0 8px 30px;
  }

  .sbornik-prices-list .old {
    font-size: 15px;
  }

  .sbornik-prices-list .new {
    font-size: 25px;
  }

  .sbornik-certificates-list .desc {
    min-height: 100px;
  }

  .sbornik-certificates-list li {
    width: calc(100% - 30px);
  }

  .sbornik-getting-list .title {
    display: block;
    text-align: center;
  }

  .sbornik-getting-list .image {
    margin: 0 auto 15px;
    width: 150px;
  }

  .sbornik-getting-list .bottom-text {
    padding: 10px;
  }

  .sbornik-publish-list {
    margin: 0 -12px;
  }

  .sbornik-publish-list li {
    padding: 0 12px;
  }

  .sbornik-publish-list .image {
    margin-left: 5px;
  }

  .sbornik-fixed {
    padding: 15px 0;
  }

  .sbornik-fixed .sbornik-apply .text {
    display: none;
  }

  .sbornik-fixed .sbornik-apply .btn {
    max-width: 100%;
  }
}

/*
@media screen and (min-width: 1020px) and (max-width: 1339px) {
  .sbornik-intro .content {
    max-width: 100%;
  }

  .sbornik-intro .bg-image {
    display: none;
  }

  .sbornik-prices-list li {
    width: calc(50% - 30px);
  }
}
*/
/*# sourceMappingURL=../css/sbornik.css.map */
