@charset "utf-8";

@media (min-width: 485px) {

  .element_0::before,
  .element_6::before {
    display: none;
  }

  .one_our_work {
    display: flex !important;
    justify-content: space-between;
  }

  .usual_none {
    display: none !important;
  }

  .mob_none {
    display: block;
  }
}

@media (max-width: 1600px) {}

@media (max-width: 1440px) {

  .service_block::after,
  .service_block::before,
  .news_block .title_zag::before,
  .contacts_info::after,
  .service_block::before,
  .partners_block .zag::before,
  .about_left>p::before,
  .request_proposals::before,
  .about_company_block .btn::before,
  .feedback_block::before {
    display: none;
  }

  .img_about {
    margin-left: 70px;
  }

  .about_left>p {
    left: -100px;
  }

  .partners_block_container {
    width: 1180px;
  }

  .partners_block_container .container {
    width: 1130px;
  }

  .partners_slider .gallery__image {
    margin-right: 55px;
  }
}

@media (max-width: 1280px) {
  .slider_block {
    width: 1180px;
  }

  .one_slide>div>img {
    width: 56%;
  }

  .element_0 .img_plitka img {
    left: 0;
  }
}

@media (max-width: 1024px) {

  html,
  body {
    min-width: 1180px;
    box-sizing: border-box;
  }

  .container {
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0px;
    width: 100%;
  }

  .service {
    grid-template-columns: 320px 215px 220px 188px 120px;
  }

  .partners_slider .gallery__image {
    margin-right: 35px;
  }

  .feedback_slider .gallery__image {
    margin-right: 25px;
  }

  .contacts_info {
    width: 590px;
    padding-right: 35px;
  }
}

@media (max-width: 960px) {}

@media (max-width: 800px) {}

@media (max-width: 480px) {
  .container {
    padding: 0 25px;
    width: 100%;
    box-sizing: border-box;
  }

  html,
  body {
    width: 100%;
    min-width: 100%;
    font-size: 18px;
    position: relative;
  }

  .usual_none {
    display: block;
  }

  .mob_none,
  .menu,
  .index header::before,
  header::before,
  .slider_block::before {
    display: none !important;
  }

  .feedback_user .zag {
    flex-direction: column;
    align-items: flex-start;
  }

  .feedback_user .zag .feedback_btn {
    margin-top: 30px;
  }

  .openModal .av-form2 .form-block.form__form-block>textarea {
    height: 90px;
  }

  .feedback_modal .openModal {
    width: 90%;
  }

  .service {
    display: block;
  }

  .service_block .zag,
  .zag,
  .title_zag .zag {
    margin-bottom: 55px;
    margin-top: 65px;
    font-size: 38px;
  }

  .service .img_plitka {
    width: 100%;
    height: 100px;
  }

  .service>div {
    margin-bottom: 25px;
  }

  .element_6 .img_plitka img {
    height: 106%;
    bottom: -5px;
  }

  .element_0 .img_plitka img {
    position: absolute;
    object-fit: initial;
    top: 5px;
    height: 220px;
    width: 87%;
  }

  .service .element_0 .img_plitka,
  .service .element_6 .img_plitka {
    overflow: hidden;
  }

  .service .element_0::before,
  .service .element_6::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
    background: rgb(32, 40, 53);
    background: -moz-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
    background: -webkit-linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
    background: linear-gradient(94deg, rgba(32, 40, 53, 1) 0%, rgba(30, 30, 32, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#202835", endColorstr="#1e1e20", GradientType=1);
  }

  .slider_nav_portfolio {
    display: none !important;
  }

  .our_work_left {
    width: 100%;
  }

  .request_proposals,
  .our_work_block,
  .news_block {
    margin-top: 0;
  }

  .text {
    text-align: left;
    min-height: initial;
    max-height: inherit;
  }

  .one_our_work .text {
    margin-bottom: 90px;
    position: relative;
  }

  .portfolio_for {
    width: 100%;
  }

  .portfolio_for .slick-slide {
    width: 565px;
    height: 220px;
    background: #171717;
  }

  .btn {
    margin-top: 50px;
    width: 100%;
  }

  .openModal {
    padding-left: 0;
    width: 90%;
  }

  .about_company_block .container {
    flex-direction: column;
  }

  .about_left {
    order: 2;
    width: 100%;
  }

  .about_right {
    order: 1;
    width: 100%;
    text-align: left;
  }

  .about_company_block,
  .feedback_block,
  .partners_block,
  .title_zag {
    margin-top: 0px;
  }

  .about_left>p {
    display: none;
  }

  .img_about {
    width: 100%;
    height: 215px;
    margin: 0;
  }

  /*
    .partners_block .zag::before,
    .feedback_left .zag::before,
    .one_our_work .text::before {
        content: '';
        display: block;
        position: absolute;
        top: 82px;
        left: 48%;
        transform: translate(-50%, -50%);
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 50%;
        z-index: 1;
        transition: 1s;
        animation: mouse 2s infinite ease-in-out;
    }

    .one_our_work .text::before {
        top: initial;
        bottom: -40px;
    }

    .partners_block .zag::after,
    .feedback_left .zag::after,
    .one_our_work .text::after {
        content: '';
        display: block;
        width: 45px;
        height: 23px;
        border: 1px solid #fff;
        border-radius: 22px;
        z-index: 3;
        transition: 1s;
        position: absolute;
        top: 70px;
        left: 50%;
        transform: translate(-50%, 0px);
    } */
  .partners_block .zag::after,
  .feedback_left .zag::after,
  .one_our_work .text::after,
  .slider_serv::after {
    content: '';
    width: 29px;
    height: 32px;
    background: url(/assets/templates/img/hand.svg) no-repeat center;
    position: absolute;
    top: 0px;
    right: 15px;
  }

  .slider_serv::after {
    top: 15px;
  }

  .one_our_work .text::after {
    top: initial;
    bottom: -46px;
  }

  .all_work .one_our_work {
    margin-bottom: 50px;
  }

  @keyframes mouse {
    50% {
      opacity: 1;
    }

    100% {
      transform: translate(13px, -50%);
      opacity: 0;
    }
  }

  .partners_block_container,
  .partners_block_container .container {
    width: 90%;
    margin: 0 auto;
  }

  .partners_block_container .img-part img {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .feedback_slider .gallery__image img {
    margin: 0 auto;
  }

  .partners_slider .gallery__image,
  .feedback_slider .gallery__image {
    margin: 0 auto;
  }

  .feedback_block .container {
    flex-direction: column;
  }

  .feedback_left .zag {
    margin: 65px 0 90px 0;
  }

  .feedback_left,
  .feedback_right {
    width: 100%;
  }

  .news .one_news:nth-child(2),
  .news .one_news:nth-child(3) {
    display: none;
  }

  .news .one_news {
    width: 100%;
  }

  .news .one_news:nth-child(1) .info_news_block p {
    display: block;
  }

  .title_zag {
    margin-bottom: 0;
  }

  #map {
    display: none;
  }

  .container_footer {
    width: 100%;
  }

  .contacts_info {
    width: auto;
    padding: 0 25px;
  }

  .contacts {
    display: block;
    margin-top: 0;
  }

  .copyright {
    display: block;
  }

  .flex_footer {
    display: block;
  }

  .flex_footer>div {
    width: 100%;
    margin-bottom: 30px;
  }

  .flex_footer:nth-child(2) {
    margin-bottom: 40px;
  }

  .adress_footer span {
    display: none;
  }

  .tel_office p a,
  .tel_technic p a {
    color: #00c3ff;
  }

  .copyright p {
    margin-right: auto;
  }

  .contacts #kit {
    margin: 25px auto;
    animation: none;
  }

  .menu_panel_mob {
    display: none;
    background: #00c3ff;
    z-index: 999;
    width: 83%;
    height: 100%;
    top: 0;
    left: 0;
    transform: translate(0%, 0);
    box-sizing: border-box;
    text-align: left;
    padding: 40px;
    overflow: hidden;
    overflow-y: auto;
    position: fixed;
    box-shadow: 6px 6px 13px -2px rgba(0, 0, 0, 0.21);
  }

  .menu_mob_close {
    position: absolute;
    top: 36px;
    right: 30px;
    width: 37px;
    height: 37px;
    cursor: pointer;
    z-index: 10;
  }

  .menu_mob_close::before {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(45deg);
    width: 2px;
    background: #fff;
    transition: .4s;
  }

  .menu_mob_close::after {
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0) rotate(-45deg);
    width: 2px;
    background: #fff;
    transition: .4s;
  }

  ul.main_menu {
    display: block;
  }

  .main_menu li {
    margin-bottom: 15px;
  }

  ul.main_menu a {
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    font-family: 'Proxima_Bold';
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: .4s;
  }

  .menu_mob {
    width: 42px;
    height: 42px;
    background: url(/assets/templates/img/mobmenu.svg) no-repeat center;
    background-size: 87%;
  }

  header .container {
    padding: 22px;
    display: flex;
    justify-content: space-between;
  }

  header .logo {
    width: 60%;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .5s;
  }

  header {
    background: #27292d;
    position: relative;
  }

  .call_me_gl {
    width: 42px;
    height: 42px;
    position: relative;
    text-align: center;
  }

  .call_me_gl img {
    margin-top: 6px;
    width: 23px;
  }

  header>.container.fixe {
    transition: .5s;
    opacity: 1;
    background: #27292d;
    top: 0;
    padding: 17px 22px;
    position: fixed;
    z-index: 99;
    box-shadow: 0px 0px 17px 0px rgba(101, 101, 101, 0.4);
  }

  header>.container.fixe .logo {
    width: 52%;
    top: -7px;
  }

  .slider_block {
    width: 90%;
  }

  .left_zag {
    width: 100%;
    margin: 0 auto;
    padding: 35px 25px;
  }

  .one_slide>div {
    min-height: auto;
  }

  .left_zag>p {
    font-size: 24px;
    margin-bottom: 35px;
    min-height: auto;
  }

  .slider_main ul.slick-dots {
    top: 56%;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .slider_main ul.slick-dots {
    list-style: none;
    text-align: center;
    left: 50%;
    position: relative;
    margin-top: 18px;
  }

  footer::before {
    height: 249px;
  }

  .openModal {
    top: 57%;
  }

  .all_work,
  .work {
    display: block;
    margin-top: 00px;
  }

  .one_work {
    width: 100%;
    height: 150px;
    margin-top: 45px;
  }

  .work>div {
    width: 100%;
    height: 210px;
    margin-right: 0;
    margin-top: 45px;
  }

  .back a {
    text-align: center;
    color: #fff;
    background: #00c3ff;
    border-radius: 4px;
    padding: 10px;
  }

  .breadcrumb {
    padding: 40px 0 0 0;
  }

  .back a:hover {
    color: #fff;
  }

  .image_about {
    width: 100%;
    height: 210px;
    float: right;
    margin: 0 0 40px 0;
  }

  .info_new,
  .info_about {
    text-align: left;
  }

  .service_block .zag,
  .zag,
  .title_zag .zag {
    margin-bottom: 40px;
    margin-top: 40px;
  }

  .container>.container {
    padding: 0;
  }

  .nested .request_proposals,
  .nested .all_work,
  .about_container>div,
  .nested .partners_block,
  .nested .feedback_block {
    margin-top: 0;
  }

  .feedback_left .zag {
    margin: 40px 0 90px 0;
  }

  .element_6 {
    margin-bottom: 0;
  }

  .all_news_one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px;
    min-height: auto;
  }

  .all_news_container>div {
    display: block;
  }

  .block_all_news .all_img {
    width: 100%;
    height: 140px;
  }

  .info_all_news_block>span {
    max-height: initial;
  }

  .image_new {
    width: 100%;
    height: 160px;
    float: none;
  }

  .info_all_news_block>p a {
    max-height: initial;
  }

  .openModal .av-form2 {
    padding: 0px 20px 20px 20px;
  }

  .openModal .av-form2 .form__form-select::before {
    left: -40px;
    bottom: 75px;
    white-space: pre-wrap;
    min-width: 100%;
  }

  .openModal .av-form2 .form__form-select {
    margin-top: 35px;
    margin-bottom: 20px;
  }

  .services_flex {
    flex-direction: column;
  }

  .product_video {
    margin-left: 0;
  }

  .product_video iframe {
    width: 100%;
    height: 200px;
  }

  .services_container .zag {
    font-size: 29px;
  }

  .slider_serv .service_slid>div {
    margin: 0 auto;
  }

  .flex_doc {
    display: block;
    width: 100%;
    padding: 25px 0 25px 0;
    margin-bottom: 0;
  }

  .flex_doc a::before {
    display: none;
  }

  .flex_doc .doc_text {
    width: 100%;
  }

  .flex_doc a {
    margin: 20px 0 0;
  }

  .down_file {
    margin: 60px 0;
  }

  .services_container .image_about {
    display: none;
  }

  .info_about img {
    max-width: 100%;
    height: auto;
  }

  .zad_service .zag {
    font-size: 29px;
    margin-top: 15px;
  }

  .scroll_service {
    display: none;
  }

  .zad_service {
    margin-top: 60px;
  }

  .services_container>p {
    width: 100%;
  }

  .slider_serv .service_slid>div {
    width: 100%;
  }

  .slider_serv {
    margin: 90px 0 90px;
    position: relative;
  }

  .dok_service_block {
    margin-bottom: 60px;
  }

  .services_container h2 {
    font-size: 27px;
  }
}

@media (max-width: 320px) {
  footer::before {
    height: 274px;
  }

  .zad_service .zag {
    font-size: 25px;
  }

  .service_block .zag,
  .zag,
  .title_zag .zag {
    margin-bottom: 40px;
    margin-top: 40px;
    font-size: 33px;
  }

  header>.container.fixe {
    padding: 11px 22px;
  }
}
