@media screen and (max-width: 768px) {
  html {
    font-size: 16px !important;
  }
  body {
    font-size: 1rem;
  }
  .content,
  .header_content {
    padding: 0 20px;
  }
  .swiper_content {
    padding: 10px 20px;
  }
  .only_mobile {
    display: block;
  }
  body.fixed {
    padding-right: 0;
  }
  .gap {
    gap: 2rem 1rem;
  }
  .btn,
  .btn_w,
  .btn_line {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 20px;
    min-width: 120px;
  }
  .btn_circle {
    width: 2.5rem;
    height: 2.5rem;
  }
  .swiper_btns {
    gap: 1rem;
  }
  .swiper_btns div {
    width: 2.5rem;
    height: 2.5rem;
  }
  .swiper_btns div::after {
    width: 14px;
    height: 14px;
  }
  .head .subtitle {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .head h1 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head h2 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head .desc,
  .head p {
    font-size: 0.9rem;
    line-height: 1.5rem;
    margin-top: 10px;
    letter-spacing: unset;
    word-spacing: unset;
    max-width: unset;
  }
  .head .btn,
  .head .btn_w,
  .head .btn_line {
    margin-top: 20px;
  }
  .video_pop .pop_content {
    height: auto;
    width: 90vw;
  }
  header .logo img {
    height: 4rem;
  }
  header .btns {
    gap: 20px;
    min-height: 4rem;
  }
  header .btn {
    display: none;
  }
  footer .go_to_top {
    width: 100%;
    bottom: 4rem;
  }
  footer .go_to_top a {
    width: 2.5rem;
    height: 2.5rem;
  }
  footer .go_to_top a::after {
    width: 10px;
    height: 10px;
  }
  footer .footer_main {
    padding: 3rem 0;
  }
  footer .footer_main .flex {
    gap: 0;
    flex-direction: column;
  }
  footer .footer_main strong {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  footer .footer_main .slide_obj {
    width: 100%;
  }
  footer .footer_main .slide_obj.active strong::after {
    transform: translateY(-50%) rotate(180deg);
  }
  footer .footer_main .slide_obj strong {
    font-size: 1rem;
    line-height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    padding: 0 22px;
    position: relative;
  }
  footer .footer_main .slide_obj strong::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(../img/mobile-menu/select.svg) no-repeat center / contain;
    position: absolute;
    right: 22px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    filter: contrast(0) brightness(2);
  }
  footer .footer_main .slide_obj div {
    display: none;
    padding: 0 22px 30px;
  }
  footer .footer_main .slide_obj div li + li {
    margin-top: 14px;
  }
  footer .footer_main .slide_obj div a {
    font-size: 14px;
    display: block;
    font-weight: normal;
  }
  footer .footer_main .slide_obj div p {
    font-size: 0.9rem;
    line-height: 1.5rem;
  }
  footer .footer_main .slide_follow {
    width: 100%;
    order: 4;
    margin-top: 2rem;
  }
  footer .footer_main .slide_follow .social {
    gap: 20px;
    justify-content: space-between;
  }
  footer .footer_main .slide_follow .social a {
    width: 24px;
    height: 24px;
  }
  footer .footer_main .slide_contact {
    width: 100%;
    margin-top: 1rem;
  }
  footer .footer_main .slide_contact li {
    padding-left: 4rem;
    margin-right: 0;
  }
  footer .footer_main .slide_contact li::before {
    width: 3rem;
    height: 3rem;
    background-size: 18px;
  }
  footer .footer_main .slide_contact li a {
    font-size: 18px;
  }
  footer .footer_main .slide_contact li .label {
    font-size: 14px;
    margin-top: 4px;
  }
  footer .footer_main .slide_contact li + li {
    margin-top: 20px;
  }
  footer .footer_bottom {
    padding: 1rem 0;
  }
  footer .footer_bottom .flex {
    gap: 2rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  footer .footer_bottom .flex::after {
    display: none;
  }
  footer .footer_bottom .logo img {
    width: 100px;
  }
  footer .footer_bottom .copyright {
    font-size: 13px;
    margin: 0;
  }
  .footer_contact {
    margin-top: 1rem;
  }
  .footer_contact .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .page_blog {
    padding: 3rem 0;
    overflow: hidden;
  }
  .page_blog .flex {
    gap: 20px 1rem;
  }
  .page_blog .flex .btn_line {
    margin: 0;
  }
  .page_blog h2 {
    margin-top: 0;
  }
  .page_blog .page_blog_swiper {
    margin-top: 2rem;
    overflow: unset;
  }
  .page_blog .swiper_btns.middle {
    position: static;
    width: 100%;
    max-width: unset;
    padding: 0 20px;
    transform: translate(0);
    justify-content: flex-end;
    margin-top: 2rem;
  }
  .page_rnd {
    overflow: hidden;
    padding: 3rem 0;
  }
  .page_rnd .nav {
    gap: 20px 1rem;
    margin-top: 20px;
  }
  .page_rnd .btns {
    gap: 20px;
    width: 100%;
    justify-content: flex-end;
  }
  .page_rnd .btns div {
    width: 10px;
    height: 16px;
  }
  .page_rnd .page_rnd_nav_swiper {
    max-width: unset;
    overflow: unset;
    width: 100%;
  }
  .page_rnd .page_rnd_nav_swiper .nav_list {
    gap: 1.2rem;
  }
  .page_rnd .page_rnd_nav_swiper .nav_item {
    font-size: 16px;
    padding: 12px 0;
  }
  .page_rnd .page_rnd_swiper {
    margin-top: 2rem;
  }
  .page_rnd .page_rnd_swiper .swiper-slide {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .page_rnd .page_rnd_swiper .info {
    padding: 1.2rem 20px;
    border-radius: 12px;
  }
  .page_rnd .page_rnd_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .page_rnd .page_rnd_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .page_rnd .page_rnd_swiper .img {
    border-radius: 12px;
  }
  .page_rnd .swiper_btns {
    right: 1rem;
    bottom: 1rem;
  }
  .page_banner {
    position: relative;
  }
  .page_banner::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    pointer-events: none;
    width: 100%;
    height: 100%;
    background-color: #010913;
    opacity: 0.4;
  }
  .page_banner .flex {
    min-height: unset;
    padding: 3rem 0 4rem;
  }
  .page_banner .head {
    max-width: unset;
    padding: 0;
  }
  .product_list .info {
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 1rem 20px 1.5rem;
  }
  .product_list .info h3 {
    font-size: 18px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .product_list .info ul {
    margin-top: 1rem;
  }
  .blog_list .info {
    margin-top: 1rem;
  }
  .blog_list .metas {
    gap: 1rem;
    padding-bottom: 10px;
  }
  .blog_list .metas .cat {
    grid-template-columns: 7px 1fr;
    gap: 8px;
    font-size: 15px;
  }
  .blog_list .metas .date {
    font-size: 14px;
  }
  .blog_list strong {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
  }
  .blog_list .link {
    transform: translate(0);
    font-size: 14px;
    margin-top: 20px;
  }
  .blog_list .link i {
    width: 2.5rem;
    height: 2.5rem;
  }
  .home_banner {
    margin-bottom: 1rem;
  }
  .home_banner .home_banner_swiper .swiper-slide {
    padding-bottom: 4rem;
  }
  .home_banner .flex {
    min-height: unset;
    padding: 3rem 0;
  }
  .home_banner .head {
    max-width: unset;
    padding: 0;
    width: 100%;
  }
  .home_banner .title {
    font-size: 25px;
    line-height: 1.5;
  }
  .home_banner .swiper_con {
    bottom: 2rem;
    padding: 0 20px;
  }
  .home_banner .swiper_con .home_banner_pagination {
    gap: 5px;
  }
  .home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet {
    font-size: 14px;
    width: 3rem;
    padding-bottom: 5px;
  }
  .home_banner .swiper_con .home_banner_pagination .swiper-pagination-bullet-active {
    width: 3.5rem;
  }
  .home_banner .swiper_con .scroll_tip {
    font-size: 14px;
    gap: 10px;
    margin: 0;
  }
  .home_banner .swiper_con .scroll_tip::after {
    width: 14px;
    height: 24px;
  }
  .home_banner .btns {
    display: none;
  }
  .home_products {
    padding: 3rem 0;
  }
  .home_products .head {
    max-width: unset;
  }
  .home_products .home_products_swiper {
    margin-top: 1.2rem;
  }
  .home_products .swiper_btns.middle {
    position: static;
    width: 100%;
    max-width: unset;
    padding: 0 20px;
    transform: translate(0);
    justify-content: flex-end;
    margin-top: 2rem;
  }
  .home_products p.center:has(.btn_line) {
    margin-top: 2rem;
  }
  .home_equipments {
    padding: 3rem 0;
    margin-top: 0;
  }
  .home_equipments .head {
    max-width: unset;
  }
  .home_equipments .list {
    margin-top: 2rem;
  }
  .home_equipments .item {
    margin-bottom: 3rem;
  }
  .home_equipments .item .flex {
    gap: 1rem;
  }
  .home_equipments .item .img {
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
  }
  .home_equipments .item .info {
    max-width: unset;
    font-size: 0.9rem;
    line-height: 1.5;
    padding: 0;
  }
  .home_equipments .item .info > div:has(ul) + .btn {
    margin-top: 20px;
  }
  .home_equipments .item .info strong {
    max-width: unset;
    padding-bottom: 8px;
  }
  .home_equipments .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 12px;
  }
  .home_equipments .item .info p {
    max-width: unset;
    margin-top: 10px;
  }
  .home_equipments .item .info ul {
    margin-top: 10px;
    display: block;
  }
  .home_equipments .item .info ul li {
    padding-left: 2rem;
  }
  .home_equipments .item .info ul li::before {
    width: 1rem;
    height: 1rem;
    top: 8px;
  }
  .home_equipments .item .info .btn {
    margin-top: 20px;
  }
  .home_equipments .mask_img {
    right: -20px;
    top: 0;
  }
  .home_about {
    padding: 3rem 0;
  }
  .home_about .head {
    max-width: unset;
    padding: 0;
  }
  .home_about .more {
    font-size: 14px;
    gap: 8px;
    margin-top: 20px;
  }
  .home_about .nums {
    width: 100%;
  }
  .home_about .nums li {
    gap: 1rem;
    padding: 12px 0 12px 12px;
  }
  .home_about .nums li:nth-child(even) {
    padding-top: 12px;
  }
  .home_about .nums .data {
    font-size: 1.3rem;
  }
  .home_about .nums .data .num {
    font-size: 1.5rem;
    margin-right: 0;
  }
  .home_about .nums .label {
    font-size: 0.9rem;
    line-height: 1.5;
    max-width: 100px;
    margin-bottom: 0;
  }
  .home_about .items {
    width: 100%;
    margin-top: 2rem;
  }
  .home_about .items > div {
    gap: 1rem;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 0 20px;
    overflow-x: auto;
  }
  .home_about .items > div::-webkit-scrollbar {
    display: none;
  }
  .home_about .items .item,
  .home_about .items .active {
    flex: 1 0 240px;
    height: unset;
  }
  .home_about .items .item a,
  .home_about .items .active a {
    padding: 2rem 20px;
    border-radius: 12px;
  }
  .home_about .items .item .img,
  .home_about .items .active .img {
    opacity: 1;
  }
  .home_about .items .item .img::after,
  .home_about .items .active .img::after {
    height: 100%;
    background-color: #161616;
    opacity: 0.3;
  }
  .home_about .items .item .index,
  .home_about .items .active .index {
    font-size: 14px;
    right: 12px;
    top: 12px;
    color: #fff;
  }
  .home_about .items .item .info,
  .home_about .items .active .info {
    flex: 1;
  }
  .home_about .items .item .info .icon,
  .home_about .items .active .info .icon {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
  }
  .home_about .items .item .info h3,
  .home_about .items .active .info h3 {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 1rem;
    color: #fff;
  }
  .home_about .items .item .btn_circle,
  .home_about .items .active .btn_circle {
    width: 2.5rem;
    height: 2.5rem;
    opacity: 1;
    position: static;
    margin-top: 2rem;
  }
  .home_argument {
    padding: 3rem 0;
    margin: 0;
  }
  .home_argument .home_argument_swiper {
    margin-top: 1.2rem;
  }
  .home_argument .home_argument_swiper .item {
    padding: 2rem 20px;
    border-radius: 12px;
  }
  .home_argument .home_argument_swiper .item::before {
    height: 100%;
    background-color: var(--theme_color);
    border-radius: 12px;
  }
  .home_argument .home_argument_swiper .item .icon {
    width: 3rem;
    height: 3rem;
    transform: translate(0);
    opacity: 1;
    margin: 0;
  }
  .home_argument .home_argument_swiper .item .info {
    transform: translate(0);
    margin-top: 1rem;
  }
  .home_argument .home_argument_swiper .item .info h3 {
    font-size: 18px;
    line-height: 1.5;
    transform: translate(0);
    color: #fff;
  }
  .home_argument .home_argument_swiper .item .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    opacity: 1;
    margin-top: 10px;
    transform: translate(0);
  }
  .home_argument .home_argument_swiper .item .info i {
    width: 1rem;
    height: 1rem;
    opacity: 1;
    margin-top: 20px;
    transform: translate(0);
  }
  .home_argument .swiper_btns {
    display: none;
  }
  .home_argument .watermark {
    font-size: 5rem;
  }
  .home_argument .mask_img {
    left: -20px;
    top: 0;
  }
  .home_aguntur {
    padding: 4rem 0;
    margin: 1rem 0;
    overflow: hidden;
  }
  .home_aguntur .home_aguntur_swiper {
    overflow: unset;
    margin-top: 2rem;
    margin-right: 0;
  }
  .home_aguntur .home_aguntur_swiper .info {
    margin-top: 1rem;
  }
  .home_aguntur .home_aguntur_swiper .info h3 {
    font-size: 18px;
    line-height: 1.5;
  }
  .home_aguntur .home_aguntur_swiper .info p {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .blog_nav .nav_list {
    width: calc(100% + 40px);
    margin: 0 -20px 0;
    padding: 0 20px;
    overflow-x: auto;
    flex-wrap: nowrap;
    white-space: nowrap;
    gap: 2rem;
  }
  .blog_nav .nav_list::-webkit-scrollbar {
    display: none;
  }
  .blog_nav .nav_item {
    font-size: 16px;
    padding: 14px 0;
  }
  .blog_nav .nav_item::after {
    bottom: 0;
    height: 2px;
  }
  .blog_main {
    padding: 3rem 0;
  }
  .blog_main .list > ul {
    grid-template-columns: 1fr;
    gap: 3rem 1rem;
  }
  .blog_main p.center:has(.btn_line) {
    margin-top: 3rem;
    min-height: 43px;
  }
  .post_main {
    padding: 2rem 0 3rem;
  }
  .post_main h1 {
    font-size: 22px;
    line-height: 1.5;
    max-width: unset;
  }
  .post_main .breadcrumbs {
    line-height: 20px;
    min-height: 20px;
    margin-top: 1rem;
  }
  .post_main .breadcrumbs span {
    font-size: 14px;
  }
  .post_main .breadcrumbs span span::before {
    margin: 0 10px 0 8px;
  }
  .post_main .head .img {
    border-radius: 12px;
    margin-top: 1rem;
  }
  .post_main .postdetail {
    font-size: 0.9rem;
    line-height: 1.5;
    margin-top: 2rem;
    padding-bottom: 2rem;
  }
  .post_main .postdetail h2 {
    font-size: 18px;
    line-height: 1.5;
    margin: 2rem 0 1rem;
  }
  .post_main .postdetail h3 {
    font-size: 16px;
    line-height: 1.5;
    margin: 1rem 0;
  }
  .post_main .postdetail p {
    margin: 10px 0;
  }
  .post_main .postdetail ul {
    margin: 12px 0;
  }
  .post_main .postdetail ul li {
    padding-left: 1.2rem;
  }
  .post_main .postdetail ul li::before {
    width: 7px;
    height: 7px;
    top: 7px;
  }
  .post_main .postdetail ul li + li {
    margin-top: 10px;
  }
  .post_main .postdetail img {
    margin: 2rem 0;
  }
  .post_main .tags-box {
    margin-top: 2rem;
  }
  .post_main .tags-box .flex {
    gap: 1rem;
  }
  .post_main .tags {
    gap: 10px;
    font-size: 16px;
  }
  .post_main .tags span {
    margin-right: 8px;
  }
  .post_main .tags p {
    font-size: 14px;
    padding: 6px 2rem;
  }
  .post_main .share {
    gap: 1rem;
    margin-top: 0;
  }
  .post_main .share a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .products_main {
    padding: 4rem 0 3rem;
  }
  .products_main::before {
    width: 100px;
    height: 100px;
  }
  .products_main .left {
    width: 100%;
    position: unset;
  }
  .products_main .head {
    gap: 1rem;
  }
  .products_main .head h2 {
    font-size: 22px;
  }
  .products_main .head .reset {
    font-size: 14px;
    margin-top: 0;
  }
  .products_main .head .btn_filter {
    width: 22px;
    height: 22px;
    display: block;
    content: '';
    background: url("../img/mobile-menu/nav-btn.svg") no-repeat center / contain;
    margin-right: auto;
    cursor: pointer;
  }
  .products_main .products_sidebar {
    margin-top: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    transition: all 0.3s;
  }
  .products_main .products_sidebar.active {
    pointer-events: all;
  }
  .products_main .products_sidebar.active .close {
    opacity: 1;
  }
  .products_main .products_sidebar.active .con {
    opacity: 1;
    transform: translate(0);
  }
  .products_main .products_sidebar .close {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s;
    opacity: 0;
  }
  .products_main .products_sidebar .con {
    position: absolute;
    left: 0;
    top: 0;
    width: min(300px, 80vw);
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0 0 0/10%) 0 0 24px;
    transition: all 0.3s;
    opacity: 0;
    transform: translateX(-100%);
  }
  .products_main .products_sidebar .con .close_box {
    padding: 32px 20px 20px;
    border-bottom: 1px solid #eee;
    text-align: right;
  }
  .products_main .products_sidebar .con .close_box .close {
    display: inline-block;
    width: 15px;
    height: 15px;
    filter: brightness(0);
    background: url('../img/mobile-menu/close.svg') no-repeat center / contain;
    cursor: pointer;
    transition: all 0.3s;
  }
  .products_main .products_sidebar .con .close_box .close:hover {
    transform: rotate(180deg);
  }
  .products_main .products_sidebar .con .close_box + div {
    flex: 1;
    overflow: auto;
    padding: 1.2rem 0;
  }
  .products_main .products_sidebar .con .close_box + div::-webkit-scrollbar {
    width: 5px;
  }
  .products_main .products_sidebar .con .close_box + div::-webkit-scrollbar-thumb {
    background: #888888;
    border-radius: 10px;
  }
  .products_main .products_sidebar .title {
    font-size: 18px;
    line-height: 1.5;
    padding: 1.2rem 20px;
    gap: 10px;
  }
  .products_main .products_sidebar .title i {
    width: 2.5rem;
    height: 2.5rem;
    margin-top: 0;
  }
  .products_main .products_sidebar .title::after {
    width: 14px;
    height: 14px;
    margin-top: 4px;
  }
  .products_main .products_sidebar .box {
    padding: 0 20px 1.2rem;
  }
  .products_main .products_sidebar .slide_obj .title {
    font-size: 16px;
    padding: 12px 0;
  }
  .products_main .products_sidebar .slide_obj .terms {
    padding-bottom: 10px;
  }
  .products_main .products_sidebar .terms li {
    padding-left: 1.6rem;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .products_main .products_sidebar .terms li::before {
    width: 14px;
    height: 14px;
  }
  .products_main .products_sidebar .more {
    font-size: 16px;
    margin: 10px 0;
  }
  .products_main .list {
    max-width: unset;
    margin: 0;
  }
  .products_main .list > ul {
    grid-template-columns: 1fr;
    gap: 2rem 1rem;
  }
  .products_main p.center:has(.btn_line) {
    margin-top: 2rem;
    min-height: 43px;
  }

  .custom_touch {
    padding: 4rem 0;
    margin-bottom: 0;
  }
  .custom_touch .head .desc {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
  .custom_touch .form {
    margin-top: 2rem;
  }
  .custom_touch .form form {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .custom_touch .form span {
    width: 100%;
  }
  .custom_touch .form input,
  .custom_touch .form textarea {
    padding: 0.7rem 1rem;
    font-size: 15px;
    border-radius: 5px;
  }
  .custom_touch .form textarea {
    height: 334px;
  }
  .custom_touch .form .textarea {
    grid-area: unset;
    order: 2;
  }
  .custom_touch .form .submit {
    grid-column: unset;
    order: 3;
    margin-top: 1rem;
  }
  .custom_touch .form .submit input {
    padding: 0.7rem 1.6rem;
    line-height: 1.5;
  }
  .product_main ul.products{
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
  .btn,
  .btn_w,
  .btn_line {
    font-size: 16px;
  }
  .head .subtitle {
    font-size: 15px;
  }
  .head h1 {
    font-size: 34px;
  }
  .head h2 {
    font-size: 28px;
  }
  .head .desc,
  .head p {
    font-size: 16px;
    margin-top: 12px;
  }
  .home_banner .title {
    font-size: 34px;
  }
  .home_products .home_products_swiper .flex {
    flex-direction: row;
  }
  .home_products .home_products_swiper .img {
    width: 48%;
    padding-bottom: 48%;
  }
  .home_products .home_products_nav_swiper .swiper-slide {
    width: 65px;
    height: 65px;
  }
  .home_about .nums ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 1rem;
  }
  .blog_main .list > ul {
    grid-template-columns: 1fr 1fr;
  }
  .products_main .list > ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .home_equipments .item .img {
    width: 48%;
    padding-bottom: 48%;
  }

  div.search-block div.content {
    height: 100%;
  }

  div.search-block {
    height: calc(100vh - 150px);
  }

  div.search-block.active {
    transform: translate(0);
  }

  div.search-block .searchform {
    padding-top: 2rem;
    display: grid;
    align-items: center;
    grid-template-columns: 1fr auto;
    gap: 12px;
  }

  div.search-block .searchform input[type='text'] {
    height: 42px;
    min-width: unset;
    width: 100%;
    font-size: 22px;
  }

  div.search-block .searchform input[type='submit'] {
    display: block;
    width: 20px;
    filter: contrast(0) brightness(0);
    height: 20px;
    background: url(../img/icon-search.svg) no-repeat center/contain;
  }
}
