.b-page_content.breadcrumb {
  padding-bottom: 0;
}
.width-content {
  /*width: 1200px;*/
  width: 100%;
}
.width-content * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

}

@media (max-width: 1169px) {
  /*.width-content {*/
  /*  width: 767px;*/
  /*}*/
  .b-sales-xs.hidden-lg {
    display: none;
  }
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {

}



/* top start */
.top_wrap {
  position: relative;
  background-color: #F9F9F9;
}
.top {

}
.top__content {

}
.top__text {
  position: relative;
  z-index: 10;
  padding: 60px 0 50px 0;
}
.top__title {
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 164.06%;
  color: #000000;
  margin-bottom: 15px;
}
.top__desc {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 150%;
  color: #FB6A95;
  margin-bottom: 40px;
}
.top__list-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 164.06%;
  color: #37474F;
  margin-bottom: 20px;
}
.top__list {
  list-style: none;
}
.top__item {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 164.06%;
  color: #37474F;
  padding-left: 28px;
  margin-bottom: 10px;
}
.top__item:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #FB6A95;
}

.top__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  text-align: right;
  /*height: 100%;*/
}
.top__img-img {
  width: auto;
  height: 100%;
  vertical-align: bottom;
}

.top__block-form {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#2DAEB6), to(#0B92A3)), -webkit-gradient(linear, left top, left bottom, from(#FF88AB), to(#FB6A95));
  background: -o-linear-gradient(top, #2DAEB6 0%, #0B92A3 100%), -o-linear-gradient(top, #FF88AB 0%, #FB6A95 100%);
  background: linear-gradient(180deg, #2DAEB6 0%, #0B92A3 100%), linear-gradient(180deg, #FF88AB 0%, #FB6A95 100%);
  border-radius: 10px;
  margin-bottom: -70px;
}
.top__form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0 20px 0;
}
.top__form-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.top__form-input-block {
  width: 257px;
  height: 56px;
  margin-right: 40px;
}
.top__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*width: 257px;*/
  height: 54px;
  background-color: #FFFFFF;
  border: 1px solid #F9F9F9;
  border-radius: 500px;
}
.top__form-input-icon {
  /*width: 24px;*/
  min-width: 24px;
  height: 24px;
  border-right: 2px solid #ECECEC;
  padding: 0 12px 0 17px;
}
.top__form-input {
  width: 197px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.07em;
  color: #69748C;
  padding-left: 15px;
  border: none;
}
.top__form-btn {
  width: 257px;
  height: 56px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.86);
  background: #FB6A95;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.top__form-btn:hover {
  background: -o-radial-gradient(50% 0%, 100% 100%, rgba(254, 255, 204, 0.74) 0%, rgba(255, 244, 147, 0) 78.94%), #FB6A95;
  background: radial-gradient(100% 100% at 50% 0%, rgba(254, 255, 204, 0.74) 0%, rgba(255, 244, 147, 0) 78.94%), #FB6A95;
}
.top__form-btn:active {
  box-shadow: none;
}
.top__form-privacy-policy {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 190.65%;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  opacity: 0.64;
  text-align: center;
}
.top__form-privacy-policy a {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top__form-privacy-policy a:hover {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

@media (max-width: 1680px) {
  .top__img {

  }
  .top__img-img {
    margin-right: -310px;
  }
}
@media (max-width: 1169px) {
  .top__img {
    top: auto;
    left: auto;
  }
  .top__img-img {
    margin-right: -432px;
    height: 50%;
  }
  .top__block-form {
    width: 490px;
    padding: 30px 65px;
    margin: 0 auto -155px auto;
  }
  .top__form {
    padding: 0;
  }
  .top__form-input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .top__form-input-block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top__form-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .top__text {
    padding-top: 30px;
  }
  .top__title {
    font-size: 24px;
    line-height: 164.06%;
    margin-bottom: 15px;
  }
  .top__desc {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .top__list-title {
    font-size: 16px;
    line-height: 164.06%;
    margin-bottom: 20px;
  }
  .top__item {

  }
  .top__list {
    max-width: 300px;
  }
  .top__img {

  }
  .top__img-img {
    margin-right: -227px;
    height: 300px;
  }
  .top__block-form {
    width: 100%;
    padding: 30px 15px;
    margin: 0px auto -330px auto;
  }
}
@media (max-width: 479px) {
  .top__text {
    padding-bottom: 200px;
  }
  .top__img {

  }
  .top__img-img {
    margin-right: -204px;
    height: 270px;
  }
  .top__block-form {
    margin-bottom: -356px;
  }
}
/* top end */


/* what start */
.what {
  padding: 150px 0 80px 0;
}
.what__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 40px;
}
.what__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.what__img {
  min-width: 557px;
  /*height: 291px;*/
  margin-right: 45px;
  border-radius: 10px;
}
.what__text-block {

}
.what__text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 190.65%;
  letter-spacing: 0.25px;
  color: #37474F;
}
.what__text:first-child {
  margin-bottom: 40px;
}


@media (max-width: 1169px) {
  .what {
    padding-top: 230px;
  }
  .what__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .what__img {
    width: 100%;
    height: 391px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .what {
    padding-top: 380px;
    padding-bottom: 40px;
  }
  .what__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .what__img {
    min-width: 100%;
    height: 159px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .what__text {
    font-size: 14px;
    line-height: 150%;
  }
}
@media (max-width: 479px) {

}
/* what end */


/* price start */
.price_wrap {
  background-color: #F9F9F9;
}
.price {
  padding: 80px 0;
}
.price__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 20px;
}
.price__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #37474F;
  margin-bottom: 50px;
}
.price__blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.price__block {
  width: 50%;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  padding: 25px 40px 40px 40px;
}
.price__block:first-child {
  margin-right: 40px;
}
.price__block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.price__block-header-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  color: #231F20;
  margin-right: 40px;
}
.price__block-header_desc {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  color: #231F20;
  white-space: nowrap;
}
.price__block-list {
  list-style: none;
}
.price__block-header-item {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 27px;
  letter-spacing: 0.25px;
  color: #37474F;
  padding-left: 18px;
  margin-bottom: 10px;
}
.price__block-header-item:before {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #FB6A95;
}
.price__block-header-item:last-child {
  margin-bottom: 0;
}


@media (max-width: 1169px) {
  .price__block-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price__block-header-title {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .price {
    padding: 40px 0;
  }
  .price__title {
    font-size: 18px;
    line-height: 25px;
  }
  .price__desc {
    font-size: 14px;
    line-height: 150%;
    margin-bottom: 30px;
  }
  .price__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .price__block {
    padding: 20px 15px;
    width: 100%;
  }
  .price__block:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .price__block-header-title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 479px) {

}
/* price end */


/* advantage start */
.advantage {
  padding: 80px 0 60px 0;
}
.advantage__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 40px;
}
.advantage__list {
  list-style: none;
  list-style-position: inside;
  -moz-column-count: 2; /* Firefox */
  -webkit-column-count: 2; /* Safari and Chrome */
  column-count: 2;
  /*list-style-type: decimal;*/
}
.advantage__item {
  /*width: 50%;*/
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.25px;
  color: #333333;
  padding-left: 42px;
  margin-bottom: 20px;
}
.advantage__item a {
  color: #FB6A95;
}
.advantage__item:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiByeD0iMTUiIGZpbGw9IiNGQjZBOTUiLz4KPHBhdGggZD0iTTExIDE1TDE0IDE4TDIwIDEyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1169px) {

}
@media (max-width: 767px) {
  .advantage {
    padding: 40px 0;
  }
  .advantage__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .advantage__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
@media (max-width: 479px) {

}
/* advantage end */


/* price dependence start */
.price-dependence_wrap {
  background-color: #F9F9F9;
}
.price-dependence {
  padding: 80px 0;
}
.price-dependence__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 60px;
}
.price-dependence__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.price-dependence__item {
  width: 33%;
  max-width: 287px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.price-dependence__item-img {
  margin-bottom: 30px;
}
.price-dependence__item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 190.65%;
  text-align: center;
  letter-spacing: 0.25px;
  color: #37474F;
}

@media (max-width: 1169px) {
  .price-dependence__item {
    width: 32%;
  }
}
@media (max-width: 767px) {
  .price-dependence {
    padding: 40px 0;
  }
  .price-dependence__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .price-dependence__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .price-dependence__item {
    width: 100%;
    margin-bottom: 30px;
  }
  .price-dependence__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {

}
/* price dependence end */


/* technology start */
.technology {
  padding: 80px 0;
}
.technology__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 10px;
}
.technology__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #FB6A95;
  margin-bottom: 60px;
}
.technology__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.technology__images-img {
  width: 50%;
}
.technology__images-img:first-child {
  margin-right: 50px;
}
.technology__content {
  width: 754px;
  margin: 0 auto;
}
.technology__content-text {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 190.7%;
  letter-spacing: 0.0025em;
  color: #37474F;
  margin-bottom: 40px;
}
.technology__content-list {
  list-style: none;
  counter-reset: technology;
  margin-bottom: 47px;
}
.technology__content-item {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.25px;
  color: #37474F;
  padding-left: 54px;
  margin-bottom: 17px;
}
.technology__content-item:before {
  counter-increment: technology;
  position: absolute;
  content: counter(technology);
  width: 30px;
  height: 30px;
  top: 3px;
  left: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  background-color: #FB6A95;
  border-radius: 50%;
}
.technology__content-item:last-child {
  margin-bottom: 0;
}

@media (max-width: 1169px) {
  .technology__content {
    width: 100%;
  }
  .technology__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .technology__images-img:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .technology__images-img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .technology {
    padding: 40px 0;
  }
  .technology__title, .technology__desc {
    font-size: 18px;
    line-height: 25px;
  }
  .technology__content-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 479px) {

}
/* technology end */


/* sale start */
.sale_wrap {
  background-color: #F9F9F9;
}
.sale {
  position: relative;
  padding: 80px 0;
}
.sale__content {
  position: relative;
  z-index: 10;
  width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sale__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 40px;
}
.sale__title span {
  color: #FB6A95;
}
.sale__list {
  list-style: none;
  margin-bottom: 65px;
}
.sale__item {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 190.65%;
  letter-spacing: 0.25px;
  color: #000000;
  padding-left: 47px;
  margin-bottom: 20px;
}
.sale__item:last-child {
  margin-bottom: 0;
}
.sale__item:before {
  position: absolute;
  content: "";
  top: 18px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #FB6A95;
}
.sale__form {
  width: 730px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /*padding: 30px 0 20px 0;*/
}
.sale__form-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}
.sale__form-input-block {
  width: 232px;
  height: 64px;
  margin-right: 17px;
}
.sale__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*width: 257px;*/
  height: 62px;
  background-color: #F9F9F9;
  border: 1px solid #69748C;
  border-radius: 500px;
}
.sale__form-input-icon {
  /*width: 24px;*/
  min-width: 24px;
  height: 24px;
  border-right: 2px solid #ECECEC;
  padding: 0 7px 0 12px;
}
.sale__form-input {
  width: 182px;
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.07em;
  color: #69748C;
  padding-left: 12px;
  border: none;
  background-color: #F9F9F9;
}
.sale__form-btn {
  width: 232px;
  height: 64px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.86);
  background: #FB6A95;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  border: none;
  cursor: pointer;
}
.sale__form-btn:hover {
  background: -o-radial-gradient(50% 0%, 100% 100%, rgba(254, 255, 204, 0.74) 0%, rgba(255, 244, 147, 0) 78.94%), #FB6A95;
  background: radial-gradient(100% 100% at 50% 0%, rgba(254, 255, 204, 0.74) 0%, rgba(255, 244, 147, 0) 78.94%), #FB6A95;
}
.sale__form-btn:active {
  box-shadow: none;
}
.sale__form-privacy-policy {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.07em;
  color: #BCB3B6;
}
.sale__form-privacy-policy a {
  color: #BCB3B6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sale__form-privacy-policy a:hover {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
.sale__image {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: end;
	  -ms-flex-pack: end;
	  justify-content: end;
	  -webkit-box-align: end;
		  -ms-flex-align: end;
			  align-items: flex-end;
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  z-index: 5;
	}
.sale__image-img {
  /*width: 100%;*/
  height: 90%;
}

@media (max-width: 1169px) {
  .sale__content {
    width: 100%;
  }
  .sale__item:last-child {
    width: 65%;
  }
  .sale__form {
    width: 232px;
  }
  .sale__form-input-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sale__form-input-block {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .sale__form-privacy-policy {
    text-align: center;
  }
  .sale__image-img {
    height: 62%;
  }
}
@media (max-width: 767px) {
  .sale {
    padding: 40px 0 0 0;
  }
  .sale__content {
    margin-bottom: 30px;
  }
  .sale__title {
    font-size: 18px;
    line-height: 190.65%;
    margin-bottom: 25px;
  }
  .sale__list {
    margin-bottom: 30px;
  }
  .sale__item {
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .sale__item:before {
    width: 15px;
  }
  .sale__item:last-child {
    width: 100%;
  }
  .sale__form {
    margin: 0 auto;
  }
  .sale__image {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
  }
  .sale__image-img {
    height: auto;
    width: 100%;
    vertical-align: bottom;
  }
}
@media (max-width: 479px) {

}
/* sale end */


/* indication start */
.indication {
  padding: 80px 0 40px 0;
}
.indication__title {
  width: 800px;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin: 0 auto 60px auto;
}
.indication__desc-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 80px;
}
.indication__desc-block-img {
  width: 560px;
  min-width: 560px;
  /*height: 314px;*/
  margin-right: 40px;
}
.indication__desc-block-list {
  list-style: none;
}
.indication__desc-block-item {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.25px;
  color: #333333;
  padding-left: 60px;
  margin-bottom: 20px;
}
.indication__desc-block-item:last-child {
  margin-bottom: 0;
}
.indication__desc-block-item:before {
  position: absolute;
  content: "";
  top: 17px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #FB6A95;
}

.select__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 40px;
}
.select__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}
.select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 33%;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  margin-right: 40px;
}
.select__item:last-child {
  margin-right: 0;
}
.select__item-img {
  width: 100%;
  margin-bottom: 30px;
}
.select__item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #FB6A95;
  margin-bottom: 20px;
}
.select__item-list {
  list-style: none;
  padding: 0 25px 60px 25px;
}
.select__item-item {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  padding-left: 22px;
  margin-bottom: 20px;
}
.select__item-item:last-child {
  margin-bottom: 0;
}
.select__item-item:before {
  position: absolute;
  content: "";
  top: 9px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D13980;
}

.passing__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 60px;
}
.passing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /*counter-reset: passing;*/
}
.passing__item {
  position: relative;
  width: 30%;
  padding-top: 70px;
  margin-bottom: 40px;
}
.passing__item:before {
  /*counter-increment: passing;*/
  position: absolute;
  /*content: counter(passing);*/
  top: 0;
  left: 0;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.25px;
  color: #FB6A95;
}
.passing__item:nth-child(1):before {
  content: "I";
}
.passing__item:nth-child(2):before {
  content: "II";
}
.passing__item:nth-child(3):before {
  content: "III";
}
.passing__item:nth-child(4):before {
  content: "IV";
}
.passing__item:nth-child(5):before {
  content: "V";
}
.passing__item:nth-child(6):before {
  content: "VI";
}
.passing__item-title {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.25px;
  color: #37474F;
  margin-bottom: 10px;
}
.passing__item-title span {
  color: #FB6A95;
}
.passing__item-desc {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #8591A2;
}

@media (max-width: 1169px) {
  .indication__title {
    width: 100%;
  }
  .indication__desc-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .indication__desc-block-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .indication__desc-block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .indication__desc-block-item {
    width: 50%;
    padding-left: 50px;
  }
  .indication__desc-block-item:before {
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjMwIiBoZWlnaHQ9IjMwIiByeD0iMTUiIGZpbGw9IiNGQjZBOTUiLz4KPHBhdGggZD0iTTExIDE1TDE0IDE4TDIwIDEyIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .select__item {
    margin-right: 10px;
  }
  .select__item-img {
    max-height: 130px;
  }
}
@media (max-width: 767px) {
  .indication {
    padding: 40px 0 0 0;
  }
  .indication__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .indication__desc-block-img {
    min-width: 100%;
  }
  .indication__desc-block-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .indication__desc-block-item {
    width: 100%;
  }
  .select__title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  .select__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .select__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .select__item:last-child {
    margin-bottom: 0;
  }
  .passing__item:before {
    left: calc(50% - 10px);
  }
  .select__item-img {
    max-height: 100%;
  }
  .passing__title {
    font-size: 18px;
    line-height: 190.65%;
    margin-bottom: 30px;
  }
  .passing__item {
    width: 100%;
  }
}
@media (max-width: 479px) {

}
/* indication end */


/* stock start */
.stock_wrap {
  background-color: #F9F9F9;
  padding: 80px 0;
}
.stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.stock__content {
  width: 100%;
  background-color: #ffffff;
  padding: 40px 40px 55px 55px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.stock__content-title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  letter-spacing: 0.25px;
  color: #37474F;
  margin-bottom: 50px;
}
.stock__content-title span {
  color: #FB6A95;
}
.stock__content-sub-title {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #FB6A95;
  margin-bottom: 25px;
}
.stock__content-list {
  position: relative;
  list-style: none;
}
.stock__content-item {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.25px;
  color: #333333;
  padding-left: 34px;
  margin-bottom: 10px;
}
.stock__content-item:last-child {
  margin-bottom: 0;
}
.stock__content-item:before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #D13980;
}

.stock__form{
  width: 457px;
  padding: 40px 50px 70px 50px;
  background-color: #F9F9F9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.stock__title{
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #37474F;
  margin-bottom: 40px;
}
.stock__form-input-wrap {

}
.stock__form-input-block{
  margin-bottom: 30px;
}
.stock__form-label {
  width: 352px;
  height: 68px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F9F9F9;
  border: 1px solid #69748C;
  border-radius: 100px;
}
.stock__form-input-icon{
  min-width: 24px;
  height: 24px;
  padding: 0 10px 0 16px;
  border-right: 2px solid #ECECEC;
}
.stock__form-input {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.07em;
  color: #69748C;
  background-color: #F9F9F9;
  padding-left: 16px;
  border: none;
}
.stock__form-btn {
  width: 352px;
  height: 68px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.86);
  background: #FB6A95;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 4px 8px rgba(0, 0, 0, 0.16), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 4px 8px rgba(0, 0, 0, 0.16), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  border: none;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stock__form-btn:hover {
  background: -o-radial-gradient(50% 0%, 100% 100%, rgba(254, 255, 204, 0.74) 0%, rgba(255, 244, 147, 0) 78.94%), #FB6A95;
  background: radial-gradient(100% 100% at 50% 0%, rgba(254, 255, 204, 0.74) 0%, rgba(255, 244, 147, 0) 78.94%), #FB6A95;
}
.stock__form-btn:active {
  box-shadow: none;
}
.stock__form-privacy-policy {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.07em;
  color: #BCB3B6;
}
.stock__form-privacy-policy a {
  color: #BCB3B6;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.stock__form-privacy-policy a:hover {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;;
}

@media (max-width: 1169px) {
  .stock_wrap {
    background-color: transparent;
  }
  .stock {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 36px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }
  .stock__content {
    padding: 25px 15px;
  }
  .stock__content-title {
    font-size: 33px;
    margin-bottom: 20px;
  }
  .stock__content-item {
    line-height: 27px;
  }
  .stock__form {
    width: 320px;
    min-width: 320px;
    padding: 30px 20px;
  }
  .stock__form-label {
    width: 100%;
  }
  .stock__form-input {
    width: 220px;
  }
  .stock__form-btn {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .stock_wrap {
    padding: 40px 0;
  }
  .stock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stock__content-title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .stock__content-sub-title {
    margin-bottom: 15px;
  }
  .stock__form {
    width: 290px;
    min-width: 290px;
    background-color: transparent;
    padding: 15px 0 40px 0;
    margin: 0 auto;
  }
  .stock__title {
    display: none;
  }
}
@media (max-width: 479px) {

}
/* stock end */


/* reviews start */
.slick-slide {
  padding: 10px;
}
.reviews {
  padding: 80px 0;
}
.reviews__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 40px;
}
.reviews__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.reviews__item {
  width: 32%;
  /*width: 370px;*/
  border: 1px solid rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  padding: 25px;
  /*margin: 10px;*/
}
.reviews__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
}
.reviews__item-head-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-style: normal;
  font-weight: bold;
  line-height: 31px;
}
.reviews__item-head-text-name {
  font-size: 16px;
  color: rgba(86, 96, 111, 1);
}
.reviews__item-head-text-date {
  font-size: 14px;
  color: rgba(86, 96, 111, 0.87);
}
.reviews__item-head-text-rating {
  /*width: 115px;*/
  /*height: 23px;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.reviews__item-head-text-rating-star_wrap {
  display: block;
  position: relative;
  width: 113px;
  height: 21px;
  background: #fff url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask_empty.svg) 100% 100%;
}
.reviews__item-head-text-rating-star {
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fb6a95;
}
.reviews__item-head-text-rating-star_wrap:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask.svg) 100% 100%;
}
.reviews__item-head-text-rating-text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 27px;
  /*text-align: right;*/
  color: #A5B0BF;
}
.reviews__item-desc {
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 31px;
  color: #56606F;
}

@media (max-width: 1169px) {

}
@media (max-width: 767px) {
  .reviews {
    padding: 40px 0 80px 0;
  }
  .reviews__title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .reviews__item {
    width: 100%;
  }
}
@media (max-width: 479px) {

}
/* reviews end */


/* specialists start */
.specialists {
  padding-bottom: 80px;
}
.specialists__title {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 0.25px;
  color: #000000;
  margin-bottom: 40px;
}
.specialists__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.specialists__item {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px;
}
.specialists__item-img {
  width: 100%;
}
.specialists__item-content {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px 15px;
}
.specialists__item-content-name {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #231F20;
  margin-bottom: 5px;
}
.specialists__item-content-desc_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.specialists__item-content-desc-position {
  width: 160px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #8591A2;
  margin-right: 20px;
}
.specialists__item-content-desc-experience {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #231F20;
}
.specialists__item-content-desc-rating_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.specialists__item-content-desc-rating-star_wrap {
  /*width: 160px;*/
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.specialists__item-content-desc-rating-star-quantity {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #4F4F4F;
  margin-right: 20px;
}
.specialists__item-content-desc-rating-star-quantity .bold {
  font-weight: 600;
}
.specialists__item-content-desc-rating-star-quantity .red {
  font-weight: 600;
  color: #FB6A95;
}
.specialists__item-content-desc-rating-star-star {
  display: block;
  position: relative;
  width: 113px;
  height: 21px;
  background: #fff url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask_empty.svg) 100% 100%;
}
.specialists__item-content-desc-rating-star-star_bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fb6a95;
}
.specialists__item-content-desc-rating-star-star:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: url(/bitrix/templates/main/assets/components/dentist/./img/stars_mask.svg) 100% 100%;
}
.specialists__item-content-desc-rating-text {
  width: 83px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: #231F20;
  text-align: right;
}

@media (max-width: 1169px) {

}
@media (max-width: 767px) {
  .specialists__title {
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 20px;
  }
  .specialists__item {
    width: 100%;
  }
}
@media (max-width: 479px) {

}
/* specialists end */



/* slick start */
.specialists__list .slick-prev, .reviews__list .slick-prev {
  left: 5px;
  top: initial;
  bottom: -55px;
  width: 25px;
  height: 25px;
  background-position: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.specialists__list .slick-next, .reviews__list .slick-next {
  left: 65px;
  top: initial;
  bottom: -55px;
  width: 25px;
  height: 25px;
  background-color: #fff;
  background-position: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.specialists__list .slick-prev:hover,
.reviews__list .slick-prev:hover,
.specialists__list .slick-next:hover,
.reviews__list .slick-next:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* end start */


/* see all start */
.see-all {
  padding-bottom: 80px;
}
.see-all__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  width: 264px;
  height: 59px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #FB6A95;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 4px 8px rgba(0, 0, 0, 0.16), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 4px 8px rgba(0, 0, 0, 0.16), inset 0px -3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 50px;
  margin: 0 auto;
}
.see-all__btn span {
  margin-bottom: 4px;
  margin-right: 8px;
}
@media (max-width: 1169px) {

}
@media (max-width: 767px) {
}
@media (max-width: 479px) {

}
/* see all end */


/* error start */
.err {
  border-color: red;
}
div.error {
  text-align: center;
  color: red;
  font-size: 14px;
}
/* error end */


/* successfully start */
#successfully * {
  font-family: 'Raleway', sans-serif !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 24px !important;
  color: green !important;
}
/* successfully end */



/*font-family: 'Roboto', sans-serif;*/
/*font-family: 'Raleway', sans-serif;*/
/*  start */

/*@media (max-width: 1169px) {*/

/*}*/
/*@media (max-width: 767px) {*/
/*}*/
/*@media (max-width: 479px) {*/

/*}*/
/*  end */