#content {
  background: #F2F2F2;
  color: black; }

.container {
  padding: 0 !important; }

.avtozakaz-logo {
  text-align: center;
  padding: 4rem 0 2rem; }
  .avtozakaz-logo img {
    max-width: 100%; }

.section {
  margin-bottom: 4rem; }
  .section-title {
    font-size: 3rem;
    font-size: calc(2rem + 3vw); }
    @media screen and (min-width: 1100px) {
      .section-title {
        font-size: 6rem; } }
  .section-title, .section-subtitle {
    text-align: center; }
  .section-content-group {
    padding-top: 3rem; }
  .section-subtitle {
    margin: 1rem auto;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 6rem; }
    @media screen and (max-width: 1000px) {
      .section-subtitle {
        font-size: 2.5rem; } }
    @media screen and (max-width: 760px) {
      .section-subtitle {
        font-size: 1.5rem;
        font-size: calc(1.5rem + 1vw);
        line-height: 2rem; } }
    .section-subtitle-prev-img {
      margin: 1rem auto;
      display: block; }
      @media screen and (min-width: 480px) {
        .section-subtitle-prev-img {
          display: inline-block;
          margin: 0 1rem; } }
  .section__first-screen .section-subtitle {
    font-weight: 300; }
  .section__consultants .section-subtitle {
    padding-top: 2rem; }
  .section__top-products {
    padding-top: 10rem; }
    @media screen and (max-width: 1000px) {
      .section__top-products {
        padding-top: 7vh; } }

.brand-text__red {
  color: #CB1E44; }

.benefit-blocks {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -1vw 4rem; }
  .benefit-blocks .benefit-block {
    flex-grow: 1;
    text-align: center;
    margin-bottom: 2vw; }
    @media screen and (max-width: 760px) {
      .benefit-blocks .benefit-block {
        margin-bottom: 3rem; } }
    .benefit-blocks .benefit-block_content {
      height: 100%;
      min-width: 240px;
      -webkit-border-radius: 0.8rem;
      -moz-border-radius: 0.8rem;
      border-radius: 0.8rem;
      background: white;
      border: 0.5rem solid #cbcbcb;
      margin: 0 1vw 3rem;
      padding: 3rem 3rem 4rem;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      flex-wrap: nowrap; }
      @media screen and (min-width: 1200px) {
        .benefit-blocks .benefit-block_content {
          max-width: 375px; } }
    .benefit-blocks .benefit-block:nth-of-type(1) .benefit-block_img {
      transform: translate(-5px); }
    .benefit-blocks .benefit-block:nth-of-type(2) .benefit-block_img {
      transform: translate(-15px); }
    .benefit-blocks .benefit-block_img {
      padding: 1rem 0 4rem;
      width: auto;
      max-width: 100%; }
      @media screen and (min-width: 1000px) {
        .benefit-blocks .benefit-block_img {
          padding: 4rem 0; } }
    .benefit-blocks .benefit-block_title {
      max-width: 90%;
      text-align: center;
      font-size: 4rem;
      font-weight: 600;
      line-height: 5.5rem;
      border-bottom: 3px solid #F5B2AE; }
      @media screen and (max-width: 1000px) {
        .benefit-blocks .benefit-block_title {
          font-size: 3rem; } }
    .benefit-blocks .benefit-block_description {
      text-align: center;
      padding-top: 2.5rem;
      font-size: 1.8rem;
      font-size: calc(1rem + 3vw);
      max-width: 260px; }
      @media screen and (max-width: 1000px) {
        .benefit-blocks .benefit-block_description {
          font-size: calc(1rem + 2vw); } }
      @media screen and (min-width: 780px) {
        .benefit-blocks .benefit-block_description {
          font-size: 2.2rem; } }

.connection-line {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; }

.how-blocks {
  padding-top: 2rem;
  position: relative; }
  .how-blocks_additional-button {
    margin-top: 10rem;
    text-align: center; }
  .how-blocks .how-block {
    position: relative;
    flex-grow: 1;
    min-width: 240px;
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    background: white;
    border: 0.5rem solid #cbcbcb;
    margin: 0 0 15rem;
    padding: 2rem 3rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap; }
    @media screen and (min-width: 1200px) {
      .how-blocks .how-block {
        margin-bottom: 3rem; } }
    .how-blocks .how-block:first-of-type {
      margin-top: 6rem; }
    .how-blocks .how-block_img {
      position: absolute;
      top: -7.5rem;
      width: 15rem;
      height: 15rem;
      background: transparent;
      text-align: center;
      line-height: 15rem;
      z-index: 2; }
      .how-blocks .how-block_img:after {
        content: '';
        position: absolute;
        background: linear-gradient(#d70044, #4e3c3c);
        width: 100%;
        height: 100%;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        left: 0;
        z-index: -2; }
      .how-blocks .how-block_img:before {
        content: '';
        position: absolute;
        width: calc(100% - 1rem);
        height: calc(100% - 1rem);
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        left: 0.5rem;
        top: 0.5rem;
        background: white;
        z-index: -1; }
      .how-blocks .how-block_img img {
        width: 50%; }
    .how-blocks .how-block_description {
      width: 100%;
      font-size: 2.2rem;
      padding: 0 0 3rem 2.4rem;
      background: white;
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 550px) {
        .how-blocks .how-block_description {
          padding: 2rem 0 3rem;
          font-size: 1.8rem; } }
    .how-blocks .how-block_description_number {
      font-size: 10rem;
      line-height: 9rem;
      font-weight: 600; }
    @media screen and (min-width: 1200px) {
      .how-blocks .how-block {
        max-width: 525px; }
        .how-blocks .how-block:nth-of-type(even) {
          margin-left: auto; } }

.double-button {
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  border: 0.5rem solid #cbcbcb;
  position: relative;
  display: inline-block;
  margin: 0 auto;
  background: white;
  font-weight: 600;
  padding: 2.4rem 0; }
  @media screen and (max-width: 500px) {
    .double-button {
      padding: 1.4rem 0; } }
  .double-button_img {
    position: absolute;
    left: -2.5rem;
    max-width: 120px;
    top: -1rem; }
    @media screen and (max-width: 500px) {
      .double-button_img {
        max-width: 80px; } }
    @media screen and (max-width: 350px) {
      .double-button_img {
        display: none; } }
  .double-button_email {
    font-size: 2.2rem;
    padding: 0 3rem 0 8rem; }
  .double-button_text {
    font-size: 2.2rem;
    padding: 0 3rem 0 10rem; }
    @media screen and (max-width: 500px) {
      .double-button_text {
        font-size: 1.5rem;
        padding: 0 2rem 0 6rem; } }
    @media screen and (max-width: 350px) {
      .double-button_text {
        padding: 0 1rem;
        font-size: 1.8rem;
        text-align: center; } }

.consultant-slider {
  max-height: 370px;
  overflow: hidden; }
  .consultant-slider .consultant-slide {
    padding: 0 1rem;
    text-align: center; }
    .consultant-slider .consultant-slide_img {
      transition: 0.6s;
      height: 300px;
      padding: 8rem 0 1.6rem;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-direction: row;
      flex-wrap: wrap; }
      .consultant-slider .consultant-slide_img img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        margin: auto auto 0; }
    .consultant-slider .consultant-slide_name {
      padding: 1rem;
      transition: 0.6s;
      font-size: 2.2rem;
      line-height: 1.7rem; }
    .consultant-slider .consultant-slide_sign {
      opacity: 0;
      font-size: 1.7rem;
      border-top: 3px solid #F5B2AE;
      padding: 1rem 0;
      transition: 0.6s;
      max-width: 280px;
      margin: 0 auto; }

@media screen and (max-width: 750px) {
  .consultation-block {
    -webkit-border-radius: 0.8rem;
    -moz-border-radius: 0.8rem;
    border-radius: 0.8rem;
    background: white;
    border: 3px solid #cbcbcb;
    margin: 3rem 0;
    padding: 2rem;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15); }
    .consultation-block_additional-info {
      text-align: center; }
      .consultation-block_additional-info .double-button {
        padding: 1.5rem 0; }
    .consultation-block_text {
      font-size: 2rem;
      margin-bottom: 2rem; }
    .consultation-block_buttons {
      margin-top: 2rem;
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-direction: row;
      flex-wrap: nowrap; } }

@media screen and (min-width: 751px) {
  .consultation-block {
    margin: 6rem auto 10rem;
    max-width: 1060px;
    position: relative; }
    .consultation-block_additional-info .double-button {
      padding: 1.5rem 0; }
    .consultation-block_text {
      -webkit-border-radius: 0.8rem;
      -moz-border-radius: 0.8rem;
      border-radius: 0.8rem;
      background: white;
      border: 3px solid #cbcbcb;
      margin: 3rem 0;
      padding: 3rem;
      box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
      font-size: 2rem;
      z-index: 1;
      position: relative; }
    .consultation-block_additional-info {
      position: absolute;
      background: white;
      width: 80%;
      left: 10%;
      border: 0.5rem solid #af2424;
      border-radius: 0.6rem;
      height: 8rem;
      bottom: -6rem;
      z-index: 0; }
      .consultation-block_additional-info .double-button {
        position: absolute;
        bottom: -55%;
        left: 2rem; }
    .consultation-block_buttons {
      display: flex;
      justify-content: center;
      align-items: stretch;
      flex-direction: row;
      flex-wrap: nowrap;
      position: absolute;
      right: 2rem;
      bottom: -2.2rem; } }
    @media screen and (min-width: 751px) and (min-width: 1000px) {
      .consultation-block_buttons {
        bottom: -3rem; } }

@media screen and (max-width: 920px) {
  .consultation-block_additional-info .double-button {
    bottom: -47%; }
    .consultation-block_additional-info .double-button_img {
      max-width: 84px; }
    .consultation-block_additional-info .double-button_email {
      padding: 0 2rem 0 7rem;
      font-size: 1.5rem; } }

@media screen and (max-width: 350px) {
  .consultation-block_additional-info .double-button_email {
    padding: 0 1rem; } }

.social-button {
  margin-right: 1rem;
  position: relative; }
  .social-button_img {
    width: 4.4rem;
    height: 100%;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    display: none; }
    @media screen and (min-width: 1000px) {
      .social-button_img {
        display: block;
        width: 6rem;
        transition: 0.3s; } }
  .social-button_img__hover {
    width: 4.4rem;
    height: 100%;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem; }
    @media screen and (min-width: 1000px) {
      .social-button_img__hover {
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 6rem;
        transition: 0.3s; } }
  .social-button:hover .social-button_img__hover {
    opacity: 1; }
  .social-button:last-of-type {
    margin-right: 0; }

.top-products-slider {
  height: 440px;
  overflow: hidden;
  text-align: center; }
  .top-products-slider .top-products-slide {
    padding: 0 1rem;
    text-align: center;
    max-width: 460px;
    margin: 0 auto; }
    .top-products-slider .top-products-slide_img {
      transition: 0.4s;
      height: 300px;
      padding-top: 50%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      flex-direction: row;
      flex-wrap: wrap;
      position: relative;
      margin-bottom: 1.5rem; }
      .top-products-slider .top-products-slide_img img {
        transition: 0.6s;
        max-width: 70%;
        max-height: 100%;
        height: auto;
        margin: auto auto 0;
        transform: translate(0.7rem, -1rem); }
    .top-products-slider .top-products-slide_name {
      transition: 0.6s;
      line-height: 2.6rem;
      font-size: 2.2rem; }
    .top-products-slider .top-products-slide_points {
      border-top: none;
      margin: 1rem 0 0;
      padding: 0;
      transition: 0.6s;
      font-size: 2rem; }
      @media screen and (max-width: 1000px) {
        .top-products-slider .top-products-slide_points {
          font-size: 1.6rem; } }
      .top-products-slider .top-products-slide_points__simple {
        display: none;
        text-decoration: line-through;
        text-decoration-color: #CB1E44;
        padding: 0 0.5rem 0 0; }
      .top-products-slider .top-products-slide_points__avto {
        display: inline-block;
        color: #CB1E44; }
        .top-products-slider .top-products-slide_points__avto img {
          display: inline-block;
          vertical-align: unset; }

.faq-blocks {
  -webkit-border-radius: 0.8rem;
  -moz-border-radius: 0.8rem;
  border-radius: 0.8rem;
  background: white;
  border: 3px solid #cbcbcb;
  margin: 1rem auto;
  padding: 4rem 7rem;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  max-width: 1060px; }
  @media screen and (max-width: 750px) {
    .faq-blocks {
      padding: 1rem 3rem;
      padding: 1vw 8vw; } }
  .faq-blocks .faq-block {
    padding: 2rem 0;
    border-bottom: 3px solid #F5B2AE;
    position: relative;
    font-size: 2.2rem; }
    @media screen and (max-width: 1000px) {
      .faq-blocks .faq-block {
        font-size: 1.8rem; } }
    .faq-blocks .faq-block:last-of-type {
      border-bottom: none; }
    .faq-blocks .faq-block_question {
      font-weight: 600;
      cursor: pointer;
      padding: 0 4rem 0 0; }
      @media screen and (min-width: 750px) {
        .faq-blocks .faq-block_question {
          padding: 0 0 0 7rem; } }
      @media screen and (max-width: 750px) {
        .faq-blocks .faq-block_question {
          font-size: 1.8rem; } }
    .faq-blocks .faq-block_question_expand {
      position: absolute;
      top: 1.8rem;
      left: 2rem;
      width: 3rem;
      height: 3rem;
      cursor: pointer; }
      @media screen and (max-width: 750px) {
        .faq-blocks .faq-block_question_expand {
          left: unset;
          right: 1rem; } }
      @media screen and (max-width: 1000px) {
        .faq-blocks .faq-block_question_expand {
          top: 1.5rem; } }
      .faq-blocks .faq-block_question_expand:after, .faq-blocks .faq-block_question_expand:before {
        content: "";
        position: absolute;
        top: 1.5rem;
        left: 0.7rem;
        width: 1.6rem;
        height: 2px;
        background: red;
        transition: 0.4s; }
      .faq-blocks .faq-block_question_expand:after {
        transform: rotate(90deg); }
    .faq-blocks .faq-block_answer {
      padding-left: 0;
      max-height: 0;
      transition: max-height 0.15s ease-out;
      overflow: hidden; }
      @media screen and (min-width: 750px) {
        .faq-blocks .faq-block_answer {
          padding-left: 7rem; } }
      @media screen and (max-width: 750px) {
        .faq-blocks .faq-block_answer {
          font-size: 1.8rem; } }
    .faq-blocks .faq-block_answer-text {
      padding-top: 1.6rem; }
    .faq-blocks .faq-block__expanded .faq-block_answer {
      max-height: 300px;
      transition: max-height 0.25s ease-in; }
    .faq-blocks .faq-block__expanded .faq-block_question_expand:after, .faq-blocks .faq-block__expanded .faq-block_question_expand:before {
      transform: rotate(360deg); }
    .faq-blocks .faq-block__expanded .faq-block_question_expand:after {
      opacity: 0; }

@media screen and (max-width: 340px) {
  .consultant-slider .slick-arrow, .top-products-slider .slick-arrow {
    display: none !important; } }

.consultant-slider .slick-next, .top-products-slider .slick-next {
  right: 0.5rem;
  z-index: 1;
  padding: 2.5rem; }
  .consultant-slider .slick-next:before, .consultant-slider .slick-next:after, .top-products-slider .slick-next:before, .top-products-slider .slick-next:after {
    content: "";
    width: 0.4rem;
    border-radius: 1rem;
    height: 4rem;
    opacity: 1;
    background: linear-gradient(red, darkred); }
  .consultant-slider .slick-next:before, .top-products-slider .slick-next:before {
    position: absolute;
    right: 1rem;
    top: 0.6rem;
    transform: rotate(45deg); }
  .consultant-slider .slick-next:after, .top-products-slider .slick-next:after {
    position: absolute;
    right: 1rem;
    top: -2rem;
    transform: rotate(135deg); }

.consultant-slider .slick-prev, .top-products-slider .slick-prev {
  left: 0.5rem;
  z-index: 1;
  padding: 2.5rem; }
  .consultant-slider .slick-prev:before, .consultant-slider .slick-prev:after, .top-products-slider .slick-prev:before, .top-products-slider .slick-prev:after {
    content: "";
    width: 0.4rem;
    border-radius: 1rem;
    height: 4rem;
    opacity: 1;
    background: linear-gradient(red, darkred); }
  .consultant-slider .slick-prev:before, .top-products-slider .slick-prev:before {
    position: absolute;
    left: 1rem;
    top: 0.6rem;
    transform: rotate(-45deg); }
  .consultant-slider .slick-prev:after, .top-products-slider .slick-prev:after {
    position: absolute;
    left: 1rem;
    top: -2rem;
    transform: rotate(-135deg); }

.top-products-slide_img:before, .top-products-slide_img:after {
  content: "";
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  transition: 0.4s; }

.top-products-slide_img:before {
  background: linear-gradient(#cc2647, #75484a);
  width: 150px;
  height: 150px;
  bottom: 0;
  z-index: -2; }

.top-products-slide_img:after {
  background: white;
  width: 140px;
  height: 140px;
  bottom: 5px;
  z-index: -1; }

.slick-dots {
  bottom: unset !important;
  top: -1rem; }

.slick-active.slick-center .consultant-slide_img, .slick-active.slick-center .top-products-slide_img {
  height: 300px;
  padding-top: 0; }
  .slick-active.slick-center .consultant-slide_img img, .slick-active.slick-center .top-products-slide_img img {
    max-width: 100%; }

.slick-active.slick-center .consultant-slide_name, .slick-active.slick-center .top-products-slide_name {
  font-weight: 600; }

.slick-active.slick-center .consultant-slide_sign, .slick-active.slick-center .top-products-slide_sign {
  opacity: 1; }

.slick-active.slick-center .top-products-slide_img:before {
  width: 200px;
  height: 200px; }

.slick-active.slick-center .top-products-slide_img:after {
  width: 190px;
  height: 190px; }

.slick-active.slick-center .top-products-slide_points {
  border-top: 3px solid #F5B2AE;
  margin: 0.6rem 0 0;
  padding: 0.8rem 0 0; }
  .slick-active.slick-center .top-products-slide_points__simple {
    display: inline-block; }

.popup {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 1000; }
  .popup__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); }
  .popup__content {
    padding: 2rem;
    background: white;
    max-height: 100vh;
    -webkit-border-radius: 1rem 0 1rem 1rem;
    -moz-border-radius: 1rem 0 1rem 1rem;
    border-radius: 1rem 0 1rem 1rem;
    position: relative; }
  .popup__video {
    width: 100vw;
    width: calc(100vw - 14rem);
    max-width: 1000px;
    min-width: 260px; }
  .popup-close__btn {
    cursor: pointer;
    background: white;
    width: 4rem;
    height: 4rem;
    position: absolute;
    right: -3.9rem;
    top: 0;
    -webkit-border-radius: 0 1rem 1rem 0;
    -moz-border-radius: 0 1rem 1rem 0;
    border-radius: 0 1rem 1rem 0; }
    .popup-close__btn:before, .popup-close__btn:after {
      content: '';
      width: 0.4rem;
      height: 3rem;
      position: absolute;
      background: darkred;
      left: 1.8rem;
      transform: rotate(-45deg);
      top: 0.5rem; }
    .popup-close__btn:after {
      transform: rotate(45deg); }

.iframe__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.iframe__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

/*# sourceMappingURL=new-page-avtozakaz.css.map*/