@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Gravitas+One&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poiret+One&family=Poppins:ital,wght@0,100;0,400;0,700;1,100&display=swap');
* {
    margin: 0;
    padding: 0;
}
@font-face {
    font-family:"Futura PT Cond Book";
    src: url(/fonts/FuturaPTCond-Book.woff2)format('woff2'); 
    font-weight: 400; 
    font-style: normal; 
    font-display: swap;
}

body {
    padding-top: 100px;
    overflow-wrap: break-word;
    margin: 0;
    width: 100%;
}

a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

.wrapper {
    min-height: 100vh;
    background: #ffffff;
    width: 100%;
    display: flex; 
    flex-direction: column; 
    overflow: hidden;
}
.content {
    margin: 0 auto;
    width: 100%;
    flex: 1 1 auto;
}
.header { 
    background-color: #fff;
    height: 100px;
    position: fixed;
    width: 100%;
    display:flex;
    justify-content: center;
    z-index: 1000;
    top: 0;
    left: 0;
    transition: transform  .2s linear;
}

.header.hide {
    transform: translateY(-100px);
}

.headerheader { 
    width: 73.68%;
    margin: 40px auto;
    height: 100px;
    position: fixed;
    display:flex;
    justify-content: center;
}

header.logo {
    font-size: 29px;
    font-weight: 700;
    
}

header li {
    list-style: none;
}
header a {
    text-decoration: none;
    color: #000;
    font-size: 1rem;
}

.navbar .logo{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
}
.navbar {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.navbar .links {
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    display: flex;
    justify-content: right;
    gap: 10vw;
}

.navbar .toggle_btn {
    color: #000;
    font-size: 1.5rem;
    cursor: pointer;
    display: none;
    margin-top: -0.625vh;
}
.action-btn {
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    border: 1px transparent;
    outline: none;
    cursor: pointer;
    margin-top: -0.5rem;
    margin-bottom: 70px;
    padding: 9px 17px;
    border-radius: 50px;
    transition:  1200ms ease;
    background-color:rgb(0, 0, 0, 0);
}
header li:not(.action-btn) a:hover {
    color: #754444;

}
.action-btn:hover {
    border: 1px solid;
    background-color:rgb(0, 0, 0, 0);
}

/*DROPDAWN MENU*/
.dropdown {
  position: absolute;
  right: 2rem;
  top: 100px;
  width: 300px;
  background: #f7b3d4;
  backdrop-filter: blur(15px);
  border-radius: 10px;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transition: max-height 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
              opacity 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1000;
  margin-right: 1rem;
}

/* Когда меню открыто */
.dropdown.open {
  max-height: 500px; /* достаточно большое число */
  opacity: 1;
  pointer-events: auto;
}

/* Стили списка */
.dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dropdown li {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  padding: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdown li a {
  text-decoration: none;
  color: #000;
  width: 100%;
  display: flex;
  justify-content: center;
}
.dropdown .action-btn {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: auto;
}
.dropdown .action-btn:hover {
  background-color: #f7b3d4;
}
/*АДАПТИВНАЯ ВЕРСТКА ХИДЕРА*/

@media (max-width:960px) {
    .navbar .links,
    .navbar .action-btn{
        display: none;
    }
    .navbar .toggle_btn {
        display: block;
    }
    .dropdown.open {
        display: block;
        margin-right: 2rem;
    }
}
@media (max-width:500px){
    .dropdown.open {
    left: 1.2rem;
    width: unset;
    margin-right: -0.5rem;
}
}
@media (max-width:400px){
    .dropdown.open {
    width: unset;
    margin-right: -0.5rem;
}
}
.vidosikglavfon{
    display: flex;
    width: 73.68%;
    margin: 0 auto ;
    justify-content: center;
    align-items: center;

}
.video-player{
    width: 100%;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.logoglav,
.excluszagolovok{
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
@media(max-width:1440px){
    .logoglav,
    .excluszagolovok{
    width: 50%;
    }
}
@media(max-width:960px){
    .logoglav,
    .excluszagolovok{
    width: 62.5%;
    }
}
@media(max-width:520px){
    .logoglav,
    .excluszagolovok{
    width: 75%;
    }
}
.vidosikfon {
    width: 73.68%;
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    padding-bottom: 50px ;
}

.video-hud{
    margin-top: -40px;
    padding-left: 10px;
    display: flex;
    gap: 10px;
    z-index: 100;
}
.video-hud__action, .video-hud__mute{
    width: 20px;
    height: 20px;
    display: flex;
    background-color: rgb(0, 0, 0, 0);
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    z-index: 100;
}
.video-hud__action_play > .fa-play  {
    display: none;
}
.video-hud__action_play > .fa-pause  {
    display: block;
}
.video-hud__action_pause > .fa-play  {
    display: block;
}
.video-hud__action_pause > .fa-pause  {
    display: none;
}

i.fa-play, i.fa-pause, i.fa-volume-low, i.fa-volume-xmark {
    cursor: pointer;   
    font-size: 17.5px;
    color: #fff;
    padding-top: 2.5px;
}

.collection {
    position: relative;
    justify-content: center;
    display: flex;
}

.collection-info h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 3.5vh;
    margin-top: 5vh;
    text-align: center;
}


.collection-info h2 {
    font-family: "Poiret One", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3vh;
    margin-top: 25px;
    text-align: center;
    color: #f88fc2;
    padding-bottom: 25px;
}
.texttermo{
    text-align: center;
    color: #f88fc2;
    letter-spacing: 1px;
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    
}
.glavnay {
    width: 73.68%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    overflow: hidden;


}
.krasotka{
    width: 100%;
}
.glavimg{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.FullArea {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px
}
.blockslider {
    display: flex;
    width: 80%;
    height: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.textinda {
    padding-top: 40px;
}

.pointsAreaSize {
    width: 25%;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: 5%;
    padding-bottom: 25px;
    box-sizing: border-box;
    z-index: 5;
}

.point {
    width: 7.5%;
    height: 2.5px;
    background: #f7b3d4;
    border-radius: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.point:hover {
    background: #f88fc2;
    transform: scale(1.2);
}

.slideimg {
    width: 62.5%;
    overflow: hidden;
    position: relative;
}

.imgSlider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45vh;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.imgSlider.active {
    opacity: 1;
    position: relative;
    z-index: 2;
}

.activePoint {
    background: #f88fc2;
}

.btnAreaSize {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 10px;
    box-sizing: border-box;
    z-index: 10;
}

i.fa-angle-left, i.fa-angle-right {
    color: #f88fc2;
    font-size: 1.25em;
    cursor: pointer;
    font-weight: 800;
    transition: color 0.3s;
}
i.fa-angle-left:hover, i.fa-angle-right:hover {
    color: #d66ba1;
}

.blockArrow {
    display: flex;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    transition: background-color 0.3s;
}
.blockArrow:hover {
    background-color: #f0e6e6;
}

@-webkit-keyframes Animation {
    0% {opacity: 0;}
    100% {opacity: 1;}
}
@media(max-width:960px){
    .blockslider {
    padding: 25px 0;
    }
    .imgSlider{
    height: 35vh;
}
}
@media(max-width:768px){
    .glavnay{
    display: flex;
    flex-direction: column;
    
    }
    .textinda{
    width: 100%;
    }
    .imgSlider{
    height: 50vh;
    }
    .blockslider {
    padding: 60px 0;
    width: 90%;
    }
}
@media(max-width:500px){
    .point{
    width: 8.25%;
    height: 2px;
    }
    .pointsAreaSize{
    width: 32.5%;
    }
}

.exclusabout {
    width: 73.68%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
}
.excluszagolovok,
.logoagolovok {
    text-align: center;
    align-items: center;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 25px 0;
}
.excluszagolovok h1,
.logoagolovok h1 {
    font-family: "Poiret One", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 2em;
    margin-top: 25px;
    letter-spacing: 2.5px;
}
.excluspeshka,
.logopeshka {
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    color: #6d6d6d;
    line-height: 25px;
}

.exclusimg,
.block {
    width: 92.50%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    padding: 50px;
    column-gap: 25px;
}
.imgexcl,
.imgdress{
    height: 100%;
    width: 100%;
}
.exclusbtn{
    text-align: center;
    font-family:"Futura PT Cond Book";
    padding-bottom: 50px;
}
.excbtntxt{
    font-family:"Futura PT Cond Book";
    font-weight: 400;
    font-style: normal;
    outline: none;
    cursor: pointer;
    margin-top: -0.5rem;
    margin-bottom: 70px;
    padding: 15px 30px;
    border-radius: 50px;
    transition: all 300ms ease;
    box-shadow: 0 0 0 1px #000;
    background-color:rgb(0, 0, 0, 0);
    color: #272626;
}
.excbtntxt:hover {
    box-shadow: 0 0 0 1.5px #000;
}
@media(max-width:1440) {
    .exclusimg,
    .block{
    width: 100%;
}
}
@media(max-width:768px) {
    .exclusimg,
    .block{
    width: 92.50%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 50px;
    gap: 25px;
    }
}
@media(max-width:500px){
    .excluszagolovok h1{
    font-size: 1.825em;
    }
    .imgexcl,
    .imgdress{
    height: 75vh;
}
}
@media(max-width:385px){
    .excluszagolovok h1{
    font-size: 1.5em;
    }
}

.hero {
    padding-bottom: 100px;
    position: relative;
    justify-content: center;
    display: flex;

}


.logotip {
    margin-top: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.logotip img {
    width: 22%;
}

.hero-info h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    margin-top: 5vh;
    text-align: center;
}


.hero-info p {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    font-size: 1em;
    font-weight: 600px;
    margin-top: 25px;
    text-align: center;
}
@media(max-width:1260px) {
    .logotip img {
    width: 30%;
}
}
@media(max-width:960px) {
    .logotip img {
    width: 40%;
}    
}
@media (width<768px) {
    .hero-info h1,
    .collection-info h1  {
    font-size: 2.5vh;
    }
    .collection-info h2 {
    font-size: 2.25vh;
    }
    .hero-info p{
    font-size: 0.85em;
    }
}
@media (width<530px) {
    .hero-info h1,
    .collection-info h1 {
    font-size: 3vh;
    }
    .collection-info h2 {
    font-size: 2vh;
    }
    .hero-info p{
    font-size: 0.7em;
    }
}
@media (width<400px) {
    .hero-info h1,
    .collection-info h1  {
    font-size: 1.25em;
    }
    .collection-info h2 {
    font-size: 1em;
    }
    .hero-info p {
    font-size: 0.625em;
    }
}


/* СЕКЦИЯ ФОТО С МОДЕЛЬЮ/ПРОДУКТ/ОПИСАНИЕ */

.trending {
    width: 73.68%;
    margin: 0 auto;
    padding: 50px 0;
}
.dress{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.trending h3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size: 2.75em ;
    margin-bottom: 7vh;
    letter-spacing: 16px;
}
@media(max-width:1420px) {
    .trending{ 
    width: 82.5%;
}
}
@media (width<1200px) {
    .trending h3 {
    letter-spacing: 8px;
    }
}
@media (width<960px) {
    .trending h3 {
    font-size: 1.95em;
    letter-spacing: 6px;
    }
    .trending{ 
    width: 85%;
    }
}
@media (width<750px) {
    .trending h3 {
    font-size: 1.95em;
    letter-spacing: 0px;
}
}
@media (width<530px) {
    .trending h3 {
    font-size: 1.45em;
    margin-bottom: 3vh;
}
}
@media(max-width:500px) {
    .trending{ 
    width: 90%;
}
}
@media (width<400px) {
    .trending h3 {
    font-size: 1.2em;
}
}

.block{
    margin: 0 auto;
}
.trending p { /* СЕКЦИЯ ОПИСАНИЯ ПРО ПЛАТЬЕ */
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    color: #6d6d6d;
    font-size: 1.25em;
    margin-bottom: 7vh;
    text-indent: 1.25em;  
    margin: 0 auto;
}
@media (width<1400px) {
    .trending p {
    font-size: 1.125em;
    width: 87.5%;
}
}
@media (width<960px) {
    .trending p {
    font-size: 1em;
}
}
@media (width<500px) {
    .trending p {
    font-size: 0.9em;
}
}

.auction {
    width: 73.68%;
    margin: 0 auto;
}


/* АУКЦИОНННННН */
.auction h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    letter-spacing: 12px;
    padding-bottom: 2.5em;
    text-align: center;
}

.auction .auction-block {
    display: grid;
    grid-template-rows: 1fr auto;
    gap: 5vw;
    justify-items: center;
}
.auction p {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-size: 1.5em;
    text-indent: 1.25em;  
    margin: 0 auto;    
}
.auction img {
    width: 50%;
    align-items: center;    
}
@media (width<1400px) {
    .auction h1 {
    font-size: 2em;
    letter-spacing: 8px;
    padding-bottom: 3em;
    }
    .auction p, {
    font-size: 1.25em;
    width: 87.5%;
    }

}
@media (width<960px) {
    .auction h1 {
    font-size: 1.5em;
    letter-spacing: 8px;
    padding-bottom: 2em;
    }
    .auction p {
    font-size: 1.125em;
    margin-bottom: 4vh;
    }
}
@media (width<750px) {
    .auction h1 {
    font-size: 1.12em;
    letter-spacing: 4px;

}
}
@media (width<500px) {
    .auction h1 {
    font-size: 1em;
    letter-spacing: 2px;

    }
    .auction  {
    font-size: 1em;
    }
}
@media (width<410px) {
    .auction h1 {
    font-size: 0.9em;
    letter-spacing: 0px;

}
}
.individ {
    width: 73.68%;
    margin: 0 auto;
    padding: 25px 0;
}
.blockind {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 1vw;
    
}
.individ h3 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 2.5em;
    width: 100%;
    letter-spacing: 12px;
    padding: 75px 0;
    text-align: center;
}
.individ p {  /* СЕКЦИЯ ОПИСАНИЯ ПРО ПОДХОД К КАЖДОМУ ТИПУ ФИГУРЫ*/
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-size: 1.5em;
    text-indent: 1.25em;  
    padding: 2.5em 0;
    margin: 0 auto;   
}
@media (width<1400px) {
    .individ h3 {
    font-size: 2em;
    letter-spacing: 8px;
    padding-bottom: 3em;
    }
    .individ p  {
    font-size: 1.25em;
    width: 87.5%;
    }
}
@media (width<960px) {
    .individ h3 {
    font-size: 1.5em;
    letter-spacing: 6px;
    padding-bottom: 2em;
    }
    .individ p  {
    font-size: 1.125em;
    margin-bottom: 4vh;
    }
    .blockind {
    grid-template-columns: repeat(2,1fr);
    }
    .individ .mastering {
    display: none;
    }
}
@media (width<768px) {
    .individ h3 {
    font-size: 1.1em;
    letter-spacing: 3px;
    padding-bottom: 1.5em;
    }
    .blockind {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr ;
    justify-items: center;
    }
}
@media (width<500px) {
    .individ {
    width: 85%;
    }
    .individ p  {
    font-size: 1em;
    margin-bottom: 4vh;
    }
}
@media (width<470px) {
    .individ h3 {
    font-size: 1em;
    letter-spacing: 1px;
    padding-bottom: 2em;
    }
}
@media (width<380px) {
    .individ h3 {
    font-size: 0.85em;
    letter-spacing: 0px;
    padding-bottom: 2em;
    }
}
/* СТРАНИЦА ПРО НАС!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.dav-about {
    width: 73.68%;
    padding: 50px 0 ;
    display: grid;
    grid-template-rows: auto auto;
    justify-items: center;
    margin: 0 auto;    
}

.dav-about img {
    width: 45vh;
}

.dav-about .info {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    font-size: 1.25em;
    padding: 50px 0;
} 

/* ТЕКСТИИИК ПРО МЕНЯ*/

.txt-asp {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-size: 1.5em;
    text-indent: 1.25em;  
    width: 73.68%;
    margin: 0 auto;
}

.txt-asp .one {
    margin-bottom: 50px;
}

.txt-asp .two {
    margin-bottom: 50px;
}

.txt-asp .tree {
    margin-bottom: 50px;
}
.txt-asp .four {
    margin-bottom: 50px;
}
.txt-asp .five {
    margin-bottom: 50px;
}
.txt-asp .six {
    margin-bottom: 50px;
}
.txt-asp .seven {
    margin-bottom: 50px;
}

/* БЛОК ПРО МОДЕЛЬ */
.mod-about,
.shv-about {
    width: 73.68%;
    display: grid;
    justify-items: center;
    grid-template-rows: auto auto;
    padding: 50px 0;
    margin: 0 auto;
}

.mod-about img,
.shv-about img {
    justify-content: center;

}

.mod-about .info-mod,
.shv-about .info-shv {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
    text-align: center;
    padding: 50px 0;

} 

/* ТЕКСТИИИК ПРО МОДЕЛЬ*/
.txt-mod,
.txt-shv  {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-size: 1.5em;
    text-indent: 1.25em;  
    width: 73.68%;
    margin: 0 auto;
}

.txt-mod .one,
.txt-shv .one {
    margin-bottom: 50px;
}

.txt-mod .two,
.txt-shv .two {
    margin-bottom: 50px;
}

.txt-mod .tree,
.txt-shv .tree {
    margin-bottom: 50px;
}
/* БЛОК ПРО МОДЕЛЬ */
.shv-about {
    width: 73.68%;
    display: grid;
    justify-items: center;
    grid-template-rows: auto auto;
    padding: 50px 0;
    margin: 0 auto;
}

.shv-about img {
    justify-content: center;

}

.shv-about .info-shv {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    font-size: 1.25em;
    text-align: center;
    padding: 50px 0;

} 

/* ТЕКСТИИИК ПРО ШВею*/
.txt-shv  {
    font-family: 'Cormorant Garamond';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    font-size: 1.5em;
    text-indent: 1.25em;  
    width: 73.68%;
    margin: 0 auto;
}

.txt-shv .one {
    margin-bottom: 50px;
}

.txt-shv .two {
    margin-bottom: 50px;
}

.txt-shv .tree {
    margin-bottom: 50px;
}

@media (width<1400px) {
    .txt-asp,
    .txt-mod,
    .txt-shv{
    font-size: 1.125em;
    }
    .txt-asp,
    .txt-mod,
    .txt-shv {
    width: 87.5%;;
    }
}
@media(max-width:1260px) {
    .dav-about img,
    .mod-about img,
    .shv-about img {
    width: 35vh;
}
}
@media (width<960px) {
    .dav-about img,
    .mod-about img,
    .shv-about img {
    width: 30vh;
    } 
    .dav-about .info,
    .mod-about .info-mod,
    .shv-about .info-shv {
    font-size: 1em;
    letter-spacing: 2px;
    padding-bottom: 0px;
    }
    .txt-asp,
    .txt-mod,
    .txt-shv {
    font-size: 0.925em;
    }
}
@media (width<700px) {
    .dav-about .info,
    .mod-about .info-mod,
    .shv-about .info-shv {
    font-size: 0.75em;
    letter-spacing: 2px;
}
}
@media (width<500px) {
    .dav-about .info,
    .mod-about .info-mod,
    .shv-about .info-shv {
    font-size: 0.5em;
    letter-spacing: 2px;
    }
    .dav-about img,
    .mod-about img,
    .shv-about img {
    width: 25vh;
    }
    .txt-asp,
    .txt-mod,
    .txt-shv {
    font-size: 0.85em;
    }
}
.individ a,
.auction a{
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    color: #d66ba1;
    font-size: 1em;
    margin-bottom: 7vh;
    text-indent: 1.25em;  
    margin: 0 auto;
    text-align: center;
}
.txt-mod,
.txt-asp,
.txt-shv,
.individ p,
.auction p,
.trending p{
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    color: #292828;
    font-size: 1em;
    margin-bottom: 7vh;
    text-indent: 1.25em;  
    margin: 0 auto;
    text-align: center;
}
@media (width<1400px) {
    .txt-mod,
    .txt-asp,
    .txt-shv,
    .individ a,
    .auction a,
    .individ p,
    .auction p,
    .trending p{
    font-size: 1em;
    width: 87.5%;
}
}
@media (width<960px) {
    .txt-mod,
    .txt-asp,
    .individ a,
    .auction a,
    .txt-shv,
    .individ p,
    .auction p,
    .trending  {
    font-size: 0.9em;
}
}
@media (width<500px) {
    .txt-mod,
    .txt-asp,
    .individ a,
    .auction a,
    .txt-shv,
    .individ p,
    .auction p,
    .trending  {
    font-size: 0.825em;
}
}
/*СОЦИАЛЬНЫЕ СЕТИ*/
.socset {
    padding: 75px 0px;
    width: 73.68%;
    margin: 0 auto;

}
.socset h1 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    text-align: center;
    font-size: 2em;
}
.socset .img {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding: 50px 0px;
    justify-content: center;
    gap: 50px;
}
.socset .img span {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-right: 10px;
    color: #000;
}
.socset .img span a {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    color: #000;
    font-size: 1em;
}
.socset .img span img {
    position: relative;
    width: 30px;
    height: 30px;
    top: 5px;
}
@media(width<1200px) {
    .socset .img span a {
    font-size: 0.8em;
    }   
    .socset .img span img {
    width: 20px;
    height: 20px;
    top: 3px;
    }
    .socset h1 {
    font-size: 1.75em;
    }
    .socset .img{
    grid-template-columns: 200px 200px;
    grid-template-rows: 200px 200px ;
    justify-items: center;
    row-gap: 75px;
    }
    .socset .img span a {
    font-size: 0.8em;
    }
}
@media(width<700px) {
    .socset .img span a {
    font-size: 0.6em;
    }   
    .socset .img span img {
    width: 15px;
    height: 15px;
    top: 3px;
    }
    .socset h1 {
    font-size: 1.25em;
    }
    .socset .img{
    grid-template-columns: 150px 150px;
    grid-template-rows: 150px 150px ;
    justify-items: center;
    row-gap: 75px;
    }
    .socset .img span a {
    font-size: 0.8em;
    }
}
@media(width<450px) {
    .socset .img span a {
    font-size: 1em;
    }   
    .socset .img span img {
    width: 20px;
    height: 20px;
    top: 3px;
    }
    .socset h1 {
    font-size: 1.25em;
    }
    .socset .img{
    grid-template-columns: 200px ;
    grid-template-rows: 200px 200px 200px;
    justify-items: center;
    row-gap: 75px;
    }
}


/* КОНТАКТЫЫЫЫ*/

.feedback {
    padding: 25px 0;
    width: 100%;
    margin: 0 auto;
}
.feedback .feedbacker{
    width: 73.68%;
    margin: 0 auto;
}

.feedback h2 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    text-align: center;
    padding: 25px 0;
    font-size: 2.5vh;
    width: 100%;
}

.feedback p {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    text-align: center;
    font-size: 2vh;
}
.feedback form {
    margin: 80px auto;
    width: 50vw;
}
.feedback form .inline {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5em;

}

.feedback form label {
    color: #000;
    font-size: 15px;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;

}

.feedback form input,
.feedback form textarea {
    background: #f7b3d4;
    border-radius: 10px;
    border: 0.6px solid #000;
    display: block;
    width: 90%;
    padding: 15px 10px;
    outline: none;
    color: #000;
    margin-top: 7px;
    margin-bottom: 20px;
}
.feedback form .one-line {
    width: 47.5vw;
}

.feedback form textarea {
    resize: none;
    height: 230px;
}

.feedback form .buttonch {
    display: flex;
    justify-content: flex-end;
    margin-right: 18px;
}

.feedback form button {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    background: #f7b3d4;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
    color: #000;
    padding: 15px 35px;

    transition: all 500ms ease;
}
.feedback form button:hover {
    background: #f88fc2;
}

@media (max-width:960px) {
    .feedback form .inline {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    margin-right: -5%;
    gap: 0px;
    }
    .feedback form .one-line {
    width: 61.25vw;
    }
    .feedback form {
    margin: 80px auto;
    width: 65vw;
    }
    .feedback h2 {
    text-align: center;
    padding: 25px 0;
    font-size: 2vh;
    }
    .feedback p {
    text-align: center;
    font-size: 1.5vh;
    }
}
@media (max-width:600px) {
    .feedback form .inline {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px;
    }
    .feedback form .one-line {
    width: 94%;
    }
    .feedback form {
    margin: 80px auto;
    width: 90%;
    }
    .feedback h2 {
    text-align: center;
    padding: 25px 0;
    font-size: 1.75vh;
    }
    .feedback p {
    text-align: center;
    font-size: 1.25vh;
    }
    .feedback form .buttonch {
    justify-content: center;
    margin-right:0px ;
    }
    .feedback form textarea {
    resize: none;
    height: 100px;
    }
}




/* Footer */

footer {
    background: #000;
    padding-top: 50px ;
    padding-bottom: 25px;
    width: 100%;
}   

footer .blocks {
    display:grid; 
    grid-template-columns: 2fr 1fr 1fr 1fr 2fr;
    grid-template-areas: "logo   info about qrcod  contacts" ;
    gap: 20px;
}

@media (max-width:960px) {
    footer .blocks a,
    footer .blocks p  {
    font-size: 0.925em;
    margin-bottom: 4vh;
    } 
}
@media (max-width:768px) {
    footer .blocks {
    display:grid; 
    grid-template-columns: 1fr 1fr 1fr 2fr ;
    grid-template-areas: "info about qrcod contacts" ;
    column-gap: 20px;
    justify-items: center;
    }
    footer .blocks .first {
    display: none;


}
}
@media (max-width:500px) {
    footer .blocks {
    display:grid; 
    grid-template-columns: 1fr 1fr 1fr ;
    grid-template-areas: "info about qrcod" ;
    column-gap: auto;
    justify-items: center;
    }
    footer .blocks .first,
    footer .blocks .five {
    display: none;
}
}
footer .blocks .first {
    grid-area: logo;

}
footer .blocks .second {
    grid-area: info;

}

footer .blocks .three {
    grid-area: about;

}
footer .blocks .four {
    grid-area: qrcod;

}

footer .blocks .five {
    grid-area: contacts;
;
}
footer .blocks .logo a{
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 18px;
    color: #fff;
}

footer .blocks p {
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    margin: 15px 0;
    color: #868686;
    line-height: 22.5px;
}
footer .blocks h4 {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    column-gap: 50px;
}
footer .blocks li a{
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    margin: 15px 0;
    color: #868686;
    list-style: none;
    line-height: 22.5px;
    
}
footer .blocks a{
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    margin: 15px 0;
    color: #fff;
    list-style: none;
    
}
footer .blocks li a:hover {
    color: #f7b3d4;
}
footer hr {
    margin: 15px 0;
    border: 0;
    height: 0.5px;
    background: #6d6d6d;
}

footer > p{
    font-family:"Futura PT Cond Book";
    font-weight: 100;
    font-style: normal;
    text-align: center;
    font-size: 0.75em;
    color: #868686;
    padding-top: 5px;
}
.otstup { 
    width: 73.68%;
    margin: 0 auto;

}

@media(max-width:1440px) {
    .headerheader,
    .vidosikfon,
    .glavnay,
    .trending,
    .auction,
    .individ,
    .feedback .feedbacker,
    .socset,
    .mod-about,
    .dav-about,
    .exclusabout,
    .otstup{ 
    width: 97.5%;
}
}
@media(max-width:1440px){
    .vidosikglavfon{
    width: auto;
    }
    .video-player{
    width: auto;
    height: 100vh;
    }
}

