@media (max-width: 768px)
{
    /*---------------
        Main styles
    ---------------*/

    .marg_120{
      margin-bottom: 48px;
    }
    .marg_96{
      margin-bottom: 48px;
    }
    .marg_48{
      margin-bottom: 32px;
    }

    .wrappper-form {
        padding: 48px 0;
    }



    /*---------------
        Header
    ---------------*/
    .header-left .title {
      font-size: 12px;
      line-height: 12px;
      width: calc(100% - 112px);
      text-transform: none;
    }


    /*---------------
        Sidebar
    ---------------*/



    /*---------------
        Main section
    ---------------*/
    .page_head .head {
      padding: 32px 0;
      margin-bottom: 32px;
    }
    .page_head .info{
      order: 2;
      width: 100%;
    }
    .page_thanks .head .info>.title,
    .page_head .title{
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 24px;
      margin-top: 0;
    }

    .page_head .images-head.no_lottie,
    .page_head .images-head{
      order: 1;
      width: 100%;
      position: static;
      align-items: flex-start;
      flex-direction: row-reverse;
      margin-bottom: 15px;
      right: 0;
      max-height: 505px;
      justify-content: center;
    }

    .lot_page .head .images-head .lottie{
      width: auto;
      height: 400px;
      display: flex;
      justify-content: center;
  }
    .lot_page .head .images-head .lottie canvas{
      object-fit: cover;
      }


    .content-iframe .title {
      font-size: 24px;
      line-height: 32px;
      margin-bottom: 32px;
    }
    .content-iframe .wrap_elems {
        min-height: auto;
    }
    .content-iframe .wrap_elems iframe{
      height: auto;
      min-height: 400px;
    }


    /*---------------
        Footer
    ---------------*/
    footer .info {
        padding: 32px 0;
    }
    footer .info>* {
      margin-top: 0;
    }
    footer .logo {
      width: 120px;
    }



    /*---------------
        PopUp
    ---------------*/





}
