@media  (max-width: 1400px) {
    .company_text {
        font-size: 16px;
        font-weight: 400;
    }
    .company_text2 {
        font-size: 16px;
        font-weight: 400;
    }
    .services_img img {
        margin-top: 20%;
        width: 100%;
        
    }
    .img_partner img {
        width: 110%;
        margin-bottom: 0;
    }
    .summary_icon_en2 img {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        width: 60px;
    
    }
}

@media  (max-width: 1200px){
    .head {
        padding: 50px 0 50px 0;
    }
    .menu .menu_link {
        font-size: 16px;
    }
    .menu {
        padding: 50px 100px;
    }
    .subhead {
        font-size: 24px;
    }
    .title {
        font-size: 32px;
    }

    .photo_company img {
        width: 100%
    }
    .photo_company2 img {
            width: 100%;
        }
        .photo_company3 img {
            width: 100%;
        }
        .summary_text {
            font-size: 16px;
        }
        .summary_text2 {
            font-size: 16px;
        }
        .card_title {
            font-size: 20px;
        }
        .blocktitle {
            font-size: 32px;
        }
        .title_right {
            font-size: 32px;
        }
        .line_title_right {
        margin-top: 10px;
        }
        .uniqueness_text {
         font-size: 16px;
        }
        .title_service {
            font-size: 32px;
        }
        .services_text_title {
            font-size: 20px;

        }
        .services_text {
            font-size: 14px;
            margin-bottom: 10px;
        }
        .services_img img {
            margin-top: 20%;
            width: 100%;
            
        }
        .title_partners {
            font-size: 32px;
            margin-top: 30px;
        }
        .partners_text {
            font-size: 14px;
            margin-top: 15px;
            margin-bottom: 20px;
        }
        .footer_text {
            font-size: 14px;
        }
        .contacts {
            font-size: 14px;
        }
}

@media  (max-width: 991px) {
    .head {
        padding: 1px 0 1px 0;
    }
    .logo img {
      margin-bottom: 40px;
    }
    .text_firm {
        font-size: 16px;
    }
    .title_head {
        font-size: 42px;
    }
    .title {
        font-size: 24px;
    }
    .line_title {
        height: 2px;
        width: 100px;
        margin-bottom: 30px;
    }
    .menu .menu_link {
        font-size: 16px;
    }
    .menu {
        padding: 50px 50px;
    }
    .subhead {
        font-size: 20px;
    }
    .bg-img {
        min-height: 700px;
        
    }
    .company_text {
        font-size: 12px;
        font-weight: 400;
        text-align: justify;
    }
    .company_text2 {
        font-size: 12px;
        font-weight: 400;
        text-align: justify;
    }
    .photo_company img {
        width: 100%;
        margin-top: 5%;
        
    }
    .photo_company2 img {
        margin-top: 5%;
    }
    .summary_text {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .subtitle {
        font-size: 18px;
    }
    .summary_icon img {
        margin-top: 40px;
    }
    .summary_icon2 img {
        margin-top: 0px;
    }
    .blocktitle {
        font-size: 24px;
    }
    .uniqueness_text {
        font-size: 12px;
        margin-top: 25px;
    }
    .title_right {
        font-size: 24px;
    }
    .card_title {
        font-size: 18px;
    }
    .card-text {
        font-size: 12px;
        font-weight: 300;
        line-height: 1.1;
        margin-bottom: 5px;
    }
    .text_point {
        font-size: 12px;
        line-height: 1.1;
        margin-bottom: 0px;
        
    }
    .card {
        background-color:#1e1e1e;
        height: 520px;
        width: 110%;  
    }
    .line_title_right {
        margin-top: 10px;
        margin-bottom: 25px;
    }
    .title_service {
        font-size: 24px;
    }
    .services_text_title {
        font-size: 18px;
        margin-bottom: 10px
    }
    .services_text {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .services_img img {
        margin-top: 25%;
        width: 103%;
    }
    .line_title_services {
        height: 2px;
        width: 100px;
        margin-bottom: 15px;
        margin-top: 0px;
    }
    .line_title_right {
        height: 2px;
        width: 100px;
        margin-top: 0px;
    }
    .summary_text2 {
        font-size: 14px;
    }
    .uniqueness_block img {
        width: 50%;
    }
    .uniqueness_block2 img{
        width: 69%;
    }
    .uniqueness_block3 img{
        width: 50%;
    }
    .title_partners {
        font-size: 24px;
        margin-top: 15px;
    }
    .partners_text {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .footer_text {
        font-size: 12px;
    }
    .footer_text2 {
        font-size: 12px;
    }
    .contacts .contacts_en{
        margin-top: 55px;
        margin-bottom: 20px;
        text-align: right;
        font-size: 12px;
    }
}


@media  (max-width: 767px) {

    .menu {
        position: absolute;
        justify-content: center;
        text-align: center;
        top: 0;
        left: -100%;
        width: 100%;
        height: 60vh;
        padding: 0px 0px;
        flex-direction: column;
        background-color: rgba(0, 0, 0, 0.8);
        transition: 0.6s all;
        z-index:3;
    }
    .menu_item_lng {
        display: block;
        justify-content: space-between;
        margin-top: 15px;
    }
    .dropdown {
        display: none;
    }

    .menu_active{
        left: 0;

    }
    .menu_item {
        padding-right: 0px;
        border: none;
        padding-top: 15px;
    }
    .menu_link {
        font-size: 14px;
    }
    .hamburger{
        display: block;
        position: absolute;
        right: 5%;
        top: 5%;
        transform: translateY(-50%);
        width: 40px;
        height: 20px;
        z-index:99999999
    }
    span {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #fff;
        margin-bottom: 5px;
    }
    .title_head {
        font-size: 32px;
    }
    .logo img {
      margin-bottom: 60px;
      margin-top: 60px;
      width: 100px;
      
    }
    .bg-img {
        min-height: 600px;
        background: url('../img/header.jpg') center center/cover no-repeat;
        position: relative;
        z-index: 0;
    }
    .line_head {
        height: 3px;
        width: 140px;
        border-color: #ef233c;
        border-top: 4px solid #ef233c;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3%;
        margin-top: 3%;
    }
    .firm_line {
        border-left: 0px solid #b6b6b6;
        border-bottom: 2px solid #b6b6b6;
        height: 0px;
        width: 70px;
        position: absolute;
        left: 43%;
        top: 50%;

    }
    .firm_logo_sk img {
        width: 75px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .firm_logo_park img {
        width: 150px;
        margin-top: 40px;
        margin-bottom: 0px;
    }
    .text_firm {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .shadow_item {
        position: relative;
        margin: auto;
        width: 70%;
        height: 0%;
        top: -150px;
        border-radius: 5px ;
        border-color: #f6fcff ;
        margin-bottom: -100px;

    }
    .company_text {
        font-size: 14px;
    }
    .company_text2{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .photo_company img {
        display: none;
    }
    .photo_company2 img {
        display: block;
        margin-left: 0;
        margin-right: auto;
        margin-bottom: 40px;
        width: 100%;
        
    }
    .photo_company3 img {
        display: block;
        margin-left: auto;
        margin-right: 0;
        margin-bottom: 40px;
        margin-top: 15px;
        width: 100%;
    }
    .subtitle {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 20px;
    }
    .summary_icon img {
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .summary_icon2 img {
        margin-top: -60px;
        margin-bottom: 20px;
    }
    .uniqueness_block img {
        width: 25%;
    }
    .uniqueness_block2 img {
        width: 35%;
    }
    .uniqueness_block3 img {
        width: 25%;
    }
    .uniqueness_text {
        font-size: 18px;
        margin-top: 25px;
    }
    .title_right {
        font-size: 24px;
    }
    .card {
        background-color:#1e1e1e;
        width: 100%;  
        margin-bottom: 0px;
    }
    .services_img img {
     display: none;
    }
    .services_text {
        color: #1e1e1e;
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
     line-height: 1.2;
    }
    .title_service {
        font-size: 24px;
        text-align: right;
    }
    .line_title_services {
        height: 2px;
        width: 100px;
        margin-bottom: 25px;
        margin-top: 0px;

    }
    .services_text_title {
    font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    }
    
    .partners {
        margin-top: 30px;
        width: 100%;
        height: 100%;
        background: #ef233c;
    }
    .title_partners {

        margin-top: 40px;
    }
    .partners_text {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }
    .img_partner  {
        display: none;
    }
    .img_partner_phone img{
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        width: 100%;
    }
    .footer_text {
        color: #f6fcff;
        text-align: center;
        font-size: 11px;
        font-weight: 300;
         line-height: 1.2;
         margin-top: 20px;
         margin-bottom: 20px;
    }

    .footer_text2 {
        color: #f6fcff;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
         line-height: 1.2;
         margin-top: 0px;
         margin-bottom: 20px;
    }
    
    .contacts {
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center; 
        font-size: 14px;

    }

    .contacts_en {
        margin-top: 0px;
        margin-bottom: 20px;
        text-align: center; 
        font-size: 14px;

    }
    
    .phone_link {
        margin-top: 5px;
    }
  }

  @media  (max-width: 575px) {
    .title_head {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .subhead {
        font-size: 16px;
        margin-top: 20px;
    }
    .line_head {
        height: 3px;
        width: 90px;
        border-color: #ef233c;
        border-top: 3px solid #ef233c;

    }
    .blocktitle {
        font-size: 20px;
    }
    .uniqueness_text {
        font-size: 14px;
    }
    .line_title {
        height: 2px;
        width: 70px;
        margin-bottom: 30px;
        border-top: 3px solid #ef233c;
    }
    .title_right {
        font-size: 20px;
    }
    .line_title_right {
        width: 70px;
        border-top: 3px solid #ef233c;
    }
    .title_service {
        font-size: 20px;

    }
    .line_title_services {
        width: 70px;
        border-top: 3px solid #ef233c;
    }
    .services_text_title {
        font-size: 18px;

    }
    .firm_line {

        left: 38%;

    }
    .card {

        height: 490px; 
    }
  }

  @media  (max-width: 425px) {
    .card {

        height: 435px; 
    }
  }

  @media  (max-width: 375px) {
    .card {

        height: 500px; 
    }
    .firm_line {
        left: 35%;
    }
  }




