@charset "UTF-8";
.lathe_about {
  padding-top: 45px;
  margin-bottom: 45px; }
  .lathe_about .about {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    @media (max-width: 1235px) {
      .lathe_about .about {
        flex-direction: column; } }
  .lathe_about .description {
    max-width: 390px;
    margin-right: 50px; }
    @media (max-width: 1235px) {
      .lathe_about .description {
        max-width: 1235px; } }
    .lathe_about .description .title {
      font-family: "NeoSansCyr-Medium";
      font-style: normal;
      font-weight: 400;
      font-size: 36px;
      line-height: 39px;
      text-transform: uppercase;
      color: #000000;
      margin-bottom: 20px; }
    .lathe_about .description .text {
      font-weight: 400;
      font-size: 14px;
      line-height: 15px;
      color: rgba(0, 0, 0, 0.8); }
  .lathe_about .about_video {
    position: relative;
    filter: drop-shadow(0px 4px 20px rgba(0, 0, 0, 0.25));
    height: 340px; }
    .lathe_about .about_video .video {
      height: 340px;
      min-width: auto;
      min-height: auto;
      width: auto; }
      @media (max-width: 1235px) {
        .lathe_about .about_video .video {
          width: 100%;
          height: auto;
          margin: 0 auto;
          display: block;
          max-width: 500px; } }
    .lathe_about .about_video .next {
      position: absolute;
      right: 0;
      top: 87px;
      cursor: pointer; }

.lathe_kinds {
  padding-top: 0;
  padding-bottom: 25px; }
  .lathe_kinds .kinds_title {
    font-family: "NeoSansCyr-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
    color: #101010;
    margin-bottom: 39px; }
  .lathe_kinds .link-for-all {
    display: block;
    text-align: center;
    font-family: "NeoSansCyr-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    text-decoration-line: underline;
    text-transform: uppercase;
    color: #FF0F0F; }

.cat-box .description {
  font-family: "NeoSansCyr-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 15px;
  color: #101010;
  visibility: hidden;
  z-index: 5 !important;
  max-width: 200px;
  opacity: 0; }
.cat-box:hover .description {
  visibility: visible;
  opacity: 1; }

.cat-box-v2 {
  position: relative; }
  .cat-box-v2 .title {
    position: absolute;
    top: 25%;
    transition: 0.5s;
    margin-bottom: 10px; }
  .cat-box-v2:hover .title {
    top: 0;
    position: relative; }

.asme-request-info .ari-price {
  font-family: "NeoSansCyr-Medium";
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 52px;
  text-align: center;
  text-transform: uppercase;
  color: #0057A1;
  margin-bottom: 27px; }
.asme-request-info .ari-get-price {
  display: flex;
  justify-content: center; }
  .asme-request-info .ari-get-price button {
    font-family: "NeoSansCyr-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
    background: #0057A1;
    max-width: 520px;
    width: 100%;
    min-height: 37px; }

.machine_types {
  margin-left: 0;
  margin-right: 0;
  border-top: 2px solid #C4C4C4;
  text-align: center;
  padding-top: 48px; }
  .machine_types__title {
    font-family: "NeoSansCyr-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #101010 !important; }
  .machine_types__subtitle {
    font-family: "NeoSansCyr-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120.87%;
    letter-spacing: -0.04em;
    color: rgba(0, 0, 0, 0.8); }
  .machine_types .swiper-container {
    position: relative; }
    .machine_types .swiper-container .swiper-scrollbar {
      display: none; }
    .machine_types .swiper-container .before-pe {
      display: block;
      width: 7px;
      height: 7px;
      position: absolute;
      left: 0;
      top: 50%;
      border-radius: 50%;
      background: #0057A1;
      cursor: pointer; }
    .machine_types .swiper-container .after-pe {
      display: block;
      width: 7px;
      height: 7px;
      position: absolute;
      right: 0;
      top: 50%;
      border-radius: 50%;
      background: #0057A1;
      cursor: pointer; }
    .machine_types .swiper-container .swiper-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-around; }
      .machine_types .swiper-container .swiper-wrapper .swiper-slide {
        display: flex;
        text-align: center;
        flex-direction: column;
        max-width: 335px;
        width: 100%;
        height: 295px;
        position: relative; }
        .machine_types .swiper-container .swiper-wrapper .swiper-slide img {
          margin-bottom: -20px; }
        .machine_types .swiper-container .swiper-wrapper .swiper-slide .description {
          position: absolute;
          bottom: -5px;
          right: 0;
          left: 0;
          margin: 0 auto; }
          .machine_types .swiper-container .swiper-wrapper .swiper-slide .description span {
            font-family: "NeoSansCyr-Regular";
            font-style: normal;
            font-weight: 400;
            font-size: 12px;
            line-height: 13px;
            color: #000000; }
          .machine_types .swiper-container .swiper-wrapper .swiper-slide .description p {
            font-family: "NeoSansCyr-Medium";
            font-style: normal;
            font-weight: 400;
            font-size: 18px;
            line-height: 19px;
            color: #000000; }

.specifications {
  background-image: url("../img/lathe/specifications_bg.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 68px 0 35px 0; }
  .specifications .title {
    text-align: center;
    font-family: "NeoSansCyr-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #FFFFFF; }
  .specifications .points {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .specifications .points .point {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .specifications .points .point b {
        font-family: "NeoSansCyr-Medium";
        font-style: normal;
        font-weight: 400;
        font-size: 48px;
        line-height: 52px;
        text-transform: uppercase;
        color: #FFFFFF; }
        .specifications .points .point b span {
          font-size: 36px;
          line-height: 39px;
          text-transform: uppercase;
          color: #FF0F0F; }
      .specifications .points .point p {
        font-family: "NeoSansCyr-Regular";
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 19px;
        color: #FFFFFF; }

.work_examples {
  padding-top: 35px;
  padding-bottom: 35px;
  background: #000001;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .work_examples .title {
    font-family: "NeoSansCyr-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF; }
  .work_examples .subtitle {
    font-family: "NeoSansCyr-Regular";
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120.87%;
    letter-spacing: -0.04em;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px; }
    .work_examples .subtitle span {
      font-family: "NeoSansCyr-Medium"; }
  .work_examples .examples {
    display: grid;
    justify-items: stretch;
    align-items: stretch;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
    margin-bottom: 6px;
    overflow: hidden !important;
    position: relative;
    left: -30px;
    font-size: 16px;
    width: 113vw; }
    .work_examples .examples__1 {
      margin-left: -10vw; }
    .work_examples .examples__2 {
      margin-left: -10vw; }
    .work_examples .examples__3 {
      margin-left: -10vw; }
    .work_examples .examples .article {
      transition: 0.3s;
      height: 325px;
      position: relative;
      cursor: pointer;
      overflow: hidden;
      width: 20vw; }
      .work_examples .examples .article__1 {
        grid-column: 1 / 2; }
      .work_examples .examples .article__2 {
        grid-column: 2 / 3; }
      .work_examples .examples .article__3 {
        grid-column: 3 / 5;
        width: 53vw; }
      .work_examples .examples .article__4 {
        grid-column: 5 / 6; }
      .work_examples .examples .article__5 {
        grid-column: 1 / 2; }
      .work_examples .examples .article__6 {
        grid-column: 2 / 4;
        width: 54vw; }
      .work_examples .examples .article__7 {
        grid-column: 4 / 5; }
      .work_examples .examples .article__8 {
        grid-column: 5 / 6; }
      .work_examples .examples .article__9 {
        grid-column: 1 / 2; }
      .work_examples .examples .article__10 {
        grid-column: 2 / 3; }
      .work_examples .examples .article__11 {
        grid-column: 3 / 5;
        width: 53vw; }
      .work_examples .examples .article__12 {
        grid-column: 5 / 6; }
      .work_examples .examples .article img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 3; }
      .work_examples .examples .article p {
        font-family: "NeoSansCyr-Medium";
        font-style: normal;
        font-weight: 400;
        font-size: 14px;
        line-height: 15px;
        position: absolute;
        left: 2em;
        bottom: 8px;
        color: #FFFFFF;
        z-index: 5;
        max-width: 220px; }
  .work_examples__more {
    margin-top: 20px; }
    .work_examples__more-link {
      cursor: pointer;
      display: flex;
      align-items: center;
      background: #0057A1;
      font-family: "NeoSansCyr-Medium";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 13px;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF !important;
      min-height: 37px !important;
      padding: 0 157px !important; }

.other_directions {
  padding-bottom: 78px;
  margin-bottom: 47px;
  border-bottom: 2px solid #C4C4C4;
  margin-left: 0;
  margin-right: 0; }
  .other_directions .container {
    overflow: hidden; }
  .other_directions__title {
    font-family: "NeoSansCyr-Medium";
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    color: #101010 !important;
    text-align: left;
    margin-bottom: 12px; }
  .other_directions__subtitle {
    font-family: "NeoSansCyr-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #292929 !important;
    text-align: left;
    margin-bottom: 12px; }
  .other_directions .before-pe {
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    left: -20px;
    top: 50%;
    border-radius: 50%;
    background: #0057A1;
    cursor: pointer; }
  .other_directions .after-pe {
    display: block;
    width: 7px;
    height: 7px;
    position: absolute;
    right: -20px;
    top: 50%;
    border-radius: 50%;
    background: #0057A1;
    cursor: pointer; }
  .other_directions .swiper-slide {
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    max-width: 253px;
    height: 215px;
    float: left; }
    .other_directions .swiper-slide-white {
      color: white; }
    .other_directions .swiper-slide-black {
      color: black; }
    .other_directions .swiper-slide img {
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .other_directions .swiper-slide .description {
      position: absolute;
      width: 100%;
      left: 0;
      right: 0;
      margin: 0;
      bottom: 0;
      text-align: center;
      font-family: "NeoSansCyr-Medium";
      font-style: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 19px;
      text-transform: uppercase;
      padding-top: 8px; }
      .other_directions .swiper-slide .description span {
        margin-bottom: 15px; }
      .other_directions .swiper-slide .description p {
        display: none;
        font-size: 14px;
        line-height: 15px; }
    .other_directions .swiper-slide:hover {
      cursor: pointer; }
      .other_directions .swiper-slide:hover .description {
        background-color: rgba(0, 0, 0, 0.5);
        height: 81px; }
        .other_directions .swiper-slide:hover .description p {
          margin-top: 15px;
          display: block; }

.lathe_order .container {
  max-width: 1320px; }
  @media (min-width: 992px) {
    .lathe_order .container {
      max-width: 960px; } }
  @media (min-width: 1360px) {
    .lathe_order .container {
      max-width: 1320px; } }
.lathe_order .title {
  text-align: left; }
.lathe_order .subtitle {
  text-align: left; }
.lathe_order .order .contact-data {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 13px; }
  @media (max-width: 780px) {
    .lathe_order .order .contact-data {
      flex-wrap: wrap;
      flex-direction: column; } }
  .lathe_order .order .contact-data .form-group {
    max-width: 407px;
    width: 100%;
    position: relative;
    height: 36px !important; }
    .lathe_order .order .contact-data .form-group:nth-child(2) {
      margin-left: 34px;
      margin-right: 34px; }
      @media (max-width: 780px) {
        .lathe_order .order .contact-data .form-group:nth-child(2) {
          margin-left: 0;
          margin-right: 0; } }
    @media (max-width: 780px) {
      .lathe_order .order .contact-data .form-group {
        max-width: 800px;
        margin-bottom: 10px; } }
    .lathe_order .order .contact-data .form-group img {
      position: absolute;
      top: 10px;
      right: 10px; }
    .lathe_order .order .contact-data .form-group input, .lathe_order .order .contact-data .form-group label[for="file-upload"] {
      box-shadow: none !important;
      border-radius: 0 !important;
      border: 1px solid #C4C4C4 !important;
      box-sizing: border-box !important;
      background-color: transparent !important;
      position: relative;
      height: 36px !important;
      font-family: "NeoSansCyr-Regular";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 11px;
      color: #292929;
      width: 100%;
      padding-left: 18px;
      padding-right: 30px; }
      .lathe_order .order .contact-data .form-group input::placeholder, .lathe_order .order .contact-data .form-group label[for="file-upload"]::placeholder {
        text-decoration-line: underline;
        font-size: 12px; }
    .lathe_order .order .contact-data .form-group label[for="file-upload"] {
      display: inline-flex;
      align-items: center;
      font-family: "NeoSansCyr-Medium";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 11px;
      cursor: pointer;
      color: #292929; }
    .lathe_order .order .contact-data .form-group #file-upload {
      opacity: 0;
      left: 0;
      position: absolute;
      z-index: -1; }
.lathe_order .order .message {
  display: flex;
  flex-direction: column; }
  .lathe_order .order .message textarea {
    display: block;
    width: 100%;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: 1px solid #C4C4C4 !important;
    box-sizing: border-box !important;
    background-color: transparent !important;
    margin-bottom: 15px;
    resize: none;
    height: 101px;
    font-family: "NeoSansCyr-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 11px;
    color: #292929;
    box-sizing: border-box;
    padding: 10px 18px; }
    .lathe_order .order .message textarea::placeholder {
      text-decoration-line: underline;
      font-size: 12px; }
  .lathe_order .order .message .form-group {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    /* стили при наведении курсора на checkbox */
    /* стили для активного состояния чекбокса (при нажатии на него) */
    /* стили для чекбокса, находящегося в фокусе */
    /* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
    /* стили для чекбокса, находящегося в состоянии disabled */ }
    .lathe_order .order .message .form-group button {
      background: #0057A1;
      font-family: "NeoSansCyr-Medium";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      text-transform: uppercase;
      min-height: 37px;
      max-width: 445px;
      width: 100%;
      margin-left: 16px;
      color: #FFFFFF; }
    .lathe_order .order .message .form-group .custom-checkbox {
      position: absolute;
      z-index: -1;
      opacity: 0; }
    .lathe_order .order .message .form-group label {
      font-family: 'Neo Sans Cyr Light';
      font-style: normal;
      font-weight: 300;
      font-size: 12px;
      line-height: 14px;
      color: #A7A6A6;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      width: 260px;
      position: relative; }
      .lathe_order .order .message .form-group label a {
        text-decoration-line: underline;
        color: #2199D6; }
    .lathe_order .order .message .form-group .custom-checkbox + label::before {
      content: '';
      display: inline-block;
      width: 25px;
      height: 25px;
      flex-shrink: 0;
      flex-grow: 0;
      border: 1px solid #C4C4C4;
      box-sizing: border-box;
      margin-right: 17px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 50% 50%;
      cursor: pointer;
      position: absolute;
      left: -40px; }
    .lathe_order .order .message .form-group .custom-checkbox:checked + label::before {
      border-color: #0b76ef;
      background-color: #0b76ef;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }
    .lathe_order .order .message .form-group .custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
      border-color: #b3d7ff; }
    .lathe_order .order .message .form-group .custom-checkbox:not(:disabled):active + label::before {
      background-color: #b3d7ff;
      border-color: #b3d7ff; }
    .lathe_order .order .message .form-group .custom-checkbox:focus + label::before {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .lathe_order .order .message .form-group .custom-checkbox:focus:not(:checked) + label::before {
      border-color: #b3d7ff; }
    .lathe_order .order .message .form-group .custom-checkbox:disabled + label::before {
      background-color: #e9ecef; }

.krepej-items {
  border-top: 2px solid #C4C4C4;
  padding-top: 48px; }
  /* .krepej-items .api2-item {
    height: unset !important; } */

.peculiarities {
  margin-bottom: 30px; }
  .peculiarities__subtitle {
    font-family: "NeoSansCyr-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: black; }
  .peculiarities__table {
    background: #FFFFFF;
    box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25); }
    .peculiarities__table tr {
      color: #0057A1; }

.calculate {
  margin: 0; }
  @media (min-width: 576px) {
    .calculate .container {
      max-width: 100%; } }
  @media (min-width: 992px) {
    .calculate .container {
      max-width: 960px; } }
  @media (min-width: 1360px) {
    .calculate .container {
      max-width: 100%; } }
  .calculate__block {
    top: 0 !important;
    max-width: 1320px !important; }

.seo_block {
  padding-top: 25px;
  min-height: 870px; }
  .seo_block__title {
    font-family: "NeoSansCyr-Medium";
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 36px;
    line-height: 39px;
    text-transform: uppercase;
    color: #101010; }
  .seo_block__main {
    display: flex;
    flex-direction: row; }
    @media (max-width: 992px) {
      .seo_block__main {
        flex-direction: column; } }
  .seo_block__items {
    width: 70%;
    margin-right: 23px; }
    @media (max-width: 992px) {
      .seo_block__items {
        width: 100%; } }
    .seo_block__items .item {
      margin-bottom: 6px !important;
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      justify-content: space-between;
      background: #FFFFFF;
      border: 1px solid #CECECE;
      box-sizing: border-box;
      cursor: pointer;
      padding: 8px 20px;
      overflow: hidden;
      transition: 0.3s; }
      .seo_block__items .item .name {
        display: flex;
        flex-direction: column; }
        .seo_block__items .item .name .show_for_hover {
          height: 0;
          visibility: hidden;
          font-family: "NeoSansCyr-Medium";
          font-style: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 15px;
          text-transform: uppercase;
          padding-left: 15px;
          padding-right: 15px;
          position: relative;
          display: inline-block;
          color: #101010; }
          .seo_block__items .item .name .show_for_hover::after {
            content: '';
            height: 4px;
            position: absolute;
            bottom: -10px;
            background: #FF0F0F;
            left: 0;
            width: 110px; }
        .seo_block__items .item .name h6 {
          font-family: "NeoSansCyr-Regular";
          font-style: normal;
          font-weight: 400;
          font-size: 12px;
          line-height: 13px;
          text-transform: uppercase;
          color: #000000;
          z-index: 1; }
        .seo_block__items .item .name span {
          font-family: "NeoSansCyr-Regular";
          font-weight: 400;
          font-size: 11px;
          line-height: 12px;
          color: #3362AB;
          z-index: 1; }
          .seo_block__items .item .name span b {
            font-family: "NeoSansCyr-Medium"; }
        .seo_block__items .item .name img {
          transition: 0.3s;
          z-index: 0; }
      .seo_block__items .item .description {
        display: flex;
        flex-direction: column;
        width: 250px; }
        .seo_block__items .item .description span {
          font-family: 'Neo Sans Cyr Light';
          font-style: normal;
          font-weight: 300;
          font-size: 12px;
          line-height: 13px;
          color: #000000; }
      .seo_block__items .item .price {
        font-family: "NeoSansCyr-Medium";
        font-weight: 400;
        font-size: 18px;
        line-height: 19px;
        text-transform: uppercase;
        color: #00336D; }
      .seo_block__items .item:hover {
        box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.25);
        transform: scale(1.05, 1.05);
        min-height: 140px; }
        .seo_block__items .item:hover .name img {
          transform: scale(1.25, 1.25) translate(-50px, 0);
          overflow: hidden; }
        .seo_block__items .item:hover .name .show_for_hover {
          height: fit-content;
          visibility: visible; }
  .seo_block__description {
    width: 39%; }
    @media (max-width: 992px) {
      .seo_block__description {
        width: 100%; } }
    .seo_block__description p {
      font-family: "NeoSansCyr-Regular";
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 15px;
      color: rgba(0, 0, 0, 0.8); }
    .seo_block__description img {
      margin-bottom: 20px; }
    .seo_block__description .blue_button {
      color: #FFFFFF !important;
      background: #0057A1; }
    .seo_block__description .white_button {
      color: #2B2B2B !important;
      border: 2px solid #C4C4C4; }
    .seo_block__description a {
      cursor: pointer;
      width: 226px;
      height: 49px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: "NeoSansCyr-Medium";
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      line-height: 13px;
      text-align: center;
      text-transform: uppercase;
      margin-bottom: 15px; }
      .seo_block__description a:hover {
        transition: 0.3s;
        transform: scale(1.025, 1.025); }

.sertifikaty .sertifikat {
flex: 1 0 0%; }
  @media screen and (max-width: 767px) {
    .sertifikaty .sertifikat {
      width: 100%; } }

.video_control {
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 18%;
  height: 24%;
  background-image: url("/img/video_play.svg");
  background-repeat: no-repeat; }
  .video_control__play {
    display: none; }

.rqst-frm-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  align-items: center; }

/*# sourceMappingURL=new-custom.css.map */
