@media screen and (max-width: 1600px) {
  .container {
    padding: 0 42px;
  }

  .header.fixed > div {
    padding: 31px 42px 26px;
  }

  /* swiper */

  .swiper-container {
    position: relative;
  }

  .swiper-button-next {
    right: -32px;
  }

  .swiper-button-prev {
    left: -32px;
  }
}

@media screen and (max-width: 1366px) {
  /* specific page  */

  .specific-page-order {
    margin-top: 86px;
  }

  .specific-page-order > div:first-child {
    width: 40%;
  }

  .specific-page-order > div:last-child {
    width: 60%;
  }

  .specific-page-order > div img {
    width: 100%;
  }

  .specific-page-count button {
    max-width: 100%;
  }

  /* customer login page */

  .input-wrapp .input-icon .tooltip-content {
    transform: translateX(-80%);
  }

  .input-wrapp .input-icon .tooltip-content::after {
    left: 80%;
  }

  /* profile page */

  .profile-list-item > div p:nth-child(2) {
    margin-right: 0px;
  }
}
@media screen and (min-width: 1023px) {
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: none!important;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu,
  #mega-menu-wrap-menu-1 #mega-menu-menu-1[data-effect="fade_up"] li.mega-menu-item > ul.mega-sub-menu
  {
     margin-top: 45px;
     display: flex;
     flex-wrap: wrap;
  }
}

@media screen and (max-width: 1100px) {
  /* common */

  h3 {
    letter-spacing: -0.4px;
  }

  /* reviews */

  .common-reviews .swiper p {
    -webkit-line-clamp: 7;
  }

  .common-reviews-btn {
    margin-top: 45px;
  }

  .common-test-card img {
    height: 260px;
  }

  .city-page-our-client {
    margin-top: 166px;
  }

  .swiper-footer {
    margin-top: 39px;
  }

  .common-our-client .swiper-slide {
    width: 182.5px;
  }

  .common-our-client .swiper-slide img {
    width: 182.5px;
  }

  .common-our-client {
    margin-bottom: -9px;
  }

  /* swiper */

  .swiper-button-next,
  .swiper-button-prev {
    top: 38%;
  }

  /* header */

  .header-wrapper-mini {
    height: 500px;
    min-height: 500px;
  }

  .header-wrapper {
    background-position: 51%;
  }

  .header > div > ul > li > a {
    padding: 32px 13px;
  }

  .header-wrapper .header-info {
    margin-bottom: 36px;
  }

  .submenu {
    padding: 43px 0 38px;
  }

  .submenu-location ul {
    grid-template-columns: repeat(4, 1fr);
  }

  .submenu-about ul {
    grid-template-columns: repeat(3, 1fr);
  }

  /* footer */

  .footer-info {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 23px 0 24px 0;

    /* margin-top: 160px; */
  }

  .footer-info > * {
    margin-bottom: 5px;
  }

  .footer-info .footer-social {
    margin-left: auto;
    position: absolute;
    right: 0;
    margin-top: -4px;
  }

  /* main page */

  .main-page-cards {
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas:
      "card-one"
      "card-two"
      "card-three";
  }

  .main-page-cards > div {
    min-height: 390px;
  }

  .main-page-cards > div p {
    max-width: 91%;
  }

  .main-page-bg {
    margin-top: 160px;
    background-position: 36%;
  }

  .main-page-info {
    margin-top: 60px;
  }

  .main-page-info-more > ul {
    gap: 0 10px;
  }

  .main-page-card {
    margin-top: 120px;
  }

  .main-page-card > div {
    height: 450px;
    background-position: 50%;
  }

  .main-page-cards .card-one {
    background-position-x: 80%;
    background-image: url("../img/bg/mobile/laboratorie1024_bg.png");
  }

  /* city page */

  .city-page-location-list ul {
    grid-template-columns: repeat(2, 1fr);
  }

  /* laboratorie page */

  .laboratorie-page-bg {
    height: 427px;
  }

  .laboratorie-page-list-type li {
    margin-top: 22px;
  }

  .laboratorie-page-youtube > p {
    line-height: 144%;
  }

  .laboratorie-page-youtube iframe {
    height: 529px;
  }

  /* specific page */

  .specific-page-bg {
    border-radius: 10px;
    margin-top: 42px;
  }

  .specific-page-bg img {
    height: 1058px;
  }

  .specific-page-test {
    margin-bottom: 5px;
  }

  .submenu-location-more {
    display: block;
    color: #137adc;
  }

  /* category page */

  .category-page-bg {
    height: 430px;
  }

  /* blog page */

  .blog-page-list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* specific page */

  .specific-article-info > img {
    height: 432px;
  }

  .specific-article-info iframe {
    height: 523px;
  }

  /* temps condition page */

  .temps-page-info p {
    max-width: 100%;
  }

  /* about us */

  .about-page-image {
    height: 428px;
  }

  .about-page-image img:first-child {
    width: 60.6%;
  }

  .about-page-image img:last-child {
    width: 37.4%;
  }

  .about-page-info p {
    max-width: 100%;
  }

  /* scientists page */

  .scientists-page-list {
    grid-template-columns: repeat(2, 1fr);
  }

  /* contact us */

  .contact-up-table {
    margin-bottom: -28px;
  }

  /* register page */

  .register-page-price-wrapp {
    margin-right: 0px;
  }

  .register-page-price-wrapp img {
    width: 90px;
    height: 90px;
    margin-right: 30px;
  }

  .register-page-price-count > div {
    margin-right: 37px;
  }

  /* profile */

  .profile-list-item img {
    width: 90px;
    height: 90px;
    margin-right: 30px;
  }

  .profile-list-item > div p:nth-child(2) {
    margin-right: -77px;
  }

  .profile-list-item > div p:nth-child(3) {
    margin-right: 32px;
  }

  .profile-list-item {
    padding-bottom: 32px;
  }
  .show-order .specific-page-count {
    margin-right: auto;
  }
  .show-order .test-data {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 34px;
  }

  .small-container {
    padding: 0 34px;
  }

  /* common */

  .common-reviews-btn {
    margin-right: 34px;
  }

  .common-reviews {
    margin: 140px -34px 0 -34px;
    padding: 0 0 0 34px;
  }

  .common-reviews-btn {
    margin-right: 34px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .common-test {
    margin-top: 140px;
  }

  .common-test-card img {
    height: 201px;
  }

  .common-our-client {
    margin-top: 141px;
  }

  /* header */

  .header-wrapper-mini {
    height: 400px;
    min-height: 400px;
  }

  .header .header-menu {
    /* display: none; */
  }

  .header.fixed > div {
    padding: 31px 34px 26px;
  }

  .header .header-burger {
    width: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: 0.4s;
  }

  .header .header-burger span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    border-radius: 5px;
    transition: 0.4s;
  }

  .header .header-burger.open span {
    position: absolute;
    right: 0;
    background-color: #1f1f23;
  }

  .header .header-burger span:not(:last-child) {
    margin-bottom: 8px;
  }

  .header .header-burger.open span:first-child {
    transform: rotate(39deg);
    margin-bottom: 0;
  }

  .header .header-burger.open span:last-child {
    transform: rotate(140deg);
  }

  .header-login {
    margin-right: 40px;
  }

  .header.fixed .header-burger span {
    background-color: #1f1f23;
  }

  .header-login {
    margin-left: auto;
  }

  .header-login a {
    margin-right: auto;
    min-width: 30px;
  }

  .header-language {
    margin-right: auto;
  }

  /* mobile menu */

  .mobile-menu-wrapper.open {
    top: 88px;
    height: calc(100vh - 88px);
    left: 0;
    width: 100vw;
    background-color: #f6fbff;
    overflow-y: auto;
    z-index: 5;
  }

  .mobile-menu {
    padding: 30px;
  }

  .mobile-menu-wrapper ul li {
    color: #1f1f23;
    font-weight: 700;
    font-size: 32px;
    line-height: 140%;
    margin-bottom: 20px;
  }

  .mobile-menu-wrapper ul li a {
    position: relative;
    letter-spacing: -0.6px;
  }

  .mobile-menu-wrapper ul li a {
    letter-spacing: -0.8px;
  }

  .mobile-menu-wrapper ul ul li a {
    letter-spacing: 0.2px;
  }

  .mobile-menu-wrapper ul li a.menu-icon::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 12px;
    background-image: url("../img/icon/arrow-select.svg");
    width: 12px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #mobile-item-menu.active a.menu-icon::after {
    transform: rotate(180deg);
  }

  .open-mobile-menu .header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #f6fbff;
    padding: 0 34px;
  }
  .open-mobile-menu .header.fixed {
    padding: 31px 0 26px;
  }

  .open-mobile-menu .header.fixed > div {
    padding: 0 34px;
  }

  .open-mobile-menu .login-white,
  .open-mobile-menu .header .logo-white {
    display: none !important;
  }

  .open-mobile-menu .login-black,
  .open-mobile-menu .header .logo-black {
    display: block !important;
  }

  .open-mobile-menu .header ul li,
  .open-mobile-menu .header-login a,
  .open-mobile-menu .header-language {
    color: #1f1f23;
  }

  .open-mobile-menu .header-login a {
    margin-right: 30px;
  }

  .open-mobile-menu .header-language svg path {
    stroke: #1f1f23;
  }

  .mobile-submenu {
    display: none;
  }

  #mobile-item-menu.active .mobile-submenu {
    display: block;
  }

  .mobile-menu-wrapper {
    overflow: auto;
  }

  .mobile-submenu-testing p {
    font-weight: 500;
    font-size: 24px;
    line-height: 145%;
    margin-top: 6px;
    margin-bottom: 10px;
  }

  .mobile-submenu-testing ul li {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    margin-bottom: 10px;
  }

  .mobile-submenu-about ul,
  .mobile-submenu-location ul {
    margin-top: 6px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .mobile-submenu-about ul li,
  .mobile-submenu-location ul li {
    font-weight: 500;
    font-size: 24px;
    line-height: 145%;
    margin-bottom: 10px;
  }

  .mobile-submenu-location ul li:last-child {
    color: #137adc;
  }

  .mobile-menu-contact {
    display: none;
  }

  /* bread crumbs */

  .bread-crumbs {
    margin-top: 20px;
  }

  /* main page */

  .main-page-cards {
    margin-top: 140px;
  }

  .main-page-bg {
    margin-top: 140px;
    min-height: 500px;
  }

  .main-page-cards .card-three {
    background-image: url("../img/bg/mobile/online768_bg.png");
  }

  .main-page-cards .card-two {
    background-image: url("../img/bg/mobile/about_768_bg.png");
  }

  .main-page-cards .card-one {
    background-image: url("../img/bg/mobile/laboratorie768_bg.png");
  }

  /* footer */

  .login-icon {
    padding-left: 50px;
  }

  .swiper-footer {
    margin: 40px -34px 0 -34px;
    padding: 0 0 0 34px;
  }

  /* laboratorie page */

  .laboratorie-page-bg {
    height: 318px;
    border-radius: 8px;
  }

  .laboratorie-page-youtube iframe {
    height: 391px;
  }

  .laboratorie-page-list-type li:nth-child(2n) {
    margin-left: 11px;
  }

  .laboratorie-page-list-type li:nth-child(2n)::before {
    width: 7px;
    height: 7px;
    left: -23px;
    top: 12px;
  }

  /* register online page */

  .register-online-page-test {
    margin-top: 92px;
  }

  /* specific page */

  .specific-page-order {
    flex-direction: column;
    margin-top: 92px;
  }

  .specific-page-order > div:first-child {
    width: 100%;
  }

  .specific-page-order > div:first-child img {
    height: 406px;
  }

  .specific-page-order > div:last-child {
    margin-top: 40px;
    width: 100%;
  }

  .specific-page-bg {
    margin-top: 39px;
  }

  .specific-page-bg img {
    height: 788px;
  }

  .specific-page-test {
    margin-bottom: 1px;
  }

  .specific-page-info {
    margin-top: 148px;
  }

  /* category page */

  .category-page-bg {
    height: 322px;
  }

  /* blog page */

  .blog-page-item-image {
    height: 184px;
  }

  /* specific page */

  .specific-article-info > img {
    height: 317px;
  }

  .specific-article-info iframe {
    height: 386px;
  }

  /* release page */

  .release-page-info p {
    max-width: 100%;
  }

  /* about us */

  .about-page-image {
    height: 320px;
  }

  .about-page-image img:first-child {
    width: 61.6%;
  }

  .about-page-image img:last-child {
    width: 35.4%;
  }

  /* scientists page */

  .scientists-page-item img {
    height: 340px;
  }

  .scientists-page-item p {
    -webkit-line-clamp: 4;
  }

  /* customer signin */

  .customer-signin {
    padding: 0 34px;
    max-width: 100%;
  }

  /* forgot password page */

  .forgot-password-page {
    padding: 0 34px;
    max-width: 100%;
  }

  .input-wrapp .input-icon .tooltip-content {
    transform: translateX(-81%);
  }

  /* contact us */

  .contact-up-table {
    margin-bottom: -28px;
  }

  .contact-up-table-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .contact-up-table-row > p:first-child {
    grid-column: 1 / 3;
    max-width: 100%;
  }

  /* register page */

  .register-page-price-wrapp img {
    margin-right: 20px;
  }

  .register-page-price-count > div {
    margin-right: 27px;
  }

  /* profile */

  .profile-list-item img {
    margin-right: 20px;
  }

  .profile-list-item {
    padding-bottom: 28px;
  }

  .profile-list-item-line {
    margin-top: 17.5px;
  }

  .profile-list-item > div p:nth-child(3) {
    margin-right: 0px;
  }

  .profile-list-item > div {
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-areas:
      "name count price price"
      "subname status status status";
  }

  #mega-menu-wrap-menu-1.mega-menu-wrap{
    position: absolute;
    right: 0;
    top: 8px;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    float: none!important;
  }
  .mega-menu-item a {
    font-size: 32px;
  }
  .mega-menu-item-has-children a{
    font-weight: bold;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu  {
     display: flex; 
     flex-wrap: wrap;
  }
  #mega-menu-wrap-menu-1 #mega-menu-menu-1 li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
    display: inline!important;
    font-size: 16px!important;
  }
}

@media screen and (max-width: 767px) {

  .location-inputs {
    flex-direction: column;
  }
  .location-inputs span {
    flex-basis: 50px;
  }
  .defined-location {
    font-size: 18px;
  }
  .city-page-location-list #ajaxsearchlite1 .probox .proinput input, 
  .city-page-location-list div.asl_w .probox .proinput input, 
  div.asl_r .results .item .asl_content h3 a {
    font-size: 18px!important;
  }

  .error-page-content {
    margin: 100px auto auto auto;
    width: 100%;
    text-align: center;
  }
  .error-404.not-found {
    background-position: 100% 50%;
  }
  .small-container {
    padding: 0 20px;
  }
  .line {
    margin: 40px 0;
  }
  .line-break {
    height: 8.4px;
  }
  h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -1.1px;
  }
  p {
    letter-spacing: 0.2px;
    font-size: 18px;
    line-height: 140%;
  }
  h2 {
    font-size: 24px;
    letter-spacing: -0.5px;
  }
  h3 {
    font-size: 20px;
    letter-spacing: -0.4px;
  }
  .btn {
    font-size: 18px;
  }
  .container {
    padding: 0 20px;
  }
  .header.fixed > div {
    padding: 15px 20px 15px;
  }
  .mt-30 {
    margin-top: 15px;
  }
  .mob-mt-40 {
    margin-top: 40px;
  }
  .mob-mt-30 {
    margin-top: 30px;
  }
  .mob-mt-25 {
    margin-top: 25px;
  }
  .mob-mt-15 {
    margin-top: 15px;
  }
  .mob-mt-10 {
    margin-top: 10px;
  }
  .mob-mt-5 {
    margin-top: 5px;
  }

  /* common */

  .common-reviews {
    margin: 140px -20px 0 -20px;
    padding: 0 0 0 20px;
  }

  .swiper-footer {
    margin: 40px -20px 0 -20px;
    padding: 0 0 0 20px;
  }

  .common-reviews {
    margin: 101px -20px 0 -20px;
  }

  .common-reviews .swiper {
    margin-top: 14px;
  }

  .common-reviews-btn {
    margin-right: 20px;
    margin-top: 22px;
  }

  .common-reviews-rating {
    padding-top: 7px;
  }

  .common-reviews-rating img {
    width: 20px;
    height: 20px;
  }

  .common-reviews .swiper span {
    font-size: 14px;
    letter-spacing: 0.15px;
    margin-top: 14px;
  }

  .common-test {
    margin-top: 100px;
  }

  .common-test-card-wrapp {
    margin-top: 15px;
    grid-template-columns: repeat(1, 1fr);
  }

  .common-test-card img {
    border-radius: 10px;
    height: 290px;
  }

  .common-test-card > *:not(:first-child) {
    padding-left: 10px;
  }

  .common-test-card > div {
    align-items: baseline;
  }

  .common-test-card > div span {
    font-size: 14px;
    line-height: 140%;
  }

  .common-test-card > div span::before {
    top: 8px;
  }

  .common-test-card > span {
    font-size: 14px;
    line-height: 140%;
  }

  .common-test-card > p {
    margin-top: 6px;
  }

  .common-our-client {
    margin-top: 100px;
  }

  .common-our-client p {
    margin-top: 14px;
  }

  .common-our-client .swiper-slide img {
    width: 99.5px;
  }

  .swiper-footer {
    margin: 20px -20px 0 -20px;
  }

  .common-our-client .swiper-slide {
    height: 54px;
  }

  /* bread crumbs */

  .bread-crumbs {
    margin-top: 20px;
  }

  .bread-crumbs span {
    padding: 0 5px;
  }

  .bread-crumbs a {
    font-size: 14px;
    line-height: 140%;
  }

  /* header */

  .header-wrapper-mini {
    height: 250px;
    min-height: 250px;
  }

  .header-wrapper {
    background-position: 75%;
  }

  .header-wrapper .header-info {
    margin-bottom: 16px;
  }

  .header-info h1 {
    margin-bottom: 0;
    letter-spacing: -1px;
  }

  .header-info p {
    font-size: 18px;
    max-width: 85%;
    letter-spacing: 0.2px;
  }

  .header > div {
    padding: 12px 0 13px;
  }

  .header > div > a img {
    width: 112px;
  }

  .header-login {
    margin-right: 28px;
  }

  /* .header-login > a {
    display: none;
  } */

  .header-language {
    display: none;
  }

  .open-mobile-menu .header.fixed > div {
    padding: 0 0px;
  }

  .header.fixed > div {
    padding: 12px 20px 12px;
  }

  .open-mobile-menu .header.fixed {
    padding: 12px 20px;
  }

  .mobile-menu-wrapper.open {
    top: 55px;
    height: calc(100vh - 56px);
  }

  .mobile-menu-contact {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    margin-top: 23px;
  }

  .mobile-menu-contact a {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
  }

  .mobile-menu-language {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #1f1f23;
    cursor: pointer;
    height: 21px;
  }

  .mobile-menu-language svg {
    margin-left: 10px;
  }

  .mobile-menu-language svg path {
    stroke: #1f1f23;
  }

  .mobile-menu {
    padding: 20px;
  }

  .open-mobile-menu .header {
    padding: 0 20px;
  }

  .mobile-submenu-location ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .mobile-submenu-about ul {
    grid-template-columns: repeat(1, 1fr);
  }

  /* input */

  .input-wrapp {
    height: 55px;
  }

  .input-wrapp input {
    height: 55px;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    padding: 0 40px 0 15px;
  }

  .input-wrapp input::placeholder {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
  }

  .input-wrapp .input-icon {
    right: 16px;
  }

  .input-wrapp .input-icon img {
    width: 21px;
  }

  .input-wrapp .input-icon .tooltip-content {
    transform: translateX(-83%);
    font-size: 14px;
    line-height: 140%;
    min-width: 211px;
  }

  .input-wrapp .input-icon .tooltip-content::after {
    left: 83%;
  }

  .input-wrapp .input-icon .tooltip-content {
    top: 30px;
  }

  .forgot-password {
    font-size: 14px;
    line-height: 140%;
    margin: 15px 0;
  }

  /* checkbox */

  .checkbox-wrapp > input {
    width: 23px;
    height: 23px;
  }

  .checkbox-wrapp > span::before {
    width: 23px;
    height: 23px;
    border-radius: 4px;
    margin-right: 9px;
  }

  .checkbox-wrapp > input:checked + span::before {
    background-size: 13px;
  }

  .checkbox-wrapp > span p a,
  .checkbox-wrapp > span p {
    font-size: 18px;
    line-height: 140%;
  }

  .checkbox-wrapp > span p a {
    letter-spacing: -0.15px;
  }

  /* modal */

  .alert-modal {
    padding: 20px;
    margin: 20px;
  }

  .modal-close {
    width: 32px;
    height: 32px;
  }

  .modal-close svg {
    width: 20px;
    height: 20px;
  }

  /* textarea */

  textarea {
    font-size: 18px;
    line-height: 140%;
    padding: 15px 20px 15px 15px;
  }

  .request-information-from textarea {
    min-height: 129px;
  }

  /* select */

  select {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    padding: 0 47px 0 15px;
    height: 55px;
  }

  .capcha {
    margin-top: 8px;
    max-width: 280px;
    height: 70px;
  }

  .capcha img {
    max-width: 280px;
    height: 70px;
  }

  /* footer */

  .footer .footer-info {
    padding-top: 13px;
    /* margin-top: 100px; */
  }

  .footer-info .footer-social {
    position: initial;
    order: 1;
    margin-left: initial;
    margin-bottom: 10px;
    margin-top: 0px;
    width: 100%;
    justify-content: space-between;
  }

  .footer-info .footer-social a:not(:last-child) {
    margin-right: 29px;
  }

  .footer-info a,
  span {
    font-size: 14px;
    line-height: 140%;
  }

  .footer-info > span:first-child {
    order: 2;
  }

  .footer-info > a:nth-child(2) {
    order: 3;
  }

  .footer-info > a:nth-child(3) {
    order: 4;
  }

  /* accordion */

  .accordion-list li:first-child {
    margin-top: 10px;
  }

  .accordion-list li {
    padding: 9px 14px;
    margin-top: 16px;
  }

  .accordion-list li .accordion-title::after {
    right: 17px;
    top: 7px;
  }

  .accordion-list li .accordion-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 20px;
  }

  .accordion-list li.active .accordion-title::after {
    right: 19px;
    top: 10px;
  }

  .accordion-list li div.answer p {
    margin-top: 3px;
  }

  /* main page */

  .main-page-info-more > ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .main-page-cards {
    gap: 10px;
  }

  .main-page-cards {
    margin-top: 100px;
  }

  .main-page-cards > div {
    min-height: 450px;
    padding: 20px 20px 15px 20px;
    background-position: 50%;
  }

  .main-page-cards > div p {
    max-width: 100%;
  }

  .main-page-cards > div h3 {
    margin-bottom: 5px;
  }

  .main-page-bg {
    margin-top: 100px;
    min-height: 350px;
    background-position: 21%;
  }

  .main-page-info {
    margin-top: 40px;
  }

  .main-page-info h2 {
    margin-top: 11px;
    letter-spacing: -0.4px;
  }

  .main-page-info p {
    margin-top: 15px;
  }

  .main-page-info > button {
    margin-top: 23px;
  }

  .main-page-info-more > ul {
    margin-top: 26px;
  }

  .main-page-info-more > ul > li {
    font-size: 18px;
    line-height: 140%;
    margin: 0 0 9px 0;
  }

  .main-page-card {
    margin-top: 90px;
  }

  .main-page-card > div {
    padding: 20px;
    background-position: 23%;
  }

  .main-page-card > div h3 {
    padding-bottom: 5px;
  }

  .main-page-card > div p {
    max-width: 99.8%;
  }

  /* city page */

  .city-page-location {
    margin-top: 61px;
  }

  .city-page-location-list {
    margin-top: 15px;
  }

  .city-page-location-list ul {
    gap: 10px;
  }

  .city-page-location-list ul li {
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.4px;
  }

  /* laboratorie page */

  .laboratorie-page-info {
    margin-top: 60px;
  }

  .laboratorie-page-bg {
    height: 128px;
  }

  .laboratorie-page-info > span {
    font-size: 14px;
    line-height: 140%;
    margin-top: 12px;
  }

  .laboratorie-page-youtube > p {
    line-height: 140%;
  }

  .laboratorie-page-youtube iframe {
    height: 150px;
  }

  .laboratorie-page-list-youtube li {
    font-size: 18px;
    line-height: 140%;
    margin-top: 9px;
  }

  .laboratorie-page-list-youtube li::before {
    width: 8px;
    height: 8px;
  }

  .laboratorie-page-info li {
    font-size: 18px;
    line-height: 140%;
    margin-top: 14px;
    margin-top: 8.9px;
  }

  .laboratorie-page-list-type {
    padding-left: 21px;
  }

  .laboratorie-page-list-type li::before {
    left: -20px;
    width: 7px;
    height: 7px;
  }

  .laboratorie-page-list-type li:nth-child(2n)::before {
    left: -20px;
    width: 5px;
    height: 5px;
    border: 2px solid #137adc;
  }

  .laboratorie-page-list-type li:nth-child(2n) {
    margin-left: 21px;
  }

  .laboratorie-page-accordion {
    margin-top: -1px;
  }

  .laboratorie-page-info li::marker {
    font-size: 20px;
  }

  /* register online page */

  .register-online-page-test {
    margin-top: 60px;
  }

  /* specific page */

  .specific-page-order {
    margin-top: 60px;
  }

  .specific-page-order > div:first-child img {
    height: 162px;
  }

  .specific-page-order > div:last-child {
    margin-top: 26px;
  }

  .specific-page-price {
    margin-top: 16px;
  }

  .specific-page-price span {
    font-size: 14px;
    line-height: 140%;
  }

  .specific-page-price span::before {
    top: 8px;
  }

  .specific-page-count {
    margin-top: 13px;
  }

  .quantity input {
    width: 104px;
    height: 53px;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }

  .quantity-button.quantity-up {
    top: -1px;
  }

  .quantity-button.quantity-down {
    bottom: 5px;
  }

  .specific-page-count button {
    margin-left: 10px;
  }

  .specific-page-info {
    margin-top: 100px;
  }

  .specific-page-bg {
    margin-top: 24px;
  }

  .specific-page-bg img {
    height: 314px;
  }

  .specific-page-accordion {
    margin-top: 30px;
  }

  .accordion-list li {
    margin-top: 13px;
  }

  /* category page */

  .category-page-info {
    margin-top: 60px;
  }

  .category-page-bg {
    height: 128px;
  }

  .category-page-bg {
    margin-top: 15px;
    border-radius: 10px;
  }

  /* blog page */

  .blog-page-info {
    margin-top: 60px;
  }

  .blog-page-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 16px;
    gap: 24px 20px;
  }

  .blog-page-item h3 {
    padding: 0 10px;
  }

  .blog-page-item p {
    padding: 0 10px;
  }

  .blog-page-item-image {
    height: 300px;
  }

  .blog-page-item span {
    font-size: 14px;
    line-height: 140%;
    padding: 0 10px;
    margin-top: 5px;
  }

  .blog-page-info > button {
    margin-top: 25px;
    margin-bottom: 1px;
  }

  /* specific page */

  .specific-article-info {
    margin-top: 60px;
  }

  .specific-article-info > img {
    height: 263px;
    border-radius: 10px;
  }

  .specific-article-info ul {
    margin-top: 6px;
    margin-left: 16px;
  }

  .specific-article-info ul li:not(:first-child) {
    margin-top: 11px;
  }

  .specific-article-info ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }

  .specific-article-info iframe {
    height: 320px;
    margin-top: 22px;
  }

  /* release page */

  .release-page-info {
    margin-top: 60px;
  }

  /* temps condition page */

  .temps-page-info {
    margin-top: 60px;
  }

  /* about us */

  .about-page-info {
    margin-top: 60px;
  }

  .about-page-image img:first-child {
    width: 60.6%;
  }

  .about-page-image img:last-child {
    width: 37.4%;
  }

  .about-page-image {
    margin-top: 24px;
    height: 200px;
  }

  .about-page-image img:first-child {
    margin-right: 10px;
    border-radius: 10px;
  }

  .about-page-image img:last-child {
    width: 35.4%;
    border-radius: 10px;
  }

  .about-page-from {
    margin-top: 20px;
  }

  /* scientists page */

  .scientists-page-info {
    margin-top: 60px;
  }

  .scientists-page-list {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 20px;
    gap: 24.5px 20px;
  }

  .scientists-page-item img {
    height: 490px;
  }

  .scientists-page-item h3 {
    padding: 0 10px;
  }

  .scientists-page-item p {
    padding: 0 10px;
    -webkit-line-clamp: 4;
  }

  /* reviews page */

  .reviews-page-info {
    margin-top: 60px;
  }

  .reviews-page-item span {
    font-size: 14px;
    line-height: 140%;
  }

  .reviews-page-item-rate {
    margin-top: 9px;
  }

  .reviews-page-list .reviews-page-item:not(:last-child) {
    margin-bottom: 25px;
  }

  .reviews-page-list .reviews-page-item:first-child {
    margin-top: 26px;
  }

  .reviews-page-item-rate img:not(:last-child) {
    margin-right: 6.3px;
  }

  .reviews-page-item-rate img {
    width: 20px;
    height: 20px;
  }

  .reviews-page-item p {
    margin-top: 5px;
  }

  /* customer signin */

  .customer-signin {
    padding: 0 20px;
    margin-top: 60px;
  }

  .customer-signin-content {
    margin-top: 16px;
  }

  /* forgot password page */

  .forgot-password-page {
    padding: 0 20px;
    margin-top: 60px;
  }

  /* employment */

  .employment-page-info {
    margin-top: 60px;
  }

  .request-information-from-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  /* contact us */

  .coutact-us-page {
    margin-top: 60px;
  }

  .contact-us-from-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .contact-us-from textarea {
    min-height: 130px;
  }

  .contact-up-table {
    margin-bottom: -28px;
    margin-top: 22px;
  }

  .contact-up-table-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 15.5px;
    padding: 19px 0 17.5px 0;
  }

  .contact-up-table-row > p:first-child {
    grid-column: initial;
    max-width: 100%;
  }

  .contact-up-table-row > div p:first-child {
    margin-bottom: 5px;
  }

  .contact-up-table-row > p:first-child {
    letter-spacing: 0.13px;
  }

  .contact-up-footer-info {
    margin-top: 108px !important;
  }

  /* register page */

  .register-page-info {
    margin-top: 60px;
  }

  .register-page-price-wrapp > div {
    flex-direction: column;
  }

  .register-page-price-wrapp {
    margin-top: 42px;
    padding-bottom: 18px;
  }

  .register-page-price-wrapp img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .register-page-price-count {
    flex-direction: column;
    margin-top: 10px;
    margin-left: initial;
  }

  .register-page-price-count h3 {
    margin-top: 10px;
  }

  .register-page-price-count > div {
    margin-right: 27px;
  }

  .register-page-price-wrapp > div p {
    margin-top: 0px;
  }

  .necessarily span {
    font-size: 23px;
    margin-left: 6px;
  }

  .necessarily-line {
    display: block;
  }

  .necessarily-line span {
    display: inline;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
  }

  .register-page-form-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .register-page-add-wrapp {
    margin-top: 26px;
  }

  .add-additional-child img {
    width: 25px;
    height: 25px;
  }

  /* profile */

  .profile-page-info {
    margin-top: 60px;
  }

  .profile-page-info h2 {
    display: flex;
    align-items: center;
  }

  .profile-page-info h2 img {
    margin-left: 9px;
  }

  .profile-list-item {
    margin-top: 13px;
    padding-bottom: 19px;
  }

  .profile-page-list .profile-list-item:not(:first-child) {
    margin-top: 20px;
  }

  .profile-list-item img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }

  .profile-list-item-line {
    margin-top: 9px;
  }

  .profile-list-item > div p:nth-child(2) {
    margin-right: 0;
    text-align: left;
    min-width: auto;
    margin-left: initial;
  }

  .profile-list-item > div p:nth-child(3) {
    margin-left: initial;
    margin-right: 0;
    white-space: nowrap;
  }

  .profile-list-item > div p:nth-child(5) {
    margin-top: 0px;
  }

  .status {
    font-size: 14px;
    line-height: 140%;
  }

  .profile-list-item > div div:nth-child(4) {
    margin-left: initial;
  }

  /* new business page */

  .new-business-page {
    margin-top: 60px;
  }

  .new-business-page-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 0px;
  }

  .new-business-page textarea {
    min-height: 151px;
  }

  .new-business-page ul {
    padding-left: 16px;
    margin-top: 9px;
  }

  .new-business-page li {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
  }

  .new-business-page li:not(:last-child) {
    margin-bottom: 20px;
  }

  .new-business-page .capcha {
    margin-top: 20px;
  }
}

@media screen and (max-width: 500px) {
  /* common  */

  .common-test-card img {
    height: 170px;
  }

  /* about us */

  .about-page-image {
    margin-top: 24px;
    height: 128px;
  }

  /* blog page */

  .blog-page-item-image {
    height: 152px;
  }

  /* city page */

  .city-page-location-list ul {
    grid-template-columns: repeat(1, 1fr);
  }

  /* register page */

  .choice-action-modal {
    padding: 20px;
    max-width: 280px;
  }

  .choice-action-modal p {
    text-align: center;
  }

  .choice-action-modal a {
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
  }

  /* scientists page */

  .scientists-page-item img {
    height: 280px;
  }

  /* specific article */

  .specific-article-info > img {
    height: 129px;
  }

  .specific-article-info iframe {
    height: 153px;
  }
  .specific-page-order.show-order .test-image {
    width: 30%;
  }
  .show-order .order-form {
    padding-top: 120px;
  }
  .profile-list-item > div {
    grid-template-columns: 50% 50%;
    grid-template-areas:
        "name name"
        "name name"
        "subname subname"
        "subname subname";
  }
}
