

/* Start:/local/templates/main/assets/bx-styles/parallel-import.css?1733912795770*/
.parallel-import__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.parallel-import__text {
  width: 80rem
}
.parallel-import__title {
  line-height: 1.22;
  margin-bottom: 2rem
}
.parallel-import__img {
  width: 60rem;
  border-radius: 1.6rem;
  overflow: hidden
}
.parallel-import__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:48em) {
  .parallel-import {
    margin: -1rem 0 3rem
  }
  .parallel-import__content {
    display: block
  }
  .parallel-import__text {
    width: 100%;
    margin-bottom: 4rem
  }
  .parallel-import__title {
    margin-bottom: 4.6rem
  }
  .parallel-import__img {
    width: 100%;
    height: 24rem;
    border-radius: 3.2rem;
    margin-bottom: 3rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/steps.css?17500836514233*/
.steps {
  padding: 11rem 0
}
.steps__title {
  margin-bottom: 3.5rem
}
.steps__content {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 2.7rem;
  margin-bottom: 3.5rem
}
.steps__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 23rem;
  padding: 2.2rem 2rem 2rem;
  background-color: #fafafa;
  border-radius: 1.6rem
}
.steps__item_fill {
  grid-column: 2/5
}
.steps__item-content {
  display: flex;
  justify-content: space-between
}
.steps__item-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.steps__item-img {
  width: 104rem;
  margin-left: 20px
}
.steps__item-number {
  font-size: 2.8rem;
  font-weight: 600;
  color: #1e5d9d;
  margin-left: .5rem;
  position: relative;
  z-index: 1;
  margin-bottom: 1.4rem
}
.steps__item-number::before {
  content: '';
  position: absolute;
  top: -1.3rem;
  left: .7rem;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #f1f8fd;
  z-index: -1
}
.steps__item-description {
  font-size: 1.2rem;
  line-height: 1.25
}
.steps__item-list {
  padding-left: 1.8rem;
  list-style-type: initial
}
.steps__item-list li::marker {
  font-size: .6em
}
.steps__text {
  margin-bottom: 3.6rem
}
.steps__block {
  display: flex;
  justify-content: space-between;
  padding: 3.3rem 8rem 3.3rem 5.6rem;
  background-color: #f1f8fd;
  border-radius: 1.6rem
}
.steps__block_guarantee {
  align-items: center
}
.steps__block-title {
  width: 45rem;
  color: #1e5d9d
}
.steps__block-title_guarantee {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60rem
}
.steps__block-title_guarantee picture {
  margin-right: 3rem
}
.steps__block-form {
  width: 54.2rem
}
.steps__block-form-content {
  display: flex;
  margin-bottom: .6rem
}
.steps__block-form-button {
  width: 27.9rem;
  flex-shrink: 0;
  margin-left: 1rem
}
.steps__block-form-privacy {
  line-height: 1.2
}
.steps_buyback .steps__text {
  margin-bottom: 0
}
.steps_feedback {
  padding: 0
}
.steps_trade_in {
  padding: 1rem 0 10rem
}
.steps_trade_in .steps__content {
  grid-template-columns: repeat(3,1fr)
}
.steps_trade_in .steps__block-title {
  width: 48rem
}
@media (max-width:48em) {
  .steps {
    padding: 8rem 0
  }
  .steps__content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 3rem;
    margin-bottom: 4.8rem
  }
  .steps__item {
    min-height: auto;
    padding: 4rem 3rem 2.3rem;
    border-radius: 3.2rem
  }
  .steps__item_fill {
    grid-column: 1/2
  }
  .steps__item-img {
    display: none
  }
  .steps__item-heading {
    display: flex;
    align-items: center;
    margin-bottom: 3.2rem
  }
  .steps__item-number {
    width: 7rem;
    flex-shrink: 0;
    font-size: 4.8rem;
    margin-left: 0;
    margin-bottom: 0;
    margin-right: 1.4rem
  }
  .steps__item-number::before {
    top: -.7rem;
    left: 1.6rem;
    width: 4.8rem;
    height: 4.8rem
  }
  .steps__item-description {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0
  }
  .steps__item-list {
    padding-left: 3rem;
    padding-right: 3rem
  }
  .steps__text {
    font-size: 2.8rem;
    line-height: 1.21;
    margin-bottom: 4rem
  }
  .steps__block {
    display: block;
    padding: 4rem 3rem;
    border-radius: 3.2rem
  }
  .steps__block-title {
    width: 100%;
    margin-bottom: 4rem
  }
  .steps__block-title_guarantee {
    flex-direction: column;
    text-align: center
  }
  .steps__block-title_guarantee picture {
    margin-right: 0;
    margin-bottom: 3rem
  }
  .steps__block-form {
    width: 100%
  }
  .steps__block-form-content {
    display: block;
    margin-bottom: 2rem
  }
  .steps__block-form-content input {
    font-size: 2.8rem
  }
  .steps__block-form-button {
    width: 100%;
    margin-left: 0;
    margin-top: 2rem
  }
  .steps_buyback {
    padding: 11rem 0 8rem
  }
  .steps_buyback .steps__content {
    margin-bottom: 3rem
  }
  .steps_feedback {
    padding: 0
  }
  .steps_trade_in {
    padding: 0 0 8rem
  }
  .steps_trade_in .steps__content {
    grid-template-columns: repeat(1,1fr)
  }
  .steps_bottom {
    padding: 2rem 0 8rem
  }

}

@media (max-width:425px) {
  .steps__item-description{
    font-size: 12px;
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/estimate.css?17339036851499*/
.estimate {
  margin-bottom: 11rem
}
.estimate__content {
  display: flex;
  justify-content: space-between
}
.estimate__title {
  text-align: center;
  margin-bottom: 3.6rem
}
.estimate__text {
  text-align: center;
  margin-bottom: 3rem
}
.estimate__form {
  width: 80rem;
  padding: 4rem 4rem 3rem;
  background-color: #fafafa;
  border-radius: 1.6rem
}
.estimate__form .form__content {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 2rem;
  margin-bottom: 3rem
}
.estimate__form .form__content .label_textarea {
  grid-column: span 2
}
.estimate__form-button {
  width: 100%;
  margin-bottom: 2rem
}
.estimate__img {
  width: 52rem;
  border-radius: 1.7rem;
  overflow: hidden
}
.estimate__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
@media (max-width:48em) {
  .estimate {
    margin-bottom: 8rem
  }
  .estimate__content {
    display: block
  }
  .estimate__title {
    margin-bottom: 4rem
  }
  .estimate__form {
    width: 100%;
    padding: 4rem 3rem;
    border-radius: 3.2rem;
    margin-bottom: 4rem
  }
  .estimate__form .form__content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 3rem
  }
  .estimate__form .form__content .label_textarea {
    grid-column: span 1
  }
  .estimate__form .select-text,
  .estimate__form input,
  .estimate__form textarea {
    font-size: 2.8rem
  }
  .estimate__form-button {
    margin-bottom: 3rem
  }
  .estimate__img {
    width: 100%;
    height: 46rem;
    border-radius: 3.4rem
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/advantages.css?17500837672076*/
.advantages {
  padding: 11rem 0;
  background-color: #fafafa;
  border-radius: 5rem
}
.advantages__title {
  margin-bottom: 3.5rem
}
.advantages__content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2.7rem
}
.advantages__item {
  min-height: 18.2rem;
  display: flex;
  flex-direction: column;
  padding: 1.9rem 1.9rem 2rem;
  background-color: #fff;
  border: 1px solid #eaeaeb;
  border-radius: 1.6rem
}
.advantages__item-heading {
  width: 90%;
  display: flex;
  align-items: center;
  margin-bottom: .6rem
}
.advantages__item-number {
  width: 5rem;
  height: 4.5rem;
  display: flex;
  align-items: flex-end;
  flex-shrink: 0;
  padding-left: .5rem;
  margin-right: 2rem;
  font-size: 2.8rem;
  font-weight: 600;
  color: #1e5d9d;
  position: relative;
  z-index: 1
}
.advantages__item-number::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3.8rem;
  height: 3.8rem;
  border-radius: 50%;
  background-color: #f1f8fd;
  z-index: -1
}
.advantages__item-number img {
  width: 3.9rem;
  margin-left: -.5rem
}
.advantages__item-description {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: auto
}
.advantages__item-button {
  width: 100%;
  margin-top: auto
}
@media (max-width:48em) {
  .advantages {
    padding: 8rem 0;
    border-radius: 3.4rem
  }
  .advantages__title {
    margin-bottom: 4rem
  }
  .advantages__content {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 3rem
  }
  .advantages__item {
    min-height: auto;
    padding: 2.8rem;
    border-radius: 3.2rem
  }
  .advantages__item-heading {
    margin-bottom: 3rem
  }
  .advantages__item-number {
    width: 6.4rem;
    height: 6.4rem;
    font-size: 4.8rem
  }
  .advantages__item-number::before {
    width: 4.8rem;
    height: 4.8rem
  }
  .advantages__item-number img {
    width: 5rem
  }
  .advantages__item-description {
    font-size: 2rem;
    line-height: 1.2;
    margin-top: 0
  }
  .advantages__item-button {
    margin-top: 0
  }
}
@media(max-width:425px){
  .advantages__item-description{
    font-size: 12px;
  }
}
/* End */


/* Start:/local/templates/main/assets/bx-styles/feedback.css?17500838762725*/
.feedback {
  border-radius: .5rem;
  overflow: hidden;
  position: relative;
  padding: 9.9rem 0;
  z-index: 1
}
.feedback__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1
}
.feedback__picture img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.feedback__content {
  display: flex;
  justify-content: space-between;
  padding: 4rem 3.3rem;
  background-color: rgba(255,255,255,.3);
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  border-radius: 1rem;
  color: #fff
}
.feedback__title {
  width: 40rem
}
.feedback__title_column {
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.feedback__text {
  font-weight: 400
}
.feedback__form {
  width: 70rem
}
.feedback__form-content {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 2rem;
  margin-bottom: 2rem
}
.feedback__form-text {
  font-size: 1.4rem;
  margin-bottom: 1.7rem
}
.feedback_social {
  padding: 11.8rem 0
}
.feedback_social .feedback__content {
  padding: 2.5rem 4.7rem 2.2rem 6rem;
  align-items: center
}
.feedback__social {
  width: 67.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.feedback__social-text {
  width: 55%
}
.feedback__social-link {
  display: inline-block;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 50%;
  overflow: hidden
}
.feedback__social-link:not(:last-child) {
  margin-right: 2rem
}
.feedback__social-link img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain
}
.feedback__social-links {
  display: flex
}
@media (max-width:48em) {
  .feedback {
    border-radius: 0;
    padding: 8rem 0
  }
  .feedback__content {
    display: block;
    padding: 4rem 3rem;
    border-radius: 2rem
  }
  .feedback__title {
    width: 100%;
    text-align: center;
    margin-bottom: 4rem
  }
  .feedback__text {
    margin-top: 3rem
  }
  .feedback__form {
    width: 100%
  }
  .feedback__form-content {
    grid-template-columns: repeat(1,1fr);
    margin-bottom: 4.2rem
  }
  .feedback__form input {
    font-size: 2.8rem
  }
  .feedback__form-privacy {
    text-align: right
  }
  .feedback_social {
    padding: 8rem 0
  }
  .feedback_social .feedback__content {
    padding: 4rem 3rem
  }
  .feedback__social {
    width: 100%;
    display: block
  }
  .feedback__social-text {
    width: 100%;
    font-size: 3.6rem;
    line-height: 1.6;
    margin-bottom: 4rem
  }
  .feedback__social-link {
    width: 8.8rem;
    height: 8.8rem
  }
  .feedback__social-link:not(:last-child) {
    margin-right: 4rem
  }
  .feedback__social-links {
    justify-content: center
  }
}
@media(max-width:425px){
  .feedback__form-text{
    font-size: 12px;
  }
}
/* End */
/* /local/templates/main/assets/bx-styles/parallel-import.css?1733912795770 */
/* /local/templates/main/assets/bx-styles/steps.css?17500836514233 */
/* /local/templates/main/assets/bx-styles/estimate.css?17339036851499 */
/* /local/templates/main/assets/bx-styles/advantages.css?17500837672076 */
/* /local/templates/main/assets/bx-styles/feedback.css?17500838762725 */
