@media screen and (max-width: 1600px) {
  header .logo img {
    max-width: 150px;
  }
}
@media screen and (max-width: 1199px) {
  
  .main_top_section .inside .left_cont .title span {
    font-size: 35px;
  }
  .main_top_section .inside .left_cont .text {
    font-size: 22px;
  }
  .main_top_section .inside .left_cont {
    max-width: 594px;
  }
  .main_top_section .inside .right_cont {
    width: calc(100% - 594px);
  }
  .main_top_section .bottom_cont .title, .content_text_section .inside .text_cont .title span, .most_effective .title span, .our_contacts_cities .right_cont .title {
    font-size: 24px;
  }
  .main_top_section .bottom_cont ol li {
    font-size: 18px;
  }
  .content_text_section .inside .text_cont {
    max-width: 48%;
  }
  .content_text_section .inside .img {
    max-width: 48%;
  }
  .our_contacts_cities .right_cont {
    margin-right: 0;
    padding-left: 20px;
  }
  .our_contacts_cities .right_cont .address_title {
    font-size: 22px;
  }
  .our_contacts_cities .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 24px;
  }
  .our_contacts_cities .select2-container--default .select2-selection--single{
    height: 24px;
  }
}
@media screen and (max-width: 991px) {
  .our_contacts_cities .container {
    flex-direction: column;
    align-items: center;
  }
  .our_contacts_cities .container .left_cont {
    order: 2;
    max-width: 100%;
  }
  .our_contacts_cities .right_cont {
    max-width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .our_contacts_cities {
    padding: 40px 0;
    border-radius: 30px;
  }
  .content_text_section .inside {
    padding: 30px 15px;
    flex-direction: column;
    align-items: center;
  }
  .content_text_section .inside .text_cont {
    max-width: 100%;
    order: 2;
  }
  .content_text_section .inside .img {
    max-width: 500px;
    margin-bottom: 20px;
  }
  .content_text_section .inside .text_cont .title br {
    display: none;
  }
  .content_text_section .inside .text_cont .title span {
    padding-right: 5px;
  }
  .content_text_section .inside .text_cont .title span:last-child {
    padding-right: 0;
  }
  .most_effective .title span {
    padding: 4px;
  }
  .most_effective .title br {
    display: none;
  }
  .most_effective {
    padding: 40px 0;
  }
  .methodic_section{
    border-radius: 30px;
  }
  .main_top_section .inside .right_cont .img {
    display: none;
  }
  .main_top_section .bottom_cont{
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .main_top_section .inside .left_cont {
    padding-bottom: 40px;
  }
  .phiolet_btn {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 350px;
  }
  .main_top_section .bottom_cont .title, .content_text_section .inside .text_cont .title span, .most_effective .title span, .our_contacts_cities .right_cont .title {
    font-size: 23px;
  }
  .our_contacts_cities .select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 23px;
  }
  .our_contacts_cities .select2-container--default .select2-selection--single{
    height: 23px;
  }
  .our_contacts_cities .right_cont .title .city_item img{
    margin-left: 0;
    width: 15px;
  }
}