@media only screen and (max-width: 1200px) {
  .product__item .top__content .image__container {
    float: none;
    margin: 0px auto 10px;
    text-align: center;
    /*height: 350px;
                width: 100%;
                */ } }

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  body {
    background: #fff; }
    body .content__wrapper {
      margin: 0 auto;
      max-width: 731px;
      padding: 0 15px; }

  header .__logo {
    align-self: flex-start;
    margin-top: 3px; }
    header .header__wrap nav .nav__menu {
      margin-right: 0; }
      header .header__wrap nav .nav__menu li {
        margin: 0; }

  .home__slide {
    height: 345px; }
    .home__slide .home__slide_content {
      height: 345px;
      padding: 0;
      padding-top: 40px; }
      .home__slide .home__slide_content .home__slide_heading {
        font-size: 50px; }
      .home__slide .home__slide_content .home__slide_text {
        padding: 0 34px; }
      .home__slide .home__slide_content .home__slide_text p {
        font-size: 16px; }
      .home__slide .home__slide_content .information__items {
        height: 121px;
        width: 731px; }
      .home__slide .home__slide_content .information__items .information__item_wrapper .information__item {
        padding: 13px;
        height: 122px; }
        .home__slide .home__slide_content .information__items .information__item_wrapper .information__item .information__short_text {
          display: none; }

  .favorite__products__full_width .content__wrapper {
    justify-content: space-between; }
    .favorite__products__full_width .favorite__product__item {
      width: 49%; }
      .product__item .top__content {
        flex-wrap: wrap; }

  .home__info_slide {
    text-align: center; }

  .home__info_slide_white {
    text-align: center;
    background: #fff; }

  .check__supplier_content {
    padding: 0 55px; }

  .label_wrapper {
    font-weight: normal !important; }

  .check__products_wrapper .check__products_content {
    min-height: 108px;
    padding: 0 55px; }
    .check__products_wrapper .check__products_content .check__products_content {
      min-height: inherit; }
    .check__products_wrapper .check__products_content .protect__logo {
      width: 150px;
      height: 180px;
      background-size: contain;
      left: 90px; }
    .check__products_wrapper .check__products_content h4 {
      font-size: 27px;
      margin: 0;
      margin-right: 20px; }

  .news__wrapper {
    justify-content: center; }

  footer {
    height: 145px; }
    footer .content__wrapper .footer__wrapper {
      height: 145px; }
    footer .content__wrapper .footer__left_side {
      position: relative;
      width: 30%; }
    footer .content__wrapper .footer__left_side .footer__copy {
      position: absolute;
      left: 0;
      top: 10px;
      width: 500px; }
    footer .content__wrapper .footer__right_side {
      width: 70%; }

  .laboratory__icon, .check__supplier_icon {
    transform: none; }

  .contacts__wrapper {
    flex-wrap: wrap;
    padding-bottom: 30px; }
    .contacts__wrapper .contacts__left_column, .contacts__wrapper .contacts__right_column {
      width: 100%; }
    .contacts__wrapper .contacts__left_column {
      flex: 0 0 100%; }
    .contacts__wrapper .contacts__left_column .contacts__text_content {
      flex-wrap: wrap; }
    .contacts__wrapper .contacts__left_column .contacts__text_content .our__location, .contacts__wrapper .contacts__left_column .contacts__text_content .connect__online {
      flex: 0 0 48%;
      min-width: 270px; }
    .contacts__wrapper .contacts__right_column {
      flex: 0 0 100%;
      margin-top: 30px; }
    .contacts__wrapper .contacts__right_column form .row__field textarea {
      min-height: 150px; } }

@media only screen and (max-width: 767px) {
  #content {
    padding-bottom: 30px; }
    #content .__head_email {
      width: 100%; }
      #content .__head_email a {
        display: inline-block;
        width: 100%;
        text-align: center; }
    #content header {
      background: #fff; }
      #content header .header__wrap {
        flex-direction: column;
        padding-bottom: 10px; }
        #content header .header__wrap .mob__search {
          display: flex;
          height: 45px;
          width: 100%;
          background: #000;
          align-items: center;
          justify-content: space-between; }
          #content header .header__wrap .mob__search label.drop__down_menu {
            position: relative;
            display: inline-block;
            color: #fff;
            margin-left: 50px;
            text-transform: uppercase; }
            #content header .header__wrap .mob__search label.drop__down_menu:before {
              content: '';
              width: 30px;
              height: 30px;
              position: absolute;
              background: url('../images/drop__down.png') center no-repeat;
              background-size: 30px;
              left: -40px;
              top: -8px; }
          #content header .header__wrap .mob__search label.search__label {
            display: inline-block;
            width: 24px;
            height: 24px;
            background: url('../images/search__icon_blue.png') center center no-repeat;
            position: absolute;
            left: -30px; }
          #content header .header__wrap .mob__search input[type="text"]#search-query {
            background: #000;
            color: #b6b6b6;
            border: none;
            padding: 0 5px;
            max-width: 160px;
            min-width: 100px; }
          #content header .header__wrap .mob__search .__search {
            align-items: center; }
        #content header .header__wrap input[type="checkbox"]#drop__down_menu:checked ~ nav {
          display: flex !important; }
        #content header .header__wrap .__logo, #content header .header__wrap nav {
          width: 100%;
          justify-content: center; }
        #content header .header__wrap .__logo {
          padding-bottom: 20px; }
          #content header .header__wrap .__logo a {
            display: block;
            margin: auto;
            width: 195px;
            height: 80px; }
        #content header .header__wrap nav {
          animation: dropDown 0.5s;
          display: none; }
          @keyframes dropDown {
    #content header .header__wrap nav 0% {
      opacity: 0; }
    #content header .header__wrap nav 100% {
      opacity: 1; } }
          #content header .header__wrap nav ul.nav__menu {
            flex-direction: column;
            width: 100%;
            background: #e8e5e5;
            margin: 0; }
            #content header .header__wrap nav ul.nav__menu li {
              width: 100%;
              text-align: center; }
              #content header .header__wrap nav ul.nav__menu li a {
                width: 100%; }
              #content header .header__wrap nav ul.nav__menu li:hover {
                background: #2fa5eb; }
          #content header .header__wrap nav .__search {
            width: 30px;
            height: 30px;
            position: absolute; }
    #content input[type="checkbox"]#open__field {
      display: none; }
    #content .information__items {
      display: none; }
    #content div.home__slide {
      height: 190px; }
      #content div.home__slide .home__slide_content {
        height: 190px;
        padding-top: 60px; }
        #content div.home__slide .home__slide_content .home__slide_heading {
          font-size: 24px; }
        #content div.home__slide .home__slide_content .home__slide_text {
          margin-top: 10px;
          height: 54px;
          overflow: hidden; }
    #content .favorite__products__full_width {
      padding-bottom: 30px; }
      #content .favorite__products__full_width .content__wrapper {
        flex-wrap: wrap;
        justify-content: center; }
    #content .home__info_slide, #content .home__info_slide_white {
      height: 265px; }
      #content .home__info_slide h3, #content .home__info_slide_white h3 {
        font-size: 24px; }
      #content .home__info_slide .slide_break_white, #content .home__info_slide_white .slide_break_white, #content .home__info_slide .slide_break_blue, #content .home__info_slide_white .slide_break_blue {
        margin-top: 15px; }
      #content .home__info_slide .home__info_slide_short_text, #content .home__info_slide_white .home__info_slide_short_text {
        font-size: 14px;
        margin-top: 15px;
        height: 56px;
        overflow: hidden; }
    #content .check__products_wrapper .check__products_content {
      flex-direction: column;
      padding-top: 85px; }
      #content .check__products_wrapper .check__products_content .protect__logo {
        transform: translateX(-50%);
        left: 50%;
        top: -70px; }
      #content .check__products_wrapper .check__products_content h4 {
        font-size: 20px; }
      #content .check__products_wrapper .check__products_content .show_more_btn {
        margin: 15px 0; }
    #content .home__info_slide_white.__last_elem {
      height: 205px; }
    #content .contacts__wrapper {
      flex-wrap: wrap; }
      #content .contacts__wrapper .contacts__left_column {
        flex: 0 0 100%; }
      #content .contacts__wrapper .contacts__left_column .contacts__text_content {
        flex-wrap: wrap; }
        #content .contacts__wrapper .contacts__left_column .contacts__text_content .our__location, #content .contacts__wrapper .contacts__left_column .contacts__text_content .connect__online {
          margin-bottom: 15px;
          width: 100%; }
      #content .contacts__wrapper .contacts__right_column {
        flex: 0 0 100%;
        margin-top: 30px; }
      #content .contacts__wrapper .contacts__right_column .row__field {
        min-height: 50px; }

  footer {
    height: auto; }
    footer .content__wrapper {
      height: 100%; }
      footer .content__wrapper .footer__wrapper {
        height: auto;
        flex-direction: column-reverse; }
      footer .content__wrapper .footer__wrapper .footer__left_side {
        display: flex;
        width: 100%;
        flex-direction: column-reverse;
        align-items: center; }
        footer .content__wrapper .footer__wrapper .footer__left_side .footer__copy {
          width: inherit;
          text-align: center;
          font-size: 12px;
          width: 235px;
          padding: 10px 0; }
      footer .content__wrapper .footer__wrapper .footer__right_side {
        width: 100%;
        padding-top: 20px; }
        footer .content__wrapper .footer__wrapper .footer__right_side .nav__menu {
          flex-direction: column;
          width: inherit; }
          footer .content__wrapper .footer__wrapper .footer__right_side .nav__menu li {
            margin: 0;
            text-align: center; }
            footer .content__wrapper .footer__wrapper .footer__right_side .nav__menu li a {
              min-width: 250px; }

  .navigation ul.menu {
    justify-content: center; }

  .check__products_wrapper, .check__supplier_wrapper {
    margin-top: 70px; }
    .check__products_wrapper .check__products_content .laboratory__icon, .check__supplier_wrapper .check__products_content .laboratory__icon, .check__products_wrapper .check__supplier_content .laboratory__icon, .check__supplier_wrapper .check__supplier_content .laboratory__icon, .check__products_wrapper .check__products_content .check__supplier_icon, .check__supplier_wrapper .check__products_content .check__supplier_icon, .check__products_wrapper .check__supplier_content .check__supplier_icon, .check__supplier_wrapper .check__supplier_content .check__supplier_icon {
      left: 50%;
      top: -175px; }
      .check__products_wrapper .check__products_content .check__product_form, .check__supplier_wrapper .check__products_content .check__product_form, .check__products_wrapper .check__supplier_content .check__product_form, .check__supplier_wrapper .check__supplier_content .check__product_form {
        width: 100%; }
      .check__products_wrapper .check__products_content .check__product_form form .label_wrapper, .check__supplier_wrapper .check__products_content .check__product_form form .label_wrapper, .check__products_wrapper .check__supplier_content .check__product_form form .label_wrapper, .check__supplier_wrapper .check__supplier_content .check__product_form form .label_wrapper {
        padding: 20px; }
        .check__products_wrapper .check__products_content .check__product_form form .label_wrapper label, .check__supplier_wrapper .check__products_content .check__product_form form .label_wrapper label, .check__products_wrapper .check__supplier_content .check__product_form form .label_wrapper label, .check__supplier_wrapper .check__supplier_content .check__product_form form .label_wrapper label {
          font-weight: normal; }

  .original__product_title, .fake__product_title {
    font-size: 25px;
    text-transform: capitalize; }

  .laboratory__icon, .check__supplier_icon {
    width: 100px; }

  .protect__logo {
    top: -160px !important; } }

@media only screen and (max-width: 570px) {
  .check__products_wrapper .check__products_content .check__product_form form .label_wrapper, .check__supplier_wrapper .check__products_content .check__product_form form .label_wrapper, .check__products_wrapper .check__supplier_content .check__product_form form .label_wrapper, .check__supplier_wrapper .check__supplier_content .check__product_form form .label_wrapper {
    padding: 20px; }
    .check__products_wrapper .check__products_content .check__product_form form .label_wrapper label, .check__supplier_wrapper .check__products_content .check__product_form form .label_wrapper label, .check__products_wrapper .check__supplier_content .check__product_form form .label_wrapper label, .check__supplier_wrapper .check__supplier_content .check__product_form form .label_wrapper label {
      font-weight: normal;
      width: 100%;
      display: inline-block;
      text-align: left;
      margin-bottom: 15px; }
    .check__products_wrapper .check__products_content .check__product_form form .label_wrapper input[type="text"]#form-serial-number, .check__supplier_wrapper .check__products_content .check__product_form form .label_wrapper input[type="text"]#form-serial-number, .check__products_wrapper .check__supplier_content .check__product_form form .label_wrapper input[type="text"]#form-serial-number, .check__supplier_wrapper .check__supplier_content .check__product_form form .label_wrapper input[type="text"]#form-serial-number {
      width: 100%; }
    .check__products_wrapper .check__products_content .check__product_form form .label_wrapper .labe__wrap #form-captcha, .check__supplier_wrapper .check__products_content .check__product_form form .label_wrapper .labe__wrap #form-captcha, .check__products_wrapper .check__supplier_content .check__product_form form .label_wrapper .labe__wrap #form-captcha, .check__supplier_wrapper .check__supplier_content .check__product_form form .label_wrapper .labe__wrap #form-captcha {
      width: 137px !important; }
    .check__products_wrapper .check__products_content .check__product_form form .label_wrapper #form-ari-img, .check__supplier_wrapper .check__products_content .check__product_form form .label_wrapper #form-ari-img, .check__products_wrapper .check__supplier_content .check__product_form form .label_wrapper #form-ari-img, .check__supplier_wrapper .check__supplier_content .check__product_form form .label_wrapper #form-ari-img {
      width: 80px;
      height: 41px; }
    .check__products_wrapper .check__products_content, .check__supplier_wrapper .check__products_content {
      padding-top: 45px !important; } }
