

@media (max-width: 1199.98px) {

  .header-social {
    padding: 25px 0;
  }

  .header-social a {
    color: #a9a9a9;
    font-size: 20px;
    margin-right: 25px;
  }

  .header-social a:hover {
    color:#1d71b8;
  }

  .title_head h2 {
    font-size: 50px;
  }



  .title_head {
    height: 340px;
  }

  #single_post .content_post_p {
    margin-top: -50px;
  }

  .sidebar {
    margin-top: -81px;
  }

}

/*------ 21.1 SLIDER_BLOCK_R */
@media (max-width: 1199.98px) {
  .slider_f .slide_t .text_s h2 {
    font-size: 78px;
    line-height: 88px;
  }


  .swiper_imgbox .swipper_img > h2 {
    font-size: 25px;
  }

  .swiper_imgbox .swipper_img > h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 300;
  }

  .swiper_imgbox .swipper_img > p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 13px;
  }

  .int_btn, .int_btn:focus {
    min-width: 110px;
    height: 40px;
    line-height: 40px;
  }

  .btn_caret {
    height: 40px;
    line-height: 45px;

  }

  .int_content_wraapper{
    padding-left: 0;
  }

}

@media (max-width: 991.98px) {
  .slider_f .slide_t .text_s {
    padding: 0px 30px;
    box-sizing: border-box;
    width: 100%;
  }
  .slider_f .slide_t .text_s h2 {
    font-size: 56px;
    line-height: 64px;
    width: auto;
  }
}

@media (max-width: 767.98px) {
  .slider_f .slide_t .text_s span {
    font-size: 10px;
  }
  .slider_f .slide_t .text_s h2 {
    font-size: 36px;
    line-height: 44px;
    width: auto;
  }
}

/*------ 21.2 MENU_R */
@media (max-width: 1199.98px) {

  .left_menu, .navbar {
    width: 100%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }
  body.index .logo img {
    margin-top: 0px;
    height: 90px;
  }
  body.index .left_menu, .navbar {
    width: 100%;
    height: 108px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
  }

  .left_menu .social_menu_left, .navbar .social_menu_left {
    -webkit-transform: none;
    position: static;
  }
  .left_menu .w_dropdown, .navbar .w_dropdown {
    height: auto;
  }
  .left_menu .menu_b, .navbar .menu_b {
    display: none;
    position: absolute;
    top: 80px;
    width: 100%;
    height: auto;
    left: 0;
  }
  .left_menu .menu_b > *:last-child, .navbar .menu_b > *:last-child {
    padding-bottom: 20px !important;
  }
  .left_menu .menu_b .navbar-nav, .left_menu .menu_b .other-nav, .navbar .menu_b .navbar-nav, .navbar .menu_b .other-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    background: #000;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    top: 0;
    left: 0;
    -webkit-transform: none;
    padding: 0px;
    overflow: scroll;
    max-height: 100vh;
  }
  .left_menu .menu_b .navbar-nav .active a, .left_menu .menu_b .other-nav .active a, .navbar .menu_b .navbar-nav .active a, .navbar .menu_b .other-nav .active a {
    color: #FFC006;
  }
  .left_menu .menu_b .navbar-nav .active a::after, .left_menu .menu_b .other-nav .active a::after, .navbar .menu_b .navbar-nav .active a::after, .navbar .menu_b .other-nav .active a::after {
    display: none;
  }
  .left_menu .menu_b .navbar-nav li, .left_menu .menu_b .other-nav li, .navbar .menu_b .navbar-nav li, .navbar .menu_b .other-nav li {
    width: 100%;
    height: auto !important;
    padding: 0px;
  }
  .left_menu .menu_b .navbar-nav li:hover * > a, .left_menu .menu_b .other-nav li:hover * > a, .navbar .menu_b .navbar-nav li:hover * > a, .navbar .menu_b .other-nav li:hover * > a {
    -webkit-animation: none;
    animation: none;
  }
  .left_menu .menu_b .navbar-nav li a, .left_menu .menu_b .other-nav li a, .navbar .menu_b .navbar-nav li a, .navbar .menu_b .other-nav li a {
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 0px;
  }
  .left_menu .menu_b .other-nav, .navbar .menu_b .other-nav {
    bottom: 0;
  }
  .left_menu .menu_b .other-nav .phone_num, .navbar .menu_b .other-nav .phone_num {
    margin: 0 auto;
  }
  .left_menu .menu_b.show, .navbar .menu_b.show {
    display: block !important;
  }
  .left_menu .social_menu_left, .navbar .social_menu_left {
    display: none !important;
  }
  .left_menu .logo, .navbar .logo {
    position: relative;
    padding-left: 20px;
    top: 0;
  }
  .left_menu .navbar-toggler, .navbar .navbar-toggler {
    outline: none;
    -webkit-transition: .3s;
    transition: .3s;

    margin-right: 15px;
  }
  .left_menu .navbar-toggler:hover, .navbar .navbar-toggler:hover {
    opacity: .5;
  }
  .left_menu li, .navbar li {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
  }
  .left_menu .dropdown-menu, .navbar .dropdown-menu {
    -webkit-transform: none !important;
    position: relative !important;
    display: none !important;
    top: 0 !important;
    width: 100% !important;
    margin-left: 0px  !important;
    background: rgba(255, 255, 255, 0.08);
    padding: 20px 20px;
  }
  .left_menu .dropdown-menu span, .navbar .dropdown-menu span {
    padding: 0;
    border: 0;
    width: 100%;
    padding-bottom: 15px;
  }
  .left_menu .dropdown-menu span:last-child, .navbar .dropdown-menu span:last-child {
    padding-bottom: 0px;
  }
  .left_menu .dropdown-menu:before, .left_menu .dropdown-menu:after, .navbar .dropdown-menu:before, .navbar .dropdown-menu:after {
    display: none !important;
  }
  .left_menu .menu_b li:hover span, .left_menu .menu_b li:hover .sml a, .navbar .menu_b li:hover span, .navbar .menu_b li:hover .sml a {
    -webkit-animation: none !important;
    animation: none !important;
  }
  .left_menu li a, .navbar li a {
    opacity: 1 !important;
  }
  .left_menu li .homes_m, .left_menu li span, .left_menu li .dropdown-menu, .navbar li .homes_m, .navbar li span, .navbar li .dropdown-menu {
    opacity: 1 !important;
  }
  .left_menu li .homes_m span h3, .left_menu li span span h3, .left_menu li .dropdown-menu span h3, .navbar li .homes_m span h3, .navbar li span span h3, .navbar li .dropdown-menu span h3 {
    text-align: center;
  }
  .left_menu li .dropdown-menu, .navbar li .dropdown-menu {
    display: none !important;
    visibility: visible !important;
    left: 0px !important;
  }
  .left_menu li.show .dropdown-menu, .navbar li.show .dropdown-menu {
    display: block !important;
  }
}



@media (max-width: 1199.98px) {
  .wel_f, .slder_b {
    text-align: center;
  }
  .wel_f .b_t, .slder_b .b_t {
    padding: 0px 30px !important;
  }
}

/*------ 21.3 WELCOME_BLOCK_R */
@media (max-width: 1199.98px) {
  .welcome {
    margin: 0 auto;
  }
}

@media (max-width: 1199.98px) {
  .welcome .wel_f {
    height: auto;
    padding: 80px 0px;
  }
}

@media (max-width: 767.98px) {
  .slder_b {
    height: 330px !important;
  }
}

/*------ 21.4 PROGRESS_BLOCK_R */
@media (max-width: 991.98px) {
  #contact .progress_block {
    padding: 50px 0px;
  }
}

@media (max-width: 991.98px) {
  .progress_block .b_num {

  }
  .progress_block .b_num:first-child {
    padding-top: 0px;
  }

  .progress_block .b_num p:after {
    top: 0;
    left: auto;
    width: 0%;
    height: 1px;
  }
  .progress_block .b_num img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .progress_block .b_num .num_b {
    padding-bottom: 20px;
    padding-right: 0px !important;
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .progress_block .b_num {
    padding-top: 20px;
  }
}

/*------ 21.5 PROJECTS_BLOCK_R */
@media (max-width: 991.98px) {
  section .head_block {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .projects_b .swiper_buttons_n {
    display: none;
  }
}

.projects_blocks .row {
  width: 100%;
}

@media (max-width: 767.98px) {
  .projects_blocks .row .proj:hover .info_proj span {
    width: 100%;
  }
  .projects_blocks .row .i_proj {
    padding: 45px 30px;
  }
  .projects_blocks .row .info_proj {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .projects_blocks .row .info_proj span {
    width: 100%;
  }
}

/*------ 21.6 ACTION_BLOCK_R */
@media (max-width: 991.98px) {
  .blocks_act .row .head_block_right {
    padding-top: 50px;
    padding-left: 100px;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }
}

/*------ 21.7 ICONS_INFO_BLOCK_R */
@media (max-width: 991.98px) {
  .s_icon {
    margin-bottom: 30px;
    padding-right: 25px !important;
  }
}

@media (max-width: 991.98px) {
  .s_icon:nth-child(3) {
    margin-bottom: 0px;
  }
}

/*------ 21.8 VIDEO_BLOCK_R */
@media (max-width: 991.98px) {
  .video_b {
    height: 500px;
  }
  .video_b .info_video {
    width: auto;
    padding: 0 25px;
  }
}

@media (max-width: 767.98px) {
  .video_b {
    height: 400px;
  }
  .video_b h1 {
    font-size: 42px;
    line-height: 1.6;
  }
  .video_b p {
    margin: 0 auto;
  }
}

/*------ 21.9 GALLERY_R */
@media (max-width: 1199.98px) {
  .grid_img .grid_images {
    grid-template-rows: repeat(3, 250px);
  }
}

@media (max-width: 767.98px) {
  .grid_img .grid_images {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .grid_img .grid_images figure {
    margin: 0px;
    margin-top: 15px;
    width: 100%;
    height: 300px;
  }
}

/*------ 21.10 REVIEWS_R */
@media (max-width: 767.98px) {
  .info_w_block {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .text_block .quote_b {
    padding: 0px 30px !important;
  }
}

@media (max-width: 991.98px) {
  .reviews .img_full_w_block {
    height: auto;
    padding: 50px 30px;
  }
  .reviews .info_w_block {
    padding: 35px 0px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
  }
  .reviews .info_w_block .quote_b {
    max-width: none;
    width: 100%;
  }
  .reviews .info_w_block .quote_b span {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .reviews .info_w_block .quote_b span .signature {
    padding: 0;
    padding-top: 30px;
  }
  .reviews .info_w_block .quote_b span img {
    margin: 0;
    margin-bottom: 10px;
  }
}

/*------ 21.11 FOOTER_R */
@media (max-width: 991.98px) {
  .footer_b .f_m {
    padding-right: 15px;
    padding-left: 15px;
  }
  .footer_b .f_m img {
    margin: 0 auto;
  }
  .footer_b .f_m .input_widget_min {
    padding-right: 0px;
  }
  .footer_b .f_m.latest_posts_widget .lts_post {
    margin-bottom: 20px;
  }
  .footer_b .f_m.latest_posts_widget .lts_post .info_m_post {
    text-align: left;
  }
}

.footer_b .f_m:nth-child(5) {
  margin: 0px;
}

@media (max-width: 991.98px) {
  .footer_b .f_m:nth-child(5) {
    margin: 0 auto;
    padding-bottom: 0px;
  }
}

@media (max-width: 1199.98px) {
  .footer_buttom p {
    text-align: center;
  }
}

/*------ 21.12 BRANDS_BLOCK_R */
@media (max-width: 991.98px) {
  .blocks_logos .row {
    flex-wrap: wrap;
  }
  .blocks_logos .logo_brand {
    width: calc( 100% / 3);
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .blocks_logos .logo_brand:nth-child(-n+3) {
    padding-bottom: 30px;
  }
}

/*------ 21.13 CONTACT_FORM_R */
@media (max-width: 991.98px) {
  .form_contact {
    padding: 0px;
  }
  .block_standart_width_full .info_w_block .b_t {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form_contact form .rpl_b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .form_contact form .rpl_b input {
    width: 100%;
  }
  .form_contact form .rpl_b input:nth-child(2),
  .form_contact form .rpl_b input:nth-child(3) {
    margin: 0px;
    margin-top: 15px;
  }
}

@media (max-width: 767.98px) {
  .title_head {
    height: auto;
    padding: 150px 0px;
  }
  .title_head p {
    margin-top: 20px;
  }
  .title_head h2 {
    font-size: 32px !important;
  }
}

@media (max-width: 767.98px) {
  .head_t {
    margin-top: 80px;
  }
}

/*------ 21.14 SINGLE_PROJECT_R */
@media (max-width: 991.98px) {
  .sidebar {
    margin: 0 auto;
    margin-top: 30px !important;
  }

  .latest_posts_widget .lts_post {

   -webkit-box-pack: start;
     justify-content: start;

  }

  .category_widget li {
    text-align: left;
  }

}

@media (max-width: 767.98px) {
  #single_post .quote {
    margin-left: 0px;
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .form_comment {
    padding: 25px 25px !important;
  }
}

@media (max-width: 991.98px) {
  .container_min {
    padding: 0px 25px;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .nav_posts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
  .nav_posts .prev_post, .nav_posts .next_post {
    width: 100%;
    position: relative;
  }
  .nav_posts .prev_post .wrap_nav, .nav_posts .next_post .wrap_nav {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .nav_posts .prev_post .wrap_nav .info_post_min, .nav_posts .next_post .wrap_nav .info_post_min {
    right: auto;
    left: auto;
  }
}

/*------ 21.15 SINGLE_POST_R */
@media (max-width: 767.98px) {
  .title_head.quote_single h3 {
    font-size: 28px;
    line-height: 38px;
  }
}

@media (max-width: 767.98px) {
  .tags span {
    margin-bottom: 15px;
  }
}

@media (max-width: 767.98px) {
  #single_post .content_post_p {
    padding: 30px;
  }
  #single_post .content_post_p .quote {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .post_standart .bottom_inf {
    flex-wrap: wrap;
  }
  .post_standart .bottom_inf .left_b {
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .post_standart .bottom_inf .right {
    padding-top: 10px;
    display: -webkit-box;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 991.98px) {
  .post_content .imgs_post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-left: 0px;
    width: 100%;
  }
  .post_content .imgs_post .img_h {
    width: 100%;
    margin-bottom: 20px;
  }
  .post_content .imgs_post .img_h:last-child {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}

/*------ 21.16 BLOG_R */
@media (max-width: 767.98px) {
  .posts_s {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .wrp_post h2 {
    font-size: 22px !important;
    line-height: 38px;
  }
}

@media (max-width: 991.98px) {
  .post_content {
    display: block !important;
    margin-bottom: 30px !important;
  }
}

@media (max-width: 991.98px) {
  .post_content > div:nth-child(2) {
    margin: 0 auto !important;
  }
}

/*------ 21.16.1 TWO_COLS_R */
@media (max-width: 767.98px) {
  .two_cols .post_standart {
    width: 100% !important;
  }
}

@media (max-width: 767.98px) {
  .two_cols .post_standart:nth-child(2n+1) {
    margin-right: 0px !important;
  }
}

/*------ 21.16.2 THREE_COLS_R */
@media (max-width: 991.98px) {
  .three_post .post_standart {
    width: 48% !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .three_post .post_standart {
    width: 100% !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 1199.98px) {
  .two_cols, .three_post, .four_post {
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 1199.98px) {
  .container_full_width {
    margin: 0px 30px !important;
  }

  .menu_b {
    display: none !important;
    opacity: 0;
    visibility: hidden !important;
  }
}

@media (max-width: 1199.98px) {
  .four_post .post_standart {
    width: 32% !important;
    margin-right: 0px !important;
  }
}

@media (max-width: 991.98px) {

  .posts_s {
    margin-top: -50px;
  }

  .project-column .image-block {
    min-height: 320px;
  }

  .four_post .post_standart {
    width: 48% !important;
    margin-right: 0px !important;
  }
  .lines {
    height: 100%;
  }
  .lines .line:nth-child(1) {
    left: 0%;
  }

  .lines .line:nth-child(2) {
    left: 33%;
  }

  .lines .line:nth-child(3) {
    left: 66%;
    right: initial;
  }

  .lines .line:nth-child(4) {
    right: 45px;
  }

  .banner_box_wrapper .swiper_imgbox {
    padding: 0 15px 0 25px;
    margin-top: 30px;
    margin-bottom: 38px;
  }
  .main_imgblock {
    padding: 47px 16px 20px;
  }

  .banner_box_wrapper .swiper-button-next, .banner_box_wrapper .swiper-button-prev {
    bottom: 0;
    top: 0;
  }

  .banner_box_wrapper .banner_navi {
    position: absolute;
    left: 42%;
    z-index: 1;
    bottom: initial;
    top: 36px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }


}

@media (max-width: 767.98px) {

  .project-column .image-block {
    min-height: 240px;
  }

  .post_standart .wrp_post {
    padding: 10px 15px 10px;
  }

  .four_post .post_standart {
    width: 100% !important;
    margin-right: 0px !important;
  }

  .about_box_wrapper .about_imgbox {
    padding-bottom: 93px;
  }

  .projects_blocks .proj {
    height: 410px;
  }

  .projects_blocks .proj .img_proj {
    bottom: 0px;
    background-size: 514px auto !important;
  }

  .footer_b .f_m {
    margin-bottom: 30px;
  }

}
