
html, body {
  height: 100%;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
background-color: black;
    font-family: 'Montserrat';
}

.name-collection{
        color: #fff;
    margin-top: 150px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 28px;
}

.fullscreen-logo {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100vh;
    align-items: center;
}

.fullscreen-logo .logo-b {
    display: none;
        padding: 0px 55px 0px 55px;
}

.text-c {
    display: none;
    text-align: center;
    color: rgb(174, 174, 174);
    font: 12px / 18px "Roboto", sans-serif;
    position: absolute;
    bottom: 15px;
}



.content-home {
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* распределяет содержимое */
  align-items: center;
  background-color: #000;
  color: #fff;
  font-family: 'Montserrat';
  text-align: center;
  margin: 0;
  padding: 0;
}


.swiper-gallery {
  display: flex;
  gap: 20px;
}



.mySwiper {
    width: 121px;
    height: 943px;
}

.mySwiper2 {
  width: 100%;
  height: 100%;
}

.mySwiper .swiper-slide {
  height: auto;
  opacity: 0.4;
  cursor: pointer;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper img,
.mySwiper2 img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}



.container {
  flex: 1; /* занимает всё доступное вертикальное пространство */
  display: flex;
  justify-content: center; /* горизонталь */
  align-items: center;     /* вертикаль */
}

header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.79%;
    justify-content: space-between;
    border-bottom: 1px solid rgba(128, 128, 128, 0.50196078);
    width: 100%;
    z-index: 9;
    transition: 0.3s;
}

header .logo {
    max-width: 304px;
    transition: 0.3s;
    width: 56%;
}

.big-photo-block .category-name{
        display: none;
    }
header .menu-btn {
    display: none;
    z-index: 9;
    width: 50px;
    height: 50px;
    position: relative;
    justify-content: center;
    align-items: center;
}

header .menu-btn-active span:before {
    transform: rotate(45deg);
}

header .menu-btn span:before {
    content: '';
    transform: translatey(-6px);
}

header .main-menu {
    transition: 0.3s;
}

header .menu-btn span:before {
    content: '';
    transform: translatey(-6px);
}

header .menu-btn span:after {
    content: '';
    transform: translatey(6px);
}

header .menu-btn span, header .menu-btn span:before, header .menu-btn span:after {
    height: 2px;
    width: 20px;
    color: white;
    background-color: white;
    position: absolute;
    transition: 0.3s;
}

header ul, footer ul {
    display: flex;
    width: 364px;
    padding: 0;
    justify-content: space-between;
    transition: 0.3s;
}

header ul li, footer ul li {
    color: white;
    text-transform: uppercase;
}

header ul li a, footer ul li a {
    font-family: 'Montserrat';
    display: block;
    position: relative;
    transition: 0.3s;
}

header ul li a:hover:before, footer ul li a:hover:before {
    width: 100%;
    left: 0;
}

header ul li a:before, footer ul li a:before {
    content: '';
    position: absolute;
    background-color: white;
    bottom: -3px;
    width: 0;
    height: 2px;
    right: 0;
    transition: 0.3s;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.display_content:first-of-type {
    margin-top: 91px;
}

.logo-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
     padding: 76px 100px 0 100px;
}

.socials {
  margin-top: auto;
  display: flex;
  gap: 1.5rem;
  font-size: 24px;
  padding-bottom: 1rem;
      justify-content: center;
}

footer {
  font-size: 0.8rem;
  color: #ccc;
  padding-bottom: 1rem;
  text-align: center;
}

.logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
}

.button {
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
      width: 200px;
    margin: 1rem auto;
    margin: 90px auto;
     text-align: center;
   
}

.button:hover {
  background-color: #fff;
  color: #000;
}



.socials a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.socials a:hover {
  color: #aaa;
}

footer p{
	margin: 0 0 10px;
}

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}
p {
    margin: 0 0 1.75em;
}


a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
    background-size: cover;
}

.display_content {
    margin-bottom: 75px;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.display_content section {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2.6% 3.125%;
    color: white;
    font-family: 'Raleway';
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
    text-transform: uppercase;
    bottom: 50px;
}


.display_content section h2 {
    margin: 0;
    font-size: 27px;
    font-family: 'Montserrat';
}

.display_content section .collection_title {
    font-size: 17px;
}

.display_content section .collection_title p {
    margin: 30px 0;
}

.display_content section .check_collection {
    font-size: 18px;
    border: 1px solid white;
    display: block;
    align-self: center;
    background-color: black;
    padding: 15px 30px;
}

.inside-collection {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.contact_us {
    flex-flow: column;
    align-items: center;
    margin-bottom: 220px;
    margin-top: 145px;
}

.contact_us .logo {
    max-width: 480px;
    padding: 0 15px;
    margin-bottom: 125px;
}

.contact-us-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-us-content .form-block {
    max-width: 616px;
    width: 100%;
    position: relative;
}

.contact-us-content .contact-discription {
    max-width: 306px;
    width: 100%;
    color: white;
    padding: 2.1% 2.62%;
    background-color: #212121;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    font-family: 'Raleway';
    font-weight: 500;
}


.contact-us-content .form-block input, .contact-us-content .form-block textarea {
    border: 0;
    background-color: #212121;
    color: white;
    width: 85%;
    font-family: 'Raleway';
    font-weight: 500;
    resize: none;
    margin-bottom: 30px;
    padding: 14px 35px;
    text-transform: uppercase;
}

.contact-us-content .contact-discription span {
    text-transform: uppercase;
    font-size: 24px;
}

.contact-us-content .contact-discription .state {
    font-weight: 300;
    line-height: 28px;
    font-size: 16px;
}

.contact-us-content .contact-discription .social_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    font-size: 21px;
}

.collection-item {
    margin: 15px;
    flex: 0 1 400px;
}

.collection-item {
    display: flex;
}


.collection-item-swiper {
    margin: 15px;
    flex: 0 1 400px;
}

.collection-item-swiper {
    display: flex;
}

.collection-item-swiper a .collection-item-name {
    position: absolute;
      bottom: 30px;
    right: 40px;
    color: white;
    font-size: 20px;
    font-weight: 300;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.collection-item a {
    display: block;
    height: inherit;
    position: relative;
}

.collection-item:hover > a:before {
    height: 100%;
}

.collection-item a:before {
    content: '';
    background: linear-gradient(to top, #131212 0, transparent 25%);
    background: -webkit-linear-gradient(bottom, #131212 0, transparent 25%);
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    bottom: 0;
}

.collection-item img {
    object-fit: cover;
    height: 100%;
}

.collection-item a .collection-item-name {
    position: absolute;
    bottom: 10px;
    right: 15px;
    color: white;
    font-size: 20px;
    font-weight: 300;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.collection-item:hover > a .collection-item-name {
    opacity: 1;
}

.big-card-block {
    display: flex;
    align-items: flex-start;
    width: 100%;
    max-width: 1750px;
    margin: 0 auto;
    padding-top: 150px;
}

.big-photo-block {
    width: 100%;
    max-width: 750px;
    margin-right: 70px;
    margin-left: 80px;
}





img {
    height: auto;
}

.big-card-block .name-links h1 {
    margin: 0 auto;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}



.big-card-block .name-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 65px;
    padding-bottom: 75px;
    border-bottom: 1px solid #fff;
    position: relative;
}
.big-photo-block .name-links {
    display: none;
}

.img-container {
    display: flex;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 750px;
}


.big-photo-block .big-list-photo {
    max-width: 25%;
    margin-right: 20px;
    float: left;
}

.big-photo-block .big-list-photo {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
}

.big-photo-block .big-list {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.big-list .slick-list {
    padding: 0 !important;
}

.big-list .slick-track, .big-list .slick-track .slick-slide {
    width: 184px !important;
}

.big-photo-block .big-list-photo .slick-slide {
    margin-bottom: 20px;
}

.slider-for.big-main {
    width: 70%;
    max-height: inherit;
    float: right;
}

.slider-for.big-main {
    max-width: 600px;
}

.big-main img {
    width: 100%;
    max-width: 596px;
}

.item-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    margin-bottom: 30px;
}

.custom_paging {
    padding: 5px 16px;
    position: absolute;
    top: 20px;
    right: 30px;
    font-family: 'Montserrat';
    color: rgb(255, 255, 255);
    letter-spacing: 3px;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 24px;
}

.custom_paging li {
    display: none;
    transition: .3s;
}

.custom_paging li.slick-active {
    display: block;
}

.big-card-block .big-text-block {
    /* flex: 0 1 800px; */
    width: 100%;
    max-width: 800px;
    padding-right: 10px;
}


.big-card-block .name-links h1 {
    margin: 0 auto;
    margin-right: 20px;
    margin-left: 20px;
    font-size: 38px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.big-card-block .big-title {
    display: block;
    margin-bottom: 25px;
    font-size: 24px;
        color: #ffffff;
    text-align: left;
    padding-left: 25px;
    padding-right: 25px;
}

.big-card-block .big-description {
  
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    line-height: 32.47px;
        text-align: left;
    padding-left: 25px;
    padding-right: 25px;

}

.wp-block-video video{
    height:660px;
}

.wp-block-embed iframe {
    width: 100%;
    height: 547px;
}

.mySwiper3 {
  width: 100%;
  padding: 0px 0px 20px 0px;
}

.mySwiper3 .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

h2.gold_title {
    margin-bottom: 20px;
        color: #fff;
    text-align: center;
    margin-top: 50px;
   
}

.mySwiper3 .swiper-slide {

  text-align: center;
  font-size: 18px;

}

.wpcf7 form .wpcf7-response-output{
    color: #fff;
}


header .menu-btn-active span {
    height: 0;
}
header .menu-btn span, header .menu-btn span:before, header .menu-btn span:after {
    height: 2px;
    width: 20px;
    color: white;
    background-color: white;
    position: absolute;
    transition: 0.3s;
}

header .menu-btn-active span:after {
    transform: rotate(-45deg);
}


header .menu-btn span:after {
    content: '';
    transform: translatey(6px);
}

.mobile-menu {
    display: none;
    position: fixed;
    top: 65px;
    background: black;
    left: 0;
    color: white;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(128, 128, 128, 0.50196078);
    margin-top: -20px;
    padding-top: 20px;
    z-index: 7;
}

.mobile-menu ul {
    width: 100vw;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.mobile-menu ul a {
    display: flex;
    width: 100vw;
    justify-content: center;
    padding: 10px;
    line-height: 31px;
    text-transform: uppercase;
    font-family: 'Montserrat';
}

@media (max-width: 1024px) {
       .collection-item {
        flex-basis: 100%;
    }
        .collection-item a:before {
        height: 100%;
    }
        .collection-item a .collection-item-name {
        opacity: 1;
    }
}

@media (max-width: 768px){
    .name-collection{
        color: #fff;
    margin-top: 115px;
    text-align: center;
    font-size: 30px;
    margin-bottom: 28px;
}

h2.gold_title{
    margin-top: 0px;
}
        .contact_us {
        padding: 0 15px;
        margin-top: 105px;
        margin-bottom: 0px;
    }

        header .menu-btn {
        display: flex;
    }

        .contact_us .logo {
        display: none;
    }

        .contact-us-content {
        flex-direction: column-reverse;
    }

    .contact-us-content .contact-discription {
        margin-bottom: 30px;
        max-width: inherit;
        min-height: 35vh;
    }

    .contact-us-content .form-block input, .contact-us-content .form-block textarea {
        width: 100%;
    }
    .catalog-wrap, .big-card-block {
        padding-top: 110px;
    }

    .swiper-gallery {
    flex-direction: column;
  }

  .big-card-block{
    flex-direction: column;
  }

  .big-text-block .category-name{
    display: none;
  }

  .mySwiper {
    width: 100%;
    height: auto;
    order: 1;
  }

  .mySwiper2 {
    height: auto;
    order: 2;
  }

  .mySwiper .swiper-slide {
    width: auto;
    height: auto;
  }

    .big-photo-block {
        max-width: 96%;
        margin-right: 10px;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .wp-block-embed iframe {
    width: 100%;
    height: 190px;
}

    .big-photo-block .category-name{
        display: block;
    }

        .big-card-block .name-links {
        margin-bottom: 30px;
        padding-bottom: 35px;
    }

    .big-photo-block .name-links {
        display: flex;
    }

        .name-links a img {
        height: 30px;
    }

        .img-container {
        display: flex;
        flex-direction: column-reverse;
    }

        .img-container {
        max-width: 800px;
    }

    .big-photo-block .big-list-photo {
        margin-right: 0;
        margin-left: 0;
    }

        .slider-for.big-main, .big-photo-block .big-list-photo {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }

        .big-list .slick-track {
        display: flex;
        flex-wrap: nowrap;
        width: 100% !important;
    }

    .big-list .slick-track .slick-slide {
        margin: 6px 5px;
        width: auto !important;
    }

        .slider-for.big-main {
        margin-bottom: 0;
        width: 100%;
        max-width: 100%;
    }

        .custom_paging {
        top: 10px;
        right: 20px;
        font-size: 14px;
    }

        .big-card-block .big-text-block {
        margin-bottom: 55px;
    }

        .big-card-block .big-text-block {
        flex: auto;
        padding-right: 0;
    }

    .big-card-block .name-links {
        margin-bottom: 30px;
        padding-bottom: 35px;
    }

    .big-text-block .name-links {
        display: none;
    }

    .big-card-block .big-description {
        line-height: 26px;
                margin-bottom: 40px;
    }

    .wp-block-video video{
        height: 100%;
    }

    .big-card-block .name-links h1 {
        font-size: 30px;


    }

.big-card-block .name-links {
        margin-bottom: 30px;
        padding-bottom: 35px;
    }



.button {
  margin-top: 1rem;
  padding: 0.8rem 1.5rem;
  border: 1px solid #fff;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background-color 0.3s, color 0.3s;
  width: 200px;
  margin: 1rem auto;
  width: 324px;
  margin: 90px auto;
  font-size: 30px;

}

    header .main-menu {
        opacity: 0;
        display: none;
    }

        header {
        margin-bottom: 20px;
        padding: 11px 15px 11px 15px;
    }

    .socials{
        gap: 1rem;
    }

    .collection-item{
        margin: 20px;
        margin-bottom: 20px;
    }

    header .menu-btn {
        display: flex;
                text-align: center;
    }

.socials {
  font-size: 20px; 
}
.display_content {
  margin-top: 57px;
}
.display_content section {
  position: relative;
  bottom: 0px;
}
.display_content {
  flex-wrap: wrap;
}


}