@media only screen and (max-width: 1200px) {
  /*=================================================*/
  /*		[	START Header	]		*/
  /*=================================================*/
  .page_header .contacts_wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .page_header .main_header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_header .nav {
    padding-top: 15px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
  /*=================================================*/
  /*		[	START Our prices for services	]		*/
  /*=================================================*/
  .services_prices_section .prices_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services_prices_section .prices_list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    padding-bottom: 30px;
  }
  /*=================================================*/
  /*		[	START Contact Section	]		*/
  /*=================================================*/
  .contact_section .form_wrapper .inputs_row {
    display: block;
    padding-bottom: 10px;
  }
  .contact_section .form_wrapper .input_wrapper {
    padding-bottom: 15px;
  }
  .contact_section .form_wrapper .input_wrapper input,
  .contact_section .form_wrapper .input_wrapper textarea {
    width: 100%;
  }
  /*=================================================*/
  /*		[	START Our Tools	]		*/
  /*=================================================*/
  .our_tools_section .about_tools,
  .our_tools_section .col-md-12 {
    position: static;
  }
  .our_tools_section .about_tools:before {
    top: 0;
  }
  .our_tools_section .about_tools:after {
    margin-top: -230px;
  }
  /*=================================================*/
  /*		[	START Price Page section	]		*/
  /*=================================================*/
  .price_page_section .background_elements_wrap,
  .price_page_section .col-md-12 {
    position: static;
  }
  .price_page_section .background_elements_wrap:before, .price_page_section .background_elements_wrap:after {
    bottom: 0;
  }
  /*=================================================*/
  /*		[	START About Us Page	]		*/
  /*=================================================*/
  .about_us_page .citations_section .citations_wrapper {
    display: block;
  }
  .about_us_page .citations_section .citations_wrapper .citation:last-child {
    padding-left: 0;
  }
  .about_us_page .citations_section .citations_wrapper .citation:last-child .photo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .about_us_page .citations_section .citations_wrapper .citation:first-child {
    padding-right: 0;
  }
}

@media only screen and (max-width: 992px) {
  /*=================================================*/
  /*		[	START Home Sub header	]		*/
  /*=================================================*/
  .home_subheader .section_content {
    padding: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home_subheader .section_content span:nth-child(1), .home_subheader .section_content span:nth-child(2), .home_subheader .section_content span:nth-child(4) {
    padding-right: 0;
  }
  .home_subheader .section_content.shadow_block {
    width: 100%;
    right: 0;
  }
  /*=================================================*/
  /*		[	START Footer	]		*/
  /*=================================================*/
  .page_footer .studio_link {
    width: 100%;
    padding-top: 35px;
    text-align: center;
  }
  .page_footer .nav ul {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .page_footer .nav ul li {
    padding: 0 10px;
  }
  /*=================================================*/
  /*		[	START Our prices for services	]		*/
  /*=================================================*/
  .services_prices_section .prices_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services_prices_section .prices_list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding-bottom: 30px;
  }
  /*=================================================*/
  /*		[	START Our Services List	]		*/
  /*=================================================*/
  .services_section {
    padding: 44px 0 20px;
  }
  .services_section .services_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services_section .services_list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .services_section .service_wrapper {
    padding: 0 15px 40px;
  }
  /*=================================================*/
  /*		[	START Our Tools	]		*/
  /*=================================================*/
  .our_tools_section .about_tools .text {
    padding: 40px 0 0;
  }
  /*=================================================*/
  /*		[	START Price Page section	]		*/
  /*=================================================*/
  .price_page_section .section_title {
    padding: 0;
  }
  /*=================================================*/
  /*		[	START Equipments 	]		*/
  /*=================================================*/
  .equipment_about_us_page .about_equipment {
    padding: 45px 0 0;
  }
}

@media only screen and (max-width: 768px) {
  .section_style .section_title span {
    font-size: 32px;
  }
  /*=================================================*/
  /*		[	START Header	]		*/
  /*=================================================*/
  .page_header .main_header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .page_header .nav {
    padding-top: 15px;
  }
  .page_header .contacts_wrapper {
    padding-top: 25px;
  }
  /*=================================================*/
  /*		[	START Home Sub header	]		*/
  /*=================================================*/
  .home_subheader .section_content {
    min-height: 450px;
  }
  .home_subheader .section_content span.small {
    font-size: 28px;
  }
  .home_subheader .section_content span.large {
    font-size: 48px;
  }
  /*=================================================*/
  /*		[	START Objects section	]		*/
  /*=================================================*/
  .objects_section {
    padding: 55px 0 25px;
  }
  .objects_section .objects_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .objects_section .objects_list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
  }
  .objects_section .object_wrapper {
    padding: 0 15px 35px;
  }
  /*=================================================*/
  /*		[	START Footer	]		*/
  /*=================================================*/
  .page_footer .nav ul li {
    padding: 0 8px;
  }
  /*=================================================*/
  /*		[	START Our Services List	]		*/
  /*=================================================*/
  .services_section .services_list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
  }
  /*=================================================*/
  /*		[	START Our prices for services	]		*/
  /*=================================================*/
  .services_prices_section:before, .services_prices_section:after {
    display: none;
  }
  /*=================================================*/
  /*		[	START Our Tools	]		*/
  /*=================================================*/
  .our_tools_section {
    padding: 70px 0;
  }
  .our_tools_section .about_tools:before, .our_tools_section .about_tools:after {
    display: none;
  }
  /*=================================================*/
  /*		[	START Price Page section	]		*/
  /*=================================================*/
  .price_page_section {
    padding: 90px 0;
  }
  .price_page_section .background_elements_wrap:before, .price_page_section .background_elements_wrap:after {
    display: none;
  }
  /*=================================================*/
  /*		[	START Equipments 	]		*/
  /*=================================================*/
  .equipment_about_us_page {
    padding-bottom: 25px;
  }
  .equipment_about_us_page .equipments_list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
  }
  .equipment_about_us_page .equipments_list .equipment_photo {
    padding: 0 15px 30px;
  }
  /*=================================================*/
  /*		[	START Contact Page	]		*/
  /*=================================================*/
  .contact_page .callcenter_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
  .contact_page .contacts_list {
    margin-left: 0;
    background: rgba(0, 0, 0, 0.6);
    padding: 15px;
  }
}

@media only screen and (max-width: 640px) {
  /*=================================================*/
  /*		[	START Contact Section	]		*/
  /*=================================================*/
  .contact_section {
    padding: 70px 0;
  }
  .contact_section .contacts_wrapper {
    display: block;
    padding-top: 40px;
  }
  .contact_section .contact_info {
    text-align: center;
    padding-bottom: 30px;
  }
  .contact_section .form_wrapper .button_wrapper {
    text-align: center;
  }
  .contact_section .form_wrapper .button_wrapper input {
    height: 45px;
    width: 270px;
  }
  /*=================================================*/
  /*		[	START Footer	]		*/
  /*=================================================*/
  .page_footer .main_content {
    display: block;
    text-align: center;
  }
  .page_footer .nav {
    padding: 30px 0 5px;
  }
  .page_footer .nav ul {
    display: block;
  }
  .page_footer .nav ul li {
    display: block;
    padding: 3px 0;
  }
  .page_footer .nav ul li a {
    display: inline-block;
    color: #fff;
    position: relative;
    padding: 5px 0;
  }
  /*=================================================*/
  /*		[	START Page 404	]		*/
  /*=================================================*/
  .page_404 .word_error {
    font-size: 72px;
  }
  /*=================================================*/
  /*		[	START Price Page	]		*/
  /*=================================================*/
  .price_list_section .price_list_wrapper {
    padding-bottom: 15px;
    overflow: auto;
  }
  .price_list_section .price_list_wrapper table {
    width: 640px;
  }
}

@media only screen and (max-width: 560px) {
  /*=================================================*/
  /*		[	START Home Sub header	]		*/
  /*=================================================*/
  .home_subheader .section_content {
    min-height: 350px;
  }
  .home_subheader .section_content span.small {
    font-size: 24px;
  }
  .home_subheader .section_content span.large {
    font-size: 36px;
  }
  /*=================================================*/
  /*		[	START Our prices for services	]		*/
  /*=================================================*/
  .services_prices_section .prices_list {
    display: block;
  }
  /*=================================================*/
  /*		[	START Equipments 	]		*/
  /*=================================================*/
  .equipment_about_us_page {
    padding-bottom: 25px;
  }
  .equipment_about_us_page .equipments_list .item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .equipment_about_us_page .equipments_list .equipment_photo {
    padding: 0 15px 30px;
  }
  /*=================================================*/
  /*		[	START About Us Page	]		*/
  /*=================================================*/
  .about_us_page .citations_section .citations_wrapper {
    display: block;
  }
  .about_us_page .citations_section .citations_wrapper .citation {
    display: block;
  }
  .about_us_page .citations_section .citations_wrapper .citation .photo {
    margin: 0 auto 25px;
  }
}

@media only screen and (max-width: 480px) {
  .modal_form .fancybox-close-small {
    top: 5px;
    right: 5px;
  }
  .modal_form .form_wrapper {
    width: 290px;
  }
  /*=================================================*/
  /*		[	START Header	]		*/
  /*=================================================*/
  .page_header .contacts_wrapper {
    display: block;
  }
  .page_header .contact_info {
    padding: 0 0 15px;
  }
  .page_header .fedback_button a {
    width: 270px;
  }
  .page_header .nav #navBtn {
    display: block;
  }
  .page_header .nav ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -135px;
    width: 270px;
    background: #cccc33;
    z-index: 10;
    padding: 10px 0;
  }
  .page_header .nav ul li {
    padding: 0;
    display: block;
  }
  .page_header .nav ul li.current-menu-item a {
    color: #cccc33 !important;
    background: #fff;
  }
  .page_header .nav ul li a {
    display: block;
    text-align: center;
  }
  .page_header .nav ul li a:after {
    display: none;
  }
  .page_header .nav ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  /*=================================================*/
  /*		[	START Page 404	]		*/
  /*=================================================*/
  .page_404 .word_error {
    font-size: 48px;
  }
  /*=================================================*/
  /*		[	START Contact Page	]		*/
  /*=================================================*/
  .contact_page .contact_info {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 500px;
  }
  .contact_page .callcenter_bg {
    display: none;
  }
  /*=================================================*/
  /*    [ START Home Sub header ]   */
  /*=================================================*/
  .home_subheader .section_content {
    min-height: 350px;
  }
  .home_subheader .section_content span.small {
    font-size: 22px;
  }
  .home_subheader .section_content span.large {
    font-size: 32px;
  }
}


@media only screen and (max-width: 560px) {
  .blog_page .post_content {
    padding: 20px 0;
  }
  .blog_page .post_content .alignleft,
  .blog_page .post_content .alignright {
    padding: 10px 0;
  }
  .blog_page .show_more_posts,
  .blog_page .back_to_posts {
    text-align: center;
  }
  .blog_page .post_single_page {
    padding-top: 50px;
    text-align: center;
  }
  .blog_page .posts_list {
    display: block;
    margin: 0;
  }
  .blog_page .post_wrapper {
    padding: 0 0 65px;
  }
  .blog_page .post_wrapper .post_excerpt {
    text-align: justify;
  }
  .blog_page .post_wrapper .post_title {
    text-align: center;
  }
}

@media only screen and (max-width: 992px) {
  .blog_page .post_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}