/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
 #main_content #categories__shop__inner .wrapper {
  font-size: 13px;
 }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
 #top_menu ul li a {
  padding: 13px 7px 4px 7px !important;
 }
 #top_menu #top_callback {
  padding: 0 10px;
 }

 #main_content #categories__shop__inner .wrapper {
  margin-bottom: 35px;
 }
 #main_content #categories__shop__inner .col-md-6 {
  float: left !important;
  width: 50% !important;
 }

 #top_menu #top_callback:after {
  left: 5px;
 }

 #news_list li img {
  max-width: 100%;
 }
 .hidden922 {
  display: none;
 }
 #main_head #top_line .time_work {
  display: none;
 }
 #last_news {
  margin-top: 45px;
 }
 #last_news .inner {
  margin-bottom: 35px;
 }
 #last_news .inner p.text {
  margin-top: 15px;
 }

 #write_us #button_wrap {
  margin-top: 10px;
 }
 #write_us #button_wrap i {
  display: block;
  height: 29px;
  cursor: default;
  background: url(/front-end/img/loader.gif) no-repeat center;
 }
 #write_us .inversion_color.wrapper {
  padding-bottom: 15px;
 }

 #block_info .table_quotes {
  margin-top: 35px !important;
 }
 #index_best_offer a {
  margin: 0 180px 65px 180px;
 }
 #index_best_offer .inner p.offer {
  font-size: 22px;
 }
 #index_best_offer .inner p.price {
  font-size: 32px;
 }
 #index_best_offer a.silver1 {
  margin: 0 180px 5px 180px;
 }

 #index_best_offer .inner img {
  max-width: 60%;
 }

 #main_content #categories__shop_wrapp .col-md-3 {
  display: block;
 }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
 /*Disable Animation on Mobile Devices*/
 .animated {
  -webkit-transition-property: none !important;
     -moz-transition-property: none !important;
      -ms-transition-property: none !important;
  /*CSS transitions*/
       -o-transition-property: none !important;
          transition-property: none !important;
  -webkit-transform: none !important;
     -moz-transform: none !important;
      -ms-transform: none !important;
  /*CSS transforms*/
       -o-transform: none !important;
          transform: none !important;
  /*CSS animations*/
  -webkit-animation: none !important;
     -moz-animation: none !important;
      -ms-animation: none !important;
       -o-animation: none !important;
          animation: none !important;
 }

 #main_head #top_line {
  height: 75px;
  padding-top: 15px;
 }
 #main_head #top_line #menu_buttion {
  display: block !important;
  padding: 14px 0 0 11px;
 }
 #main_head #top_line #menu_buttion span {
  display: block;
  width: 22px;
  height: 3px;
  margin-bottom: 3px;
  color: #fff;
  border-radius: 1px;
  background: #fff;
 }
 #main_head #top_line #menu_buttion.open span {
  background: #00ad00;
 }
 #main_head #top_line #menu_buttion.open span:nth-child(1) {
  background-color: transparent;
 }
 #main_head #top_line #menu_buttion.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translate(0,0);
     -moz-transform: rotate(-45deg) translate(0,0);
       -o-transform: rotate(-45deg) translate(0,0);
          transform: rotate(-45deg) translate(0,0);
 }
 #main_head #top_line #menu_buttion.open span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-4px,-4px);
     -moz-transform: rotate(45deg) translate(-4px,-4px);
       -o-transform: rotate(45deg) translate(-4px,-4px);
          transform: rotate(45deg) translate(-4px,-4px);
 }

 #main_head #logo {
  width: 300px;
 }
 #main_head #logo img {
  margin-top: 2px;
 }
 #main_head #logo p.name {
  font-size: 22px;
 }
 #main_head #logo p.slogan {
  font-size: 13px;
 }
 #top_contacts768_w {
  display: block !important;
  margin-top: 15px;
  text-align: center;
 }
 #top_contacts768_w .time_work {
  margin-bottom: 10px;
  text-align: center !important;
 }
 #top_contacts768_w .tel1,
 #top_contacts768_w .tel2 {
  position: relative;
  font-weight: bold;
  padding: 0 45px 0 45px;
  color: #000;
 }
 #top_contacts768_w .tel1:before,
 #top_contacts768_w .tel2:before {
  position: relative;
  top: 10px;
  left: -10px;
  display: inline-block;
  width: 32px;
  height: 31px;
  content: '';
  background-image: url('/front-end/img/sp.png');
  background-position: 0 -34px;
 }

 #main_head #top_line .time_work {
  display: none;
 }
 #top_menu {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  padding-top: 110px;
  background-color: #fff;
 }
 #top_menu ul {
  display: block;
  margin-bottom: 50px;
 }
 #top_menu ul li {
  display: block;
 }
 #top_menu ul li a {
  display: block;
  font-weight: bold;
  padding: 13px 10px !important;
 }
 #top_menu ul li a:hover,
 #top_menu ul li a.active {
  border-bottom: none;
  background-color: #00ad00;
 }
 #main_head #logo {
  position: relative;
  z-index: 110;
 }

 #top_menu #top_callback {
  display: none;
 }
 #main_head .contact_info {
  display: none;
 }
 #top_menu #menu_line {
  display: table;
  width: 100%;
  border-bottom: none;
 }

 .top_callback_open_menu {
  position: relative !important;
  display: block !important;
  margin-bottom: 20px !important;
  text-align: center !important;
 }

 #last_news {
  margin-top: 45px;
 }
 #last_news .inner {
  margin-bottom: 35px;
 }

 #write_us .inversion_color.wrapper input {
  margin-bottom: 25px;
 }
 #write_us .inversion_color.wrapper textarea {
  margin-top: 10px;
 }
 #write_us #button_wrap button {
  width: 100%;
  margin-top: 8px;
 }

 .padding_removed {
  padding-right: 0 !important;
  padding-left: 0 !important;
 }

 #main_footer {
  margin-bottom: 0;
 }

 #main_content #categories__shop__inner .col-md-6 {
  float: left !important;
 }

 #index_best_offer .inner img {
  max-width: 70% !important;
 }
 #index_best_offer a {
  margin: 0 140px 65px 140px;
 }
 #index_best_offer .inner p.offer {
  font-size: 20px;
 }
 #index_best_offer .inner p.price {
  font-size: 26px;
 }
 #index_best_offer a.silver1 {
  margin: 0 140px 5px 140px;
 }

 #slider_index .wrapper_content p {
  line-height: 40px;
 }
}



/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
 .table_buyingup {
  font-size: 12px;
 }
 #main_content h3 {
  font-size: 22px !important;
 }

 #callback form p.h2 {
  font-size: 20px;
 }
 #main_content #categories__shop__inner .col-md-6 {
  float: none !important;
  width: 100% !important;
  text-align: center;
 }
 #main_content #categories__shop__inner a {
  margin-bottom: 10px;
 }

 #top_contacts768_w .tel1,
 #top_contacts768_w .tel2 {
  display: block;
  margin-bottom: 10px;
 }
 #main_head #logo {
  margin-top: 5px;
 }
 #main_head #logo img {
  max-width: 60px;
  margin-top: 6px;
 }
 #main_head #logo p.name {
  font-size: 20px;
 }
 #main_head #logo p.slogan {
  font-size: 12px;
 }

 #main_footer .wrapp ul li {
  display: block;
  margin-bottom: 8px;
 }
 #main_footer .wrapp ul li:before {
  content: '';
 }
 #main_footer .contact_info .phone {
  font-size: 16px;
 }

 #last_news .wrapper_title .all_news {
  top: 15px;
 }

 #index_best_offer .inner img {
  max-width: 80% !important;
 }
 #index_best_offer a {
  margin: 0 14px 65px 14px;
 }
 #index_best_offer .inner p.offer {
  font-size: 16px;
 }
 #index_best_offer .inner p.price {
  font-size: 18px;
 }
 #index_best_offer a.silver1 {
  margin: 0 14px 5px 14px;
 }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
 #main_head #logo {
  margin-top: 6px;
 }
 #main_head #logo img {
  max-width: 50px;
 }
 #main_head #logo p.name {
  font-size: 18px;
 }
 #main_head #logo p.slogan {
  font-size: 11px;
 }

 #main_footer .contact_info .phone {
  font-size: 14px;
  font-weight: bold;
 }
 #main_footer .contact_info .mail {
  font-size: 14px;
  margin-top: 0;
 }
 #main_footer .contact_info .phone:before,
 #main_footer .contact_info .mail:before {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  content: '';
  background-image: none;
 }
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}
