@media only screen and (max-width: 1199px) {
  .choice-us .all-info-choice {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .like-info-bl .all-like-bl {
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .like-info-bl .all-like-bl .item-info {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 992px) {
  header .header-wr .logo p.logo-text {
    margin-top: -10px;
  }
  header .logotype img {
    max-width: 285px;
  }
  section {
    padding: 40px 0 30px;
  }
  section .desc-bl {
    max-width: none !important;
  }
  section .inside .img {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    height: 270px;
    display: flex;
    align-items: center;
  }
  section .inside .img img {
    position: relative;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
  }
  section .inside .img .dest {
    display: none;
  }
  section .inside .img .mob {
    display: block;
  }
  section .inside .info {
    max-width: none !important;
    width: 100%;
  }
  section .top-info {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .rev .top-info {
    flex-direction: column-reverse;
  }
  .choice-us .bottom-text {
    padding: 0 20px;
    text-align: left;
  }
  .form-group form {
    flex-direction: column;
    align-items: self-start;
  }
}
@media only screen and (max-width: 768px) {
  section .inside .img {
    justify-content: center;
  }
  .like-info-bl .all-like-bl .item-info {
    margin-right: 0!important;
    max-width: none!important;
  }
  .form-group form {
    max-width: 400px;
    width: 100%;
    /* margin: auto; */
    justify-content: center;
  }
  .form-group form input {
    margin-right: 0 !important;
    width: 94% !important;
  }
  .form-group form .bord-inp {
    width: 99%;
  }
  .form-group form input[type="submit"] {
    width: 100%!important;
	      font-size: 17px;
  }
	.form-group form input[type="text"]{
		margin-top:-20px;
	}
  .title-bl {
    font-size: 34px !important;
    line-height: 100% !important;
    margin-bottom: 15px !important;
  }
  .desc-bl {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .like-info-bl {
    padding: 0 0 15px;
  }
  .like-info-bl .all-like-bl {
    justify-content: flex-start;
  }
  .choice-us {
    padding: 40px 0 30px;
  }
  .choice-us .title-bl {
    padding: 0 20px 20px;
  }
  .choice-us .all-info-choice {
    justify-content: flex-start;
  }
  .choice-us .item .text-bl .tit {
    color: #1F3E76;
    font-size: 20px!important;
  }
}
