@media screen and (max-width: 1370px) {
  .container {
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media screen and (max-width: 1199px) {
  .top_area_section .top {
    flex-direction: column;
    align-items: center;
  }
  .top_area_section .top .left_cont {
    max-width: 100%;
  }
  .top_area_section .top .left_cont .title {
    font-size: 25px;
    max-width: 100%;
    margin-bottom: 36px;
  }
  .top_area_section .top .left_cont .text {
    font-size: 16px;
  }
  .top_area_section .top .left_cont .text::before {
    width: 336px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #FFF 51.5%, rgba(0, 0, 0, 0) 100%);
    transform: none;
    left: -79px;
  }
  .top_area_section .top .right_cont {
    margin-top: 42px;
  }
  .top_area_section {
    padding-top: 108px;
  }
  .faq_section {
    margin-top: 65px;
    padding-bottom: 49px;
  }
  .faq_section .row_item .top_item figure {
    max-width: 49px;
    padding-top: 0;
  }
  .faq_section .row_item .top_item figure img {
    width: 18px;
  }
  .faq_section .row_item .top_item p {
    font-size: 16px;
    width: calc(100% - 49px);
  }
  .faq_section .row_item .text p {
    font-size: 16px;
  }
  .faq_section .row_item .text {
    padding-left: 0;
    padding-bottom: 0;
  }
  .faq_section .row_item .top_item {
    padding: 0;
    padding-top: 20px;
  }
  .faq_section .row_item {
    padding-bottom: 20px;
  }
  .top_area_section .top .right_cont form {
    width: 100%;
    padding: 15px 0;
  }
  .top_area_section .top .right_cont form .row {
    margin-left: 0;
    margin-right: 0;
  }
  .main-header {
    top: 0 !important;
  }
  .top-line .menu-button {
    margin-top: 15px;
  }
  .main_section_new_own .heading_new {
    margin-top: 0;
  }
  .faq_section .title_top{
    font-size: 25px;
    margin-bottom: 30px;
  }
}