@media only screen and (min-width: 480px) {
  h3,
  .section_title {
    font-size: 24px;
  }

  h4,
  .item_title {
    font-size: 18px;
  }

  h5 {
    font-size: 12px;
  }

  .footer_menu > li > a,
  .subscribe_title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 640px) {
  .banner_text .slide_text {
    margin-left: auto;
    max-width: 220px;
  }

  .items_grid-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .item_grid-one:nth-child(2n + 1) {
    border-right: 1px solid var(--border-color);
  }

  .item_grid-info {
    padding: 30px;
    height: calc(100% - 240px);
  }
  /*  .catalog_list .row_wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .catalog_list figure {
    overflow: hidden;
  }
  .catalog_list figure:nth-child(1) {
    border-right: 1px solid var(--border-color);
  }
  .catalog_list figure:nth-child(2n+4) {
    border-right: 1px solid var(--border-color);
  }
  .catalog_list figcaption {
    bottom: -80px;
    transition: bottom 0.3s;
  }
  .catalog_list figure:hover figcaption {
    bottom: 0;
  }*/
  .search_variants li {
    flex: 0 1 33.333%;
  }
}

.header_search {
  font-family: "Pangram";
  text-transform: uppercase;
  text-decoration: none;
  color: var(--link-color);
  font-size: 12px;
  line-height: 1.4;
  display: block;
  margin-left: 18px;
  margin-right: auto;
  padding: 6px;
  transition: 0.3s;
  overflow: hidden;
  margin-left: auto;
  margin-right: 18px;
}
.header_search:hover {
  opacity: 0.5;
}
.header_search .icon {
  display: none;
}
.header_search span {
  display: block;
}
@media only screen and (max-width: 768px) {

  .goods_inner figure figcaption a{
    text-align: center;
    text-transform: unset;
  }
  .goods_inner figure figcaption {
    bottom: 0;
    display: flex;
    justify-content: center;

    position: absolute;

    background: #F8F8FE80;
    backdrop-filter: blur(10px);
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  h1,
  .main_title {
    font-size: 60px;
    font-size: 85px;
  }

  h2,
  .sub_title {
    font-size: 40px;
  }

  .site_header {
    height: 92px;
  }

  .toggle_lang {
    display: flex;
    overflow: hidden;
  }
  .toggle_lang.active ul {
    display: flex;
  }
  .toggle_lang ul {
    display: flex;
    align-items: center;
    margin-right: 8px;
    display: none;
  }
  .toggle_lang li {
    font-family: "Pangram";
    text-transform: uppercase;
    color: var(--link-color);
    font-size: 12px;
    line-height: 1.4;
    padding: 6px;
    opacity: 0.5;
    transition: 0.3s;
  }
  .toggle_lang li:hover {
    opacity: 1;
  }

  .drop_arrow {
    width: 70px;
  }

  .header_search {
    font-family: "Pangram";
    text-transform: uppercase;
    text-decoration: none;
    color: var(--link-color);
    font-size: 12px;
    line-height: 1.4;
    display: block;
    margin-left: 18px;
    margin-right: auto;
    margin-left: auto;
    margin-right: 18px;
    padding: 6px;
    transition: 0.3s;
    overflow: hidden;
  }
  .header_search:hover {
    opacity: 0.5;
  }
  .header_search .icon {
    display: none;
  }
  .header_search span {
    display: block;
  }

  .header_logo {
    top: 56px;
  }

  .open_lang {
    font-family: "Pangram";
    text-transform: uppercase;
    color: var(--link-color);
    font-size: 12px;
    line-height: 1.4;
    padding: 6px;
    transition: 0.3s;
    overflow: hidden;
  }
  .open_lang:hover {
    opacity: 0.5;
  }
  .open_lang span {
    display: block;
  }

  .wishlist_btn {
    margin-left: 18px;
  }

  main {
    padding-top: 92px;
  }

  .site_footer nav {
    padding-top: 32px;
  }

  .footer_menu {
    grid-column-gap: 30px;
  }
  .footer_menu > li > a {
    margin-bottom: 32px;
  }
  .footer_menu > li ul li {
    margin-bottom: 5px;
  }

  .footer_subscribe {
    padding: 48px 30px;
  }

  .subscribe_title {
    margin-bottom: 30px;
  }

  .breadcrumbs {
    left: 30px;
  }

  .footer_menu {
    grid-template-columns: repeat(4, 1fr);
    padding: 0 30px;
  }

  /*.big_slider {
    min-height: calc(var(--vh, 1vh) * 100 - 48px);
  }*/

  .mini_slider .slide {
    padding-left: 30px;
    padding-right: 30px;
  }

  .mini_slider.slick-initialized + .mini_slider-arrows {
    width: 118px;
  }
  .mini_slider.slick-initialized + .mini_slider-arrows a {
    height: 72px;
    padding: 0 30px;
  }

  .banner_text {
    padding: 30px;
  }

  .first_img,
  .second_img,
  .third_img {
    width: 215px;
    height: 290px;
  }

  .first_img {
    margin-bottom: 125px;
  }

  .second_img {
    margin-top: 44px;
  }

  .third_img {
    margin-top: -150px;
  }

  .three_photo.different_photos .first_img {
    width: 230px;
    height: 310px;
  }
  .three_photo.different_photos .second_img {
    width: 193px;
    height: 258px;
  }
  .three_photo.different_photos .third_img {
    margin: -200px 0 24px auto;
    width: 215px;
    height: 288px;
  }

  .text_blog {
    padding: 30px;
  }
  .text_blog .section_title {
    width: calc(100% - 140px);
    margin-left: auto;
    text-align: end;
  }
  .text_blog time {
    left: 30px;
    bottom: 30px;
    max-width: 150px;
  }

  .tile_bottom {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
    height: 138px;
  }
  .tile_bottom .section_title {
    margin-bottom: 0;
  }

  .tiles_text {
    width: 212px;
  }

  .stories-title {
    height: 138px;
  }

  .description figure {
    padding: 160px 30px;
  }

  .desc_images {
    margin-bottom: 100px;
  }

  .description_list li {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
  }
  .description_list li b {
    font-size: 44px;
    margin-bottom: 0;
  }
  .description_list li span {
    font-size: 18px;
    padding-left: 40px;
    max-width: 635px;
    text-align: end;
  }

  .text_banner {
    min-height: 82vh;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 48px;
  }
  .text_banner .dropdown {
    order: 0;
  }

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

  .goods_inner {
    height: calc(100% - 138px);
  }
  .goods_inner .zoom_photo + .zoom_photo {
    border-left: 1px solid var(--border-color);
    border-right: none;
  }

  .goods_inner figure {
    position: relative;
  }

  .goods_inner figcaption {
    transition: bottom 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
    pointer-events: none;
  }

  .goods_inner figure:hover figcaption {
    bottom: 0;
  }

  .goods_control {
    display: flex;
    height: 138px;
  }

  .goods_more {
    justify-content: flex-start;
    padding: 0 30px;
    height: 138px;
    width: 50%;
    border-bottom: none;
  }

  .goods_control-inner {
    border-left: 1px solid var(--border-color);
    height: 138px;
    width: 50%;
  }

  .catalog_filters {
    padding: 50px 0;
  }

  .catalog_list.wish_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .fillters_hidden .toggle_inner {
    top: 105px;
  }

  .arrow_link.catalog_link {
    border-right: 1px solid var(--border-color);
  }
  .arrow_link.catalog_link:nth-child(odd) {
    border-right: none;
  }

  .blog_element figcaption {
    display: grid;
    grid-template-columns: 66.666% 33.333%;
    align-items: center;
  }
  .blog_element .section_title {
    margin: 0;
    font-size: 24px;
    height: 68px;
  }

  .blog_photo {
    height: calc(100% - 138px);
  }

  .blog_info {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 138px;
    border-top: none;
    border-left: 1px solid var(--border-color);
  }
  .blog_info time {
    margin-right: 10px;
    margin-bottom: 15px;
  }

  .header_menu {
    height: calc(var(--vh, 1vh) * 100 - 92px);
  }

  .main_menu {
    padding-right: 130px;
  }
  .main_menu a {
    font-size: 40px;
  }
  .main_menu li:hover img {
    opacity: 1;
  }
  .main_menu img {
    width: 130px;
    height: 175px;
    opacity: 0;
    pointer-events: none;
    transition: 0.5s;
  }

  .logations_select {
    padding: 55px 30px;
  }

  .logations_select .section_title {
    margin-bottom: 25px;
  }

  .country_name {
    padding: 45px 30px;
  }

  .shop_list li {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    padding: 50px 30px;
  }
  .shop_list li .city {
    margin-bottom: 0;
    font-size: 18px;
  }
  .shop_list li .shop_info {
    padding: 0;
    width: 100%;
    font-size: 12px;
  }
  .shop_list li .contacts {
    padding: 0;
    width: 100%;
  }

  .big_form {
    padding: 80px 30px;
  }
  .big_form .main_title {
    margin-bottom: 60px;
  }

  .article_details {
    padding-top: 160px;
  }

  .article_title {
    margin-bottom: 30px;
  }

  .share_article {
    padding: 55px 30px;
  }

  .left_title {
    padding: 0 30px;
  }

  .article_text {
    padding: 0 30px;
  }

  .article_slider {
    overflow: unset;
    flex-wrap: wrap;
    border-bottom: none;
    position: relative;
  }
  .article_slider::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .article_image {
    flex: 0 0 33.333%;
    border-right: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
  }
  .article_image:nth-child(1),
  .article_image:nth-child(2),
  .article_image:nth-child(3) {
    border-top: 1px solid var(--border-color);
  }

  .cantacts_item {
    padding: 30px;
  }

  .contacts_header {
    margin-bottom: 160px;
  }

  .contacts_bottom a + a {
    margin-top: 15px;
  }

  .about_item {
    padding: 30px;
  }
  .about_item:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }
  .about_item:nth-child(odd) .sub_title {
    margin-bottom: 150px;
  }
  .about_item:nth-child(odd) .photo_item {
    margin-bottom: 0;
    height: max-content;
  }
  .about_item:nth-child(odd) .about_text {
    max-width: 330px;
    width: calc(100% - 230px);
    margin: auto 0 0 auto;
  }
  .about_item:nth-child(even) .sub_title {
    width: calc(100% - 213px);
  }
  .about_item:nth-child(even) .photo_item {
    margin-bottom: 95px;
    height: max-content;
  }
  .about_item:nth-child(even) .about_text {
    max-width: 330px;
    width: calc(100% - 230px);
    margin: auto 0 0 auto;
  }

  .about_info {
    min-height: 500px;
  }

  .about_grid .about_botom > img + .about_info {
    margin: 150px auto;
  }

  .production_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .production_grid figure {
    padding: 30px;
  }
  .production_grid figure:nth-child(3n + 1) {
    border-right: 1px solid var(--border-color);
  }
  .production_grid figure:nth-child(3n + 3) {
    grid-column: 1/3;
  }

  .production_photo {
    height: 480px;
  }

  .description_text {
    margin-bottom: 30px;
  }

  .workers .worker_photo {
    height: 502px;
  }
  .workers .item_title {
    margin-bottom: 126px;
  }

  .workers_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .workers_list > li:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }

  .privacy_policy > .main_title {
    padding: 22px 30px;
  }

  .privacy_header {
    padding: 35px 30px;
  }

  .open_info.btn {
    flex: 0 0 70px;
    width: 70px;
  }

  .privacy_body {
    padding: 30px;
  }

  .search {
    padding-left: 30px;
    padding-right: 30px;
  }

  .main_banner {
    min-height: calc(var(--vh, 1vh) * 100 - 92px);
  }

  .search.search_big {
    top: 92px;
    height: calc(var(--vh, 1vh) * 100 - 92px);
  }

  .search_cat-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
  }
  .search_cat-header .sub_title {
    margin-bottom: 0;
    padding-right: 15px;
  }

  .search_banner {
    padding-left: 30px;
    padding-right: 30px;
    flex-direction: row;
  }

  .details_header {
    padding: 30px;
  }

  .details_title {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .details_title .main_title {
    margin-bottom: 0;
  }

  .sizes_wrap,
  .details_wrap {
    padding: 20px;
  }

  .details_description {
    min-height: 110px;
  }

  .details_btns {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .details_share {
    padding: 50px 30px;
  }
  .details_share .arrow_link {
    margin-left: 30px;
  }
  .catalog_list .row_wrap {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog_list figure:nth-child(1),
  .catalog_list figure:nth-child(2),
  .catalog_list figure:nth-child(3) {
    border-right: 1px solid var(--border-color);
  }
  .catalog_list figure.left_large_image {
    grid-column: 1/3;
    grid-row: 1/3;
  }
  .catalog_list figure.right_large_image {
    grid-column: 2/4;
    grid-row: 1/3;
  }
  .catalog_list figure {
    overflow: hidden;
  }
  .catalog_list figcaption {
    transition: bottom 0.3s;
    position: absolute;
    bottom: -80px;
    left: 0;
  }
  .catalog_list figure:hover figcaption {
    bottom: 0;
  }
  .search_variants li {
    flex: 0 1 25%;
  }
}
@media only screen and (min-width: 1024px) {
  a.main_title:hover,
  a.sub_title:hover,
  a.section_title:hover,
  a.item_title:hover {
    opacity: 0.5;
  }
  .footer_menu ul a:hover {
    opacity: 0.5;
  }

  .footer_menu > li > a:hover {
    opacity: 0.5;
  }

  .site_header {
    padding: 34px 25px 0 30px;
  }

  .close_search:hover,
  .open_menu:hover {
    opacity: 0.5;
  }

  .header_logo {
    width: 120px;
  }

  .site_footer {
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
  }

  .site_footer nav {
    /* width: 66.666%; */
  }

  .site_footer {
    /* min-height: 80vh; */
  }

  .footer_subscribe {
    margin-top: 0;
    width: 33.333%;
    min-height: calc(80vh - 78px);
    border-top: none;
    border-bottom: none;
    border-left: 1px solid var(--border-color);
    position: relative;
  }
  .footer_subscribe::after {
    content: "";
    width: 1px;
    height: 78px;
    background-color: var(--border-color);
    position: absolute;
    top: 100%;
    left: -1px;
  }

  .copyright {
    width: 100%;
    padding: 0;
    justify-content: flex-end;
  }

  .copyright_evalendel {
    display: flex;
    align-items: center;
    width: 33.33%;
    height: 100%;
    padding: 0 30px;
  }
  .our_awards {
    position: absolute;
    bottom: 0;
    left: 8px;
  }
  .copyright_sufix {
    display: flex;
    align-items: center;
    width: 33.125%;
    height: 100%;
    padding: 0 30px;
  }
  .copyright_sufix a {
    margin: 0 3px;
  }

  .slide_text {
    max-width: 175px;
    margin-left: auto;
  }

  .banner_two {
    flex-direction: row-reverse;
    height: auto;
    min-height: 420px;
    border-bottom: 1px solid var(--border-color);
  }

  .banner_text {
    width: 50%;
    align-self: stretch;
    height: auto;
    border-left: 1px solid var(--border-color);
  }
  .banner_text .sub_title {
    max-height: 200px;
  }
  .banner_text .slide_text {
    max-height: 195px;
    align-items: flex-start;
  }

  .banner_photo {
    height: auto;
    width: 50%;
  }

  .blog_slider {
    display: flex;
  }

  .text_blog-wrap {
    width: 50%;
    border-bottom: none;
    border-right: 1px solid var(--border-color);
  }
  .text_blog-wrap.slick-initialized::before {
    bottom: 0;
    left: calc(100% + 1px);
  }
  .text_blog-wrap .slick-arrow.slick-prev {
    top: 80px;
    left: 100%;
  }
  .text_blog-wrap .slick-arrow.slick-next {
    bottom: 0;
    left: 100%;
  }

  .blog_slider-arrows {
    width: 118px;
    height: calc(100% - 80px);
  }
  .blog_slider-arrows a {
    height: 72px;
    padding: 0 30px;
  }

  .blog_slider.blog_slider-anim .blog_slider-arrows {
    left: 50%;
  }

  .photo_blog-wrap {
    width: 50%;
  }

  .tile_bottom {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    position: relative;
  }
  .tile_bottom .section_title {
    text-align: end;
  }
  .tile_bottom .arrow_link {
    order: 0;
    padding: 20px;
  }
  .tile_bottom .sub_title {
    display: block;
  }

  .tiles_grid {
    display: grid;
    grid-template-columns: 50% 50%;
  }

  .tiles_element {
    padding: 30px;
    min-height: calc(var(--vh, 1vh) * 60);
  }
  .tiles_element:nth-child(even) {
    background-color: var(--neutral-color);
    color: var(--text-color);
  }
  .tiles_element:nth-child(even) .main_title {
    color: var(--text-color);
  }
  .tiles_element:nth-child(even) a.arrow_link {
    color: var(--text-color);
  }
  .tiles_element:nth-child(even) a.arrow_link .icon {
    fill: var(--text-color);
  }
  .tiles_element:nth-child(4n + 2),
  .tiles_element:nth-child(4n + 3) {
    background-color: var(--sub_main-color);
    color: var(--text-color-contrast);
  }
  .tiles_element:nth-child(4n + 2) .main_title,
  .tiles_element:nth-child(4n + 3) .main_title {
    color: var(--text-color-contrast);
  }
  .tiles_element:nth-child(4n + 2) a.arrow_link,
  .tiles_element:nth-child(4n + 3) a.arrow_link {
    color: var(--text-color-contrast);
  }
  .tiles_element:nth-child(4n + 2) a.arrow_link .icon,
  .tiles_element:nth-child(4n + 3) a.arrow_link .icon {
    fill: var(--text-color-contrast);
  }

  .items_grid-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .item_grid-one:nth-child(2n + 1) {
    border-right: none;
  }

  .item_grid-one:nth-child(3n + 1),
  .item_grid-one:nth-child(3n + 2) {
    border-right: 1px solid var(--border-color);
  }

  .text_banner {
    min-height: 70vh;
  }

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

  .goods_more {
    width: calc(66.666% + 1px);
  }

  .goods_control-inner {
    width: calc(33.333% - 1px);
  }
  .arrow_link.catalog_link:nth-child(odd) {
    border-right: 1px solid var(--border-color);
  }
  .arrow_link.catalog_link:nth-child(2n + 1) {
    border-right: none;
  }

  .blog_info {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 30px 20px 30px 30px;
  }
  .blog_info time {
    margin-bottom: 0;
  }

  .header_menu {
    padding: 30px;
  }

  .main_menu {
    padding-right: 297px;
  }
  .main_menu img {
    width: 297px;
    height: 398px;
    top: 30px;
    right: 30px;
  }

  .sub-main_menu {
    width: 297px;
    margin-left: auto;
  }

  .logations_select {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    grid-gap: 15px;
    padding: 40px 30px;
  }
  .logations_select .section_title {
    margin: 0;
  }
  .logations_select .dropdown {
    margin: 0;
  }

  .shop_list li {
    grid-template-columns: 1fr 1.5fr 1fr;
    align-items: center;
  }
  .shop_list li .shop_info {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
  .shop_list li .shop_info span + span {
    margin: 0;
  }
  .shop_list li .contacts a {
    transition: 0.3s;
  }
  .shop_list li .contacts a:hover {
    opacity: 0.5;
  }

  .big_form .main_title {
    width: calc(100% - 213px);
    margin-bottom: 30px;
    max-width: 890px;
  }
  .big_form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }

  .form_text {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
  }

  .left_title {
    max-width: 666px;
  }

  .article_bottom {
    margin: 0 0 30px 0;
  }

  .contacts_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }

  .cantacts_item {
    display: flex;
    flex-direction: column;
    border-right: 1px solid var(--border-color);
  }
  .cantacts_item:nth-child(3n + 3) {
    border-right: none;
  }

  .contacts_header {
    margin-bottom: 108px;
  }

  .contacts_bottom {
    margin-top: auto;
  }

  .about_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .production_grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .production_grid figure {
    border-right: 1px solid var(--border-color);
  }
  .production_grid figure:nth-child(3n + 3) {
    border-right: none;
  }
  .production_grid figure:nth-child(3n + 3) {
    grid-column: auto;
  }

  .workers_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .workers_list > li {
    border-right: 1px solid var(--border-color);
  }
  .workers_list > li:nth-child(3n + 3) {
    border-right: none;
  }

  .description_text {
    margin-bottom: 50px;
  }

  .about_grid .about_botom {
    grid-column: 1/3;
  }

  item_grid-info .item_title {
    margin-bottom: 105px;
  }
  .search_variants li {
    flex: 0 1 20%;
  }

  .brides_wrap .size_inner li figure {
    position: relative;
    overflow: hidden;
  }

  .size_slider figcaption {
  }

  .size_slider figcaption span {
    padding: 20px;
    position: absolute;
    bottom: -80px;
    letter-spacing: 0;
    width: 100%;
    background-color: var(--site_bg-color);
    transition: 0.3s;
  }

  .size_slider figure:hover span {
    bottom: 0;
  }
}
@media only screen and (min-width: 1280px) {
  body.details_page .breadcrumbs {
    top: 115px;
  }
  .mini_slider {
    min-height: 60vh;
  }
  .mini_slider .slide {
    min-height: 60vh;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .three_photo {
    position: relative;
    padding-top: 148px;
    padding-bottom: 315px;
  }
  .three_photo .three_list {
    margin: 0 auto;
    padding: 0 15px;
    max-width: calc(100% - 460px);
    width: calc(100% - 20px);
  }
  .three_photo .three_list > * + * {
    margin-top: 30px;
  }

  .second_img {
    position: absolute;
    left: 30px;
    bottom: 300px;
    margin: 0;
  }

  .third_img {
    position: absolute;
    bottom: 200px;
    right: 30px;
    margin: 0;
  }

  .three_photo.different_photos {
    padding-bottom: 448px;
  }
  .three_photo.different_photos .three_list {
    max-width: calc(100% - 655px);
  }
  .three_photo.different_photos .first_img {
    width: 213px;
    height: 290px;
  }
  .three_photo.different_photos .second_img {
    width: 330px;
    height: 440px;
    bottom: 305px;
  }
  .three_photo.different_photos .third_img {
    margin: 0;
    width: 358px;
    height: 480px;
    right: 10px;
    bottom: 160px;
  }

  .link_item {
    overflow: hidden;
  }
  .link_item.anim_item a span {
    display: block;
    animation: thee_photo-link 0.9s cubic-bezier(0.5, 0, 0.75, 0);
  }
  .link_item a {
    z-index: 1;
    overflow: hidden;
    position: relative;
  }
  .link_item a span {
    display: block;
  }

  .link_item .show_text {
    transition: 1s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .link_item .hidden_text {
    display: block;
    position: absolute;
    top: 150%;
    left: 0;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .link_item:hover .show_text {
    transform: translateY(-150%);
  }

  .link_item:hover .hidden_text {
    transform: translateY(-150%);
  }

  @keyframes thee_photo-link {
    0% {
      transform: translateY(0) rotateX(0deg);
    }
    100% {
      transform: translateY(0) rotateX(0deg);
    }
  }
  .catalog_list.wish_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog_details {
    display: grid;
    grid-template-columns: 49.3% 50.8%;
    grid-template-rows: 1fr;
  }

  .details_slider {
    grid-column: 1/2;
    grid-row: 1/3;
    border-right: 1px solid var(--border-color);
    border-bottom: none;
  }

  .details_slider-wrap {
    border-bottom: 1px solid var(--border-color);
  }

  .details_share {
    grid-column: 1/3;
    border-top: 1px solid var(--border-color);
    margin-top: -1px;
  }

  .details_info {
    border-right: 1px solid var(--border-color);
  }

  .catalog_details > .details_control {
    display: none;
  }

  .details_info .details_control {
    display: flex;
    position: sticky;
    top: 92px;
    width: calc(100% - 1px);
    transition: 0.5s;
    border-right: none;
    z-index: 1;
  }

  .details_info.header_show .details_control {
    top: 0;
  }

  .details_header {
    width: calc(100% - 1px);
    height: max-content;
    transition: 0.5s;
    background-color: var(--site_bg-color);
    z-index: 8;
  }

  .details_info.header_show .details_header {
    top: 68px;
  }

  .details_header {
    padding: 20px 30px;
  }

  .breadcrumbs.breadcrumbs_details {
    top: 20px;
  }

  .details_description {
    min-height: 250px;
  }

  .sizes_wrap,
  .details_wrap {
    padding: 20px 30px;
  }

  .details_control {
    border-right: 1px solid var(--border-color);
  }
  .privacy_policy > .main_title {
    padding: 38px 30px;
  }

  .privacy_header {
    padding: 50px 30px;
  }

  .item_grid-image {
    height: 340px;
  }
  .item_grid-image img {
    min-height: 340px;
  }

  .brides_wrap .brides_bottom {
    padding: 20px 30px;
  }

  .brides_wrap a.arrow_link {
    padding: 16px 30px;
  }
}
