
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}
/* хром, сафари */
body::-webkit-scrollbar { width: 0; }
button{
    all: initial;
}
/* ie 10+ */
body { -ms-overflow-style: none; }

/* фф (свойство больше не работает, других способов тоже нет)*/

/* Firefox */
*{
	padding: 0;
	margin: 0;
	border: 0;
}
* {
    box-sizing: border-box;
}
*,*::before,::after{
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
:focus,:active{outline: none;}
a:focus,a:active{outline: none;}

nav,footer,header,aside{display: block;}

html,body{
height: 100%;
width: 100%;
font-size: 100%;
line-height: 1;
font-size: 14px;
-ms-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;  
font-family: "Motiva Sans", Sans-serif; /*'Noto Serif 'CORMORANT GARAMOND' Noto Serif TC  serif;*/
font-weight: normal;
}
input,button,textarea{font-family: inherit;}

input::-ms-clear{display: none;}
button{cursor: pointer;}
button::-moz-focus-inner{padding: 0;border: 0;}
a,a:visited{text-decoration: none;}
a:hover{text-decoration: none;}
/* ul li{list-style: none;} kokoko */
img{vertical-align: top;}

h1,h2,h3,h4,h5,h6{font-size: inherit;font-weight: 400;}

img{
	pointer-events: none;
}
body{
    font-family: 'Noto Serif' , serif;
	-webkit-touch-callout: none; 
    -webkit-user-select: none; 
    -khtml-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    scroll-behavior: smooth;
    background-color: #FFF;
    color: var(--darkblue, #1F2736);
}

/* ....................................................... */
.rel{
	position: relative;
}
.cormor{
    font-family: 'Cormorant Garamond', serif;
}
.heig{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.jflex{
	display: flex;
	justify-content: center;
	
}
.sflex{
    display: flex;
    justify-content: space-between;
}
.jend{
	display: flex;
	justify-content: end;

}
.flex{
	display: flex;
}
.jcsb{
	display: flex;
	justify-content: space-between;

}
.dfais{
    display: flex;
    align-items: center;
}
.container{
	max-width: 1720px;
	width: 100%;
	margin: 0px 30px;
	position: relative;
}
.container-h{
	max-width: 1720px;
	width: 100%;
	margin: 0px 30px;
	position: relative;
}
.container2{
    max-width: 1720px;
	width: 100%;
	margin: 0px 30px;
	position: relative;
}
.ofhidden{
    overflow: hidden;
}
.ais{
    align-items: start;
}
.aic{
    align-items: center;
}
.aie{
    align-items: end;
}
.dn{
    display: none;
}
.lock{
    overflow: hidden;
}
.m0{
    margin: 0px;
}
/* ......................................... */
.pos-abs-img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: var(--RED, #CD3C2E);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px; /* 100% */
    text-transform: uppercase;
    white-space: nowrap;
}
.header{
    padding: 16px 0px;
}
.input-search{
    background-color: transparent;
    margin-left: 16px;
    padding: 12px;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    border: 2px solid #CD3C2E;
    border-radius:15px;
    color:#CD3C2E;
}
.donate-header-btn{
    padding: 17px 40px;
    border-radius: 40px;
    background: var(--red, #CD3C2E);
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: var(--white, #FFF);
    white-space: nowrap;
}
.header-nav-stick{
    top: 0px;
    z-index: 10;
    background: transparent !important;
}

.bgnone{
    background: none;
}

.nav-link{
    color: var(--darkblue, #1F2736);
    font-family: 'Cormorant Garamond', serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.nav-link.active{
    color: var(--red, #CD3C2E);
}
.vertical-line{
    width: 2px;
    height: 60px;
    background: #4D4D4D;
}

.style-link{
    border-top: 2px solid #4D4D4D;
    border-bottom: 2px solid #4D4D4D;
    padding: 0px 50px;
}
.image-container {
    overflow: hidden; /* Це заборонить показ зайвої частини зображення */
 /* Ця властивість встановлює висоту контейнера, що менше на 50px, ніж висота зображення */
    /*background-color:#F4F4F4;*/
    /*background-image: url(../img/bg-paper.png);*/
}

.img-block-style {
    display: block;
    /*margin-top: -50px;*/
    /*width: 100%;*//* Ця властивість "зміщує" зображення на 50px вгору */
    max-width:920px;
    margin-left: auto;
    margin-right: auto;
}

.block-start-page{
    background-image: url(../img/bg-paper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 15px 100px 15px;/*150px 100px 200px;*/
    width: 100%;
}
.block-start-page-about{
    max-width: 1720px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #FFF;
    align-items: center;
    padding: 0 30px;
}
.block-start-page-about-wrap{
    max-width: 1430px;
    width: 100%;
    margin: 56px 30px 120px 30px;
}
.block-start-page-about-txt{
    color: #1F2736;
    font-family: Noto Serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-top: 32px;
}
.label-start-p{
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 113px;
    font-style: normal;
    font-weight: 500;
    line-height: 124px;
    text-transform: uppercase;
}
.italic-red{
    color: var(--red, #CD3C2E);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 113px;
    font-style: italic;
    font-weight: 500;
    line-height: 124px; /* 109.735% */
    text-transform: uppercase;
}
.img-right img{
    max-width: 760px;
    width: 100%;
    box-sizing: border-box;
    margin-left: 16px;
}
.text-start-page{
    color: var(--darkblue, #1F2736);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-right: 112px;
    max-width: 520px;
    width: 100%;
}
.block-hide-some-txt{
    margin-top: 95px;
}
.text-start-page-hidden{
    color: var(--darkblue, #1F2736);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin-right: 112px;
    max-width: 520px;
    width: 100%;
    display: none;
    margin-top: 20px;
}
.text-start-page-hidden.active{
    display: block;
}
.btn-show-hidden-text{
    padding: 16px 48px;
    border-radius: 48px;
    border: 2px solid var(--red, #CD3C2E);
    background: var(--white, #FFF);
    color: var(--red, #CD3C2E);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
}
.label-release{
    color: var(--darkblue, #1F2736);
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.75%;
    letter-spacing: -3.84px;
    text-transform: uppercase;
}
.releas-italic-red{
    color: var(--red, #CD3C2E);
    font-size: 128px;
    font-style: italic;
    font-weight: 700;
    line-height: 118.75%;
    letter-spacing: -3.84px;
    text-transform: uppercase;
}
.date-release{
    margin-top: 16px;
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 92.857%; 
    text-transform: uppercase;
}
.text-release{
    color: var(--darkblue, #1F2736);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    max-width: 920px;
    width: 100%;
    margin-top: 60px;
}
.latest-release{
    padding-top: 120px;
    padding-bottom: 120px;
}
.bgc-white{
    background: var(--white, #FFF);
}
.count-reviews{
    color: var(--darkgrey, #4D4D4D);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 16px;
}
.capture-reviews{
    color: var(--darkgrey, #4D4D4D);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.mt30px{
    margin-top: 30px;
}
.btn-read-release{
    padding: 0px 48px;
    border-radius: 48px;
    border: 2px solid var(--red, #CD3C2E);
    background: var(--white, #FFF);
    color: var(--red, #CD3C2E);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin-right: 40px;
}
.btn-read-release img{
    margin-left: 24px;
}
.btn-download-release{
    padding: 8px 48px;
    border-radius: 48px;
    background: var(--red, #CD3C2E);
    color: var(--white, #FFF);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.btn-download-release img{
    margin-left: 24px;
}
.mt120px{
    margin-top: 80px;
}
.block-for-img{
    box-shadow: rgba(0, 0, 0, 0.21), 8px -8px 16px 0px rgba(198, 198, 198, 0.75);
    margin-left: 80px;

}
.left-last-release{
    max-width: 920px;
    width: 100%;
}
.block-for-img img{
    max-width: 715px;
    width: 100%;
}
.block-authors{
    background-image: url(../img/bg-paper.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    width: 100%;
}
.label-authors{
    color: var(--darkblue, #1F2736);
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.75%; 
    letter-spacing: -3.84px;
    text-transform: uppercase;
    margin-top: 200px;
}
.label-authors-red-italic{
    color: var(--red, #CD3C2E);
    font-size: 128px;
    font-style: italic;
    font-weight: 700;
    line-height: 118.75%; 
    letter-spacing: -3.84px;
    text-transform: uppercase;
}
.author-card{
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
}
.row-authors{
    border-bottom: 2px solid var(--darkblue, #1F2736);
    padding: 0px 90px;
}
.border-line-author{
    max-height: 750px;
    width: 2px;
    background-color: #1F2736;
}
.portreit-author{
    border-radius: 380px;
    overflow: hidden;
    max-width: 380px;
    width: 100%;
    margin-top: 12px;
}
.portreit-author img{
    width: 100%;
}
.name-author{
    text-align: center;
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 92.857%; 
    text-transform: uppercase;
    margin-top: 35px;
}
.surname-author{
    text-align: center;
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 92.857%; 
    text-transform: uppercase;
}
.hashtag-element{
    padding: 10px 24px;
    display: flex;
    align-items: center;
    border-radius: 40px;
    border: 2px solid var(--red, #CD3C2E);
   
}
.hashtag-element img{
    margin-right: 8px;
}
.hashtag-type{
    color: var(--darkblue, #1F2736);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
}
.show-all-authors{
    padding: 16px 48px;
    border-radius: 48px;
    border: 2px solid var(--red, #CD3C2E);
    background: var(--white, #FFF);
    color: var(--red, #CD3C2E);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 60px;
    cursor: pointer;
}
.pb200px{
    padding-bottom: 200px;
}
.vladimer-galant-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}
.vladimer-galant-nach {
    display: flex;
    gap: 16px;
}
.vladimer-galant-nach>p {
    color:  #1F2736;
    text-align: right;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
}
.vladimer-galant-title {
    color: #1F2736;
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 104px;
    font-style: normal;
    font-weight: 700;
    line-height: 120px; /* 115.385% */
    letter-spacing: -3.12px;
    text-transform: uppercase;
    margin-top: 318px;
}
.vladimer-galant-subtitle {
    color:  #1F2736;
    text-align: center;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.vladimer-galant{
    display: flex;
    gap: 70px;
    margin-bottom: 120px;
}
.social-vladimer-galant{
    margin-top: 319px;
    gap: 32px;
}
.vladimer-galant-right>img{
    width: 100%;
}
.vladimer-galant-right{
    width: 50%;
}
.footer {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 450px;
    background-color: #FFF;
}
.footer-wrap {
    max-width: 1920px;
    width: 100%;
    display: flex;
    margin: 0 30px;
    gap: 100px;
    justify-content: center;
}
.foter-column {
    display: flex;
    flex-direction: column;
}
.footer-title {
    color: #1F2736;
    font-family: Palatino;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 80px;
}
.footer-subtitle {
    color:  #1F2736;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 24px;
    max-width: 300px;
}
.footer-capch {
    color: #1F2736;
    font-family: Noto Serif TC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 41px;
}
.fppter-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.footer-davis {
    color:  #CD3C2E;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
    margin-top: 101px;
}
.footer-link {
    color:  #1F2736;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.footer-email {
    display: flex;
    gap: 55px;
    padding: 24px;
    border-radius: 48px;
    border: 2px solid  #4D4D4D;
    justify-content: center;
    align-items: flex-end;
    margin-top: 24px;
    margin-bottom: 30px;
}
.footer-email>p{
    color: #1F2736;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

.authors-title {
    color:  #1F2736;
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 152px; /* 118.75% */
    letter-spacing: -3.84px;
    text-transform: uppercase;
}
.authors-subtitle {
    color: #CD3C2E;
    font-family: Cormorant Garamond;
    font-size: 60px;
    font-style: italic;
    font-weight: 700;
    line-height: 152px;
    letter-spacing: -3.84px;
    text-transform: uppercase;
}


.cart-authors2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    border-right: 2px solid #1F2736;
    border-bottom: 2px solid #1F2736;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    background: none;
    position: relative;
    padding: 28px 40px;
    margin-top: 24px;
}
.img-author2 {
    width: 144px;
    height: 144px;
}
.cart-authors2-left {
    display: flex;
    gap: 40px;
}

.cart-authors2-left-name {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}
.name-authors {
}
.cart-authors2-btn{
    display: flex;
    flex-direction: column;
}

.teg2 {
    display: flex;
    padding: 4px 24px 10px 24px;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    border-radius: 40px;
    border: 2px solid  #CD3C2E;
}
.svg-path {
}
.teg-p2 {
}
.btn-redact-cart {
}
.btn-delet-cart {
}
.cart-authors2:hover .svg-path {
    stroke: white;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.cart-authors2:hover .name-authors {
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.cart-authors2:hover .teg-p2 {
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.cart-authors2:hover{
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    background:  #CD3C2E;
    border: none;
}
.cart-authors2:hover .teg2 {
    border: 2px solid var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    display: none;
}
.cart-authors2:hover .coutri-name {
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.cart-authors2-link{
    color: var(--RED, #CD3C2E);
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    border-radius: 40px;
    background: var(--WHITE, #FFF);
    padding: 17px 17px 18px 15px;
    display: none;
    margin-top: 40px;
}
.cart-authors2:hover .cart-authors2-link {
    display: block;
}
.coutri-name{
    color: var(--DARK-BLUE, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
    margin-top: 24px;
}
.country-authors-page{
    color: var(--DARK-BLUE, #1F2736);
    text-align: right;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
}
.teg2>p{
    color:  #1F2736;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
}
.lyrics-cart:hover .audio-container svg path {
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    fill: white;
}

.lyrics-cart:hover .audio-container-txt{
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.audio-container-txt{
    color: var(--RED, #CD3C2E);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.audio-container{
    display: flex;
    gap: 8px;
    align-items: center;
}
.cart-authors {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 560px;
    width: 100%;
    height: 704px;
    border-right: 2px solid #1F2736;
    border-bottom: 2px solid #1F2736;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    background: none;
    position: relative;
}

.name-authors {
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    text-transform: uppercase;
    color:  #1F2736;
}
.teg {
    display: flex;
    padding: 4px 24px 10px 24px;
    justify-content: center;
    align-items: flex-end;
    gap: 8px;
    border-radius: 40px;
    border: 2px solid  #CD3C2E;
    margin-bottom: 16px;
    margin-top: 24px;
}
.teg>p{
    color:  #1F2736;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
}
.img-author{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-top: 9px;
    width: 386px;
    height: 386px;
}
.mt40{
    margin-top: 40px;
}
.flags-wrap{
    display: flex;
    margin-top: 10px;
    gap: 20px;
}
.flags-wrap>img{
    width: 59px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.cart-authors-wrap{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 80px;
    flex-wrap: wrap;
}
.br-right-none{
    border-right: none !important;
}
.cart-authors:hover{
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    background:  #CD3C2E;
}
.cart-authors:hover .teg {
    border: 2px solid var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.svg-path {
    stroke: #CD3C2E;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.cart-authors:hover .svg-path {
    stroke: white;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.cart-authors:hover .name-authors {
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.cart-authors:hover .teg-p {
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.aroow-back-wrap {
    width: 100%;
    display: flex;
    justify-content: left;
}
.aroow-back {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 48px;
}
.aroow-back>p{
    color:  #4D4D4D;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.w100{
    width: 100%;
}
.backgraud-fff{
    background-color: #FFF;
}
.authors-page-local{
    display: flex;
    gap: 16px;
}
.authors-page-local>img{
    width: 59px;
    height: 42px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.authors-page-local>p{
    color: var(--darkblue, #1F2736);
    text-align: right;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
}
.m0{
    margin: 0;
}
.authors-page-wrap{
    display: flex;
    width: 100%;
    gap: 160px;
    align-items: flex-start;
}
.authors-page-left{
    display: flex;
    flex-direction: column;
    width: 50%;
    align-items: center;
    margin-top: 64px;
    align-items: flex-start
}
.mt56{
    margin-top: 56px;
}
.sub-name-authors {
    color: var(--red, #CD3C2E);
    text-align: center;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    margin-top: 8px;
}
.authors-page-txt {
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    margin-top: 64px;
}
.authors-page-right>img{
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12); 
    max-width: 800px;
    width: 100%;
}
.name-authors-page{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 104px;
    font-style: normal;
    font-weight: 700;
    line-height: 120px; /* 115.385% */
    letter-spacing: -3.12px;
    text-transform: uppercase;
}
.first-day-text {
    color: var(--darkblue, #1F2736);
    font-family: Cormorant Garamond;
    font-size: 104px;
    font-style: normal;
    font-weight: 700;
    line-height: 120px; /* 115.385% */
    letter-spacing: -3.12px;
    text-transform: uppercase;
}
.first-day-text>span{
    color: var(--red, #CD3C2E);
}
.first-day-txt {
    color: var(--darkblue, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    margin-top: 24px;
    max-width: 710px;
    text-align: justify ;
    white-space: pre-wrap; /* разкоментировать чтобы отображать пробелы */
    /*text-wrap: wrap;*/
}
.first-day-btn {
    color: var(--red, #CD3C2E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 48px;
    border-radius: 48px;
    border: 2px solid var(--red, #CD3C2E);
    background: var(--white, #FFF);
    margin-top: 48px;
}
.mt120{
    margin-top: 120px;
}
.lyrics-txt{
    color: var(--darkblue, #1F2736);
    font-family: Cormorant Garamond;
    font-size: 104px;
    font-style: normal;
    font-weight: 700;
    line-height: 120px; /* 115.385% */
    letter-spacing: -3.12px;
    text-transform: uppercase;
    margin-top: 200px;
    text-align: left;
    width: 100%;
    max-width: 1177px;
}
.lyrics-txt>span{
    color: var(--red, #CD3C2E);
}
.lyrics-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 64px;
    width: 100%;
    justify-content: center;
}
.lyrics-cart {
    border-bottom: 2px solid var(--darkblue, #1F2736);
    border-right: 2px solid var(--darkblue, #1F2736);
    padding: 24px;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;

    justify-content: space-between;

}
.lyrics-tema {
    display: flex;
    gap: 8px;
    border-radius: 40px;
    border: 2px solid var(--red, #CD3C2E);
    padding: 10px 24px;
    align-items: center
}
.lyrics-tema>p{
    color: var(--darkblue, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.lyrics-tema-right{
    display: none; /*display: flex*/;
    gap: 16px;
    align-items: center;
}
.lyrics-tema-right>p{
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
}
.gap16{
    gap: 16px;
}
.lyrics-cart-title {
    color: var(--darkblue, #1F2736);
    text-align: left;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 92.857% */
    text-transform: uppercase;
    margin-top: 48px;
    word-break: break-word;
    width: 100%;
}
.lyrics-cart-text {
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    margin-top: 32px;
    word-break: break-all;
}
.lyrics-cart-btn {
    color: var(--red, #CD3C2E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 8px;
    text-align: right;
    width: 100%;
}
.lyrics-cart:hover{
    border: 0px solid var(--white, #FFF);
    background: var(--red, #CD3C2E);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.lyrics-cart:hover .lyrics-cart-text{
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.lyrics-cart:hover .lyrics-cart-btn{
    /*display:flex;*/
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.lyrics-cart:hover .lyrics-cart-title{
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.lyrics-cart:hover .lyrics-tema-right>p{
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.lyrics-cart:hover .lyrics-tema>p{
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.lyrics-cart:hover .lyrics-tema{
    border: 2px solid var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.cart-svg path {
    stroke: #CD3C2E;
    transition: .5s ease-in-out;
}

.lyrics-cart:hover .cart-svg path {
    stroke: white;
}
.lyrics-cart:hover .cart-svg path {
    fill: white;
    transition: fill 0.5s ease-in-out;
}
.lyrics-cart:hover .cart-svg-eye path {
    stroke: white;
}
.btn-redact-cart{
    color: var(--white, #000000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 48px;
    padding: 5px 9px;
}
.btn-delet-cart{
    color: var(--white, #000000);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 48px;
    padding: 5px 9px;
}
.modal{
    width: 100%;
    height: 100%;
    z-index: 11;
    position: fixed;
    background-color: #000000a2;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
}
.modal-dialog{
    background-color: #FFF;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 20px 30px;
    max-width: 800px;
    width: 100%;
}
.modal-content {
    background-color: #f2f2f2; /* Змінюємо колір фону модального вікна */
}

.modal-header {
    border-bottom: 1px solid #ddd; /* Додаємо роздільну лінію між заголовком і тілом */
    background-color: #ccc;
    display: flex;
    justify-content: space-between; /* Змінюємо колір фону заголовка */
}

.modal-footer {
    border-top: 1px solid #ddd; /* Додаємо роздільну лінію між тілом і підвалом */
    background-color: #ccc; /* Змінюємо колір фону підвалу */
}

.modal-title {
    color: #333; /* Змінюємо колір тексту заголовка */
}

.modal-body {
    color: #555; /* Змінюємо колір тексту тіла */
}

.form-group {
    margin-bottom: 15px; /* Додаємо відступи між групами полів форми */
}

.form-group label {
    display: block; /* Робимо мітки блоковими, щоб вони були над полями вводу */
    margin-bottom: 5px; /* Додаємо невеликий відступ між міткою і полем вводу */
}

.form-group input {
    width: 100%; /* Робимо поля вводу шириною в 100% */
    padding: 5px; /* Додаємо внутрішні відступи до полів вводу */
    border: 1px solid #ddd; /* Додаємо тонку рамку навколо полів вводу */
}

#saveChanges {
    background-color: #5cb85c; /* Змінюємо колір фону кнопки "Зберегти зміни" */
    color: #fff; /* Змінюємо колір тексту кнопки "Зберегти зміни" */
}
.select2-results__options{
    display: flex;
    flex-wrap: wrap;
}
.img-flag{
    width: 40px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.modal-show {
    display: flex;
}

.body-no-scroll {
    overflow: hidden;
}
.btn-primary{
    color: var(--darkblue, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    padding: 10px 24px;
    border-radius: 40px;
    border: 2px solid var(--red, #CD3C2E);
}
.cart-authors-wrap .cart-authors:nth-child(3n) {
    border-right: 0;
}
.authors-page-right>img{
    max-width: 800px;
    width: 100%;
}
.authors-page-right{
    width: 50%;
}
.start-page-release{
    background-image: url(../img/bg-paper.png);
    padding-bottom: 200px;
}
.start-page-poem{
    background-image: url(../img/bg-poem.png);
    padding-bottom: 50px;
}
.last-release-title{
    color: var(--darkblue, #1F2736);
    text-align: left;
    font-size: 118px;
    font-weight: 700;
    line-height: 85%; 
    letter-spacing: -3.84px;
    text-transform: uppercase;
    margin-top: 20px;
}
.img-release img{
    max-width: 550px;
    width: 100%;
}
.avalench{
    max-width: 919px;
}
.discription-release{
    color: var(--darkblue, #1F2736);

    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    max-width: 850px;
    width: 100%;
    margin-top: 48px;
    word-break: break-all;
}
.share-label{
    color: var(--darkblue, #1F2736);
    font-size: 40px;
    font-weight: 500;
    line-height: 92.857%; 
    text-transform: uppercase;
}
.row-share{
    margin-left: 100px;
    width: 100%;
}
.img-share{
    width: 40px;
}
.share{
    max-width: 850px;
    width: 100%;
    margin-top: 100px;
}
.latest-release-label{
    color: var(--red, #1F2736);
    font-size: 104px;
    font-weight: 700;
    line-height: 108%;
    letter-spacing: -3.12px;
    text-transform: uppercase;
    margin-top: 200px;
}
.latest-release-label span{
    color: var(--red, #CD3C2E);
    font-style: italic;
}
.release-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.block-relese-item {
    display: block;
    flex-basis: 560px; 
    height: auto; 
    margin: 0px; 
    padding: 50px;
    border-right: 1px solid var(--darkblue, #1F2736);
    border-left: 1px solid var(--darkblue, #1F2736);
    border-bottom: 2px solid var(--darkblue, #1F2736);
}
.block-relese-item.edge-left {
    border-left: none;
}
.block-relese-item.edge-right {
    border-right: none;
}
.block-relese-item.edge-single {
    border-left: none;
    border-right: none;
}
.label-release-basic{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 92.857%;
    text-transform: uppercase;
}
.img-place-release img{
    max-width: 275px;
    width: 100%;
}
.img-place-release{
    margin-top: 35px;
}
.popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 9999;
    width: 850px;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.popup-content {
    padding: 15px;
}
.common-popup-title{
    font-size: 18px;
    color: var(--darkblue, #1F2736);
}
.common-input-style{
    border: 1px solid black;
    padding: 5px;
    font-size: 16px;
    width: 350px;
    border-radius: 8px;
}
.form-create-vipusk .jcsb{
    margin-bottom: 20px;
}
.create-vipusk{
    padding: 10px;
    border: 1px solid red;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.create-vipusk button{
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}
.submit-vipusk{
    margin-top: 20px;
    background-color: green;
    color: white;
    font-size: 24px;
    line-height: 100%;
    border-radius: 10px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    text-align: center;
}
.popup-poem-wrap {
    display: none;
    position: fixed;
    z-index: 11;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    justify-content: center;
    align-items: center;
    top: 0;
}

.popup-content-poem {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
}

.popup-poem>label{
    color: var(--darkblue, #1F2736);
    margin-top: 20px;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.popup-poem>input{
    margin-top: 20px;
    width: 100%;
    background-color: #00000059;
    padding: 10px;
}
.popup-poem>textarea{
    margin-top: 20px;
    width: 100%;
    background-color: #00000059;
    padding: 10px;
}

body.no-scroll {
    overflow: hidden;
}
.add-work{
    color: var(--darkblue, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    border-radius: 40px;
    border: 2px solid var(--red, #CD3C2E);
    padding: 10px 24px;
    margin-bottom: 20px;
}
.lyrics-wrap div:nth-child(2n) {
    border-right: none;
}

.lyrics-wrap div:nth-child(n+7):nth-child(-n+9) {
   /* border-bottom: none;*/
  }
  .lyrics-wrap div:nth-child(n+10):nth-child(-n+13) {
    border-top: 2px solid var(--darkblue, #1F2736);
  }

.link-to-telease{
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid black;
    margin: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.redact-vipusk{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid black;
    margin: 10px;
    font-size: 32px;
}
.delete-vipusk{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid black;
    margin: 10px;
    font-size: 32px;
}
.block-slider{
    width: 100%;
    padding: 0px 30px;
    background: var(--white, #FFF);
}
.block-sliders{
    width: 100%;
}
.text-rotated{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-size: 110px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.75%;
    letter-spacing: -3.84px;
    text-transform: uppercase;
    transform: rotate(-90deg);
    box-sizing: border-box;
    display: inline-block;
    

}
.text-rotated span{
    color: var(--red, #CD3C2E);
}
.left-side{
    min-height: 800px;
    max-width: 450px;
    padding: 150px 0px;
    border-right: 2px solid #1F2736;
}
.right-btn-slider{
    margin-bottom: 16px;
   /*display:none; //правая кнопка слайдера*/
}
.left-btn-slider{/*display:none; //левая кнопка слайдера*/}
.main_img{
    max-width: 350px !important;
    width: 100% !important;
    display: none;
}
.coren_img{
    max-width: 60px;
    width: 100%;
    display: block;
}
.element-of-slider{
    display: block;
    width: max-content;
}
.element-of-slider.main_img{
    display: none;
}
.element-of-slider.active .main_img{
    display: block;
}
.element-of-slider.active .coren_img{
    display: none;
}
.btns-slider{
    margin-left: 70px;
}

.admin-login-wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    flex-direction: column;
    gap: 30px;
    background-color: #bdbdbd;
    padding: 30px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.admin-login-wrap>input{
    background-color: #00000077;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
.contacts {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 140;
    display: none;
    justify-content: center;
    align-items: center;
    background: #00000098;
    top: 0;
}
.contacts-wrap {
    display: flex;
    flex-direction: column;
    background: var(--white, #FFF);
    padding: 80px 145px;
    max-width: 1140px;
    width: 100%;
    margin: 16px 30px;
    position: relative;
}
.hrest-img{
    position: absolute;
    cursor: pointer;
    top: 60px;
    right: 96px;
    pointer-events: painted;
}
.contacts-title {
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    text-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
    font-family: Cormorant Garamond;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 92.857% */
    text-transform: uppercase;
    margin-bottom:56px;
}
.contacts-input {
    border-radius: 48px;
    border: 1px solid var(--red, #CD3C2E);
    background: var(--white, #FFF);
    width: 100%;
    padding: 32px 48px;
    color: var(--darkblue, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    /*margin-top: 56px;*/
}
.contacts-text {
    border-radius: 32px;
    border: 1px solid var(--red, #CD3C2E);
    background: var(--white, #FFF);
    padding: 32px 48px;
    color: var(--darkblue, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; 
    margin-top: 24px;
    max-width: 850px;
}
.contacts-btn {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border-radius: 48px;
    background: var(--red, #CD3C2E);
    padding: 16px 48px;
    box-sizing: border-box;
    margin-top: 40px;
}
.contacts-btn>p{
    color: var(--white, #FFF);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
}
.contacts-input::placeholder{
    color: var(--darkblue, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.contacts-text::placeholder{
    color: var(--darkblue, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.cp{
    cursor: pointer;
}
.repport-wrap-con{
    display: flex;
    gap: 30px;
}
.repport-wrap-con>p{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    text-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.12);
    font-family: Cormorant Garamond;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 92.857% */
    text-transform: uppercase;
    user-select: text;
}
.gap20{
    gap: 20px;

}
.authors-page-redakt-blok{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #888;
    padding: 20px;
    width: 100%;
}
.authors-page-redakt-blok>input{
    background-color: #00000077;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
}
.authors-page-redakt-blok>textarea{
    background-color: #00000077;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
    max-width: 820px;
}
.authors-page-redakt-blok>label{
    color: #ffffff;
    font-size: 22px;
}
.edit-button{
    color: var(--darkblue, #ff0000);
    text-align: center;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.authors-page-redakt-blok2{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #888;
    padding: 20px;
    width: 100%;
}
.authors-page-redakt-blok2>input{
    background-color: #00000077;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
}
.authors-page-redakt-blok2>textarea{
    background-color: #00000077;
    padding: 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #ffffff;
    font-size: 22px;
    max-width: 1680px;
}
.authors-page-redakt-blok2>label{
    color: #ffffff;
    font-size: 22px;
}
.edit-button2{
    color: var(--darkblue, #ff0000);
    text-align: center;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
}
.aflex-center{
    align-items: center;
}
.gap70{
    gap: 70px;
}
.show-more{
    color: var(--red, #CD3C2E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 48px;
    border: 2px solid var(--red, #CD3C2E);
    background: var(--white, #FFF);
    padding: 16px 48px;
    margin-top: 64px;
    cursor: pointer;
    margin-bottom: 200px;
}
.back-to-avtot{
    color: var(--red, #CD3C2E);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    padding: 16px 48px;
    margin-top: 24px;
    border-radius: 48px;
    border: 2px solid var(--red, #CD3C2E);
    background: var(--white, #FFF);
}
.flex-start-n-vipusk{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0px;/*64*/
}
.flex-start-n-vipusk>p{
    color: var(--white, #FFF);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
    padding: 22px 15px;
    background-color: #CD3C2E;
}
.author-info-poem>img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}   
.author-info-poem{
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: row-reverse;
    margin-top: 48px;
    width: 100%;
    justify-content: flex-end;
}
.author-info-poem>p{
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
}
.lyrics-cart:hover .author-info-poem>p{
    color: var(--white, #FFF);
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}
.container-poem{
    max-width: 1400px;
    width: 100%;
    margin: 0px 30px;
	position: relative;
}
.date-part{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; 
    text-transform: uppercase;
    width: 33%;
}
.time-of-reading{
    display: none;
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; 
    text-transform: uppercase;
    width: 33%;
    justify-content: center;
}
.author-name-flag{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; 
    text-transform: uppercase;
    width: 33%;
}
.mt90px{
    margin-top: 90px;
}
.name-of-poem{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 118.75%; 
    letter-spacing: -3.84px;
    text-transform: uppercase;
    margin-top: 30px;
}
.block-exist-or-no{
    max-width: 850px;
    width: 100%;
    background: var(--red, #CD3C2E);
    padding: 55px 20px;
    margin-top: 50px;
    margin-bottom: -150px;
}
.text-if-exist{
    color: var(--white, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%;
}
.tag-place{
    margin-top: 15px;/*150*/
    /*padding-top:150px;*/
}
.tag-place2{
    margin-top: 150px;/*150*/
}
.player {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin-top: 50px;
}

#play-button {
    cursor: pointer;
}
#play-button img{
    width: 40px;
}
#play-button path {
    transition: 0.3s;
}
.progress-container {
    width: 400px; /* або будь-яка інша ширина, яку ви вважаєте доречною */
    height: 10px; /* висота прогрес-бару */
    background-color: #4D4D4D;
    margin: 10px 0;
    position: relative; /* щоб .progress-bar був відносно цього елемента */
    border-radius: 10px;
    border: 2px solid #4D4D4D;
}

.progress-bar {
    position: absolute;
    height: 100%;
    width: 0%; /* на початку немає жодного прогресу */
    background-color: #FFF;
}
.progress-container:hover {
    cursor: pointer;
}
#time-indicator{
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-transform: uppercase;
    margin: 0px 10px;
}
.img-download-audio{
    cursor: pointer;
    margin-left: 10px;
}
.img-download-audio img{
    
    width: 41px;
}
.container-text{
    max-width: 850px;
    width: 100%;
    margin: 0px 30px;
}
.container-verb{
    max-width: 350px;
    width: 100%;
    margin: 0px 30px;
}
.set-btns button{
    padding: 10px 20px;
    border: 1px solid black;
}
.set-btns input{
    width: 100%;
    padding: 10px 20px;
    border: 1px solid black;
}
.contentContainer{
    display: block;
}
#contentPlaceholder{
    margin-bottom: 200px;
}

.burger-menu_button {
    position: fixed;
    top: 25px;
    right: 30px;
    z-index: 130;
    width: 22px;
    height: 20px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: none;
}
.burger-menu_button:hover .burger-menu_lines {
    filter: brightness(0.7);
}
.burger-menu_button:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.burger-menu_lines::before,
.burger-menu_lines::after,
.burger-menu_lines {
    position: absolute;
    width: 22px;
    height: 2px;
    background-color: #000000;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.burger-menu_lines {
    top: 41%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.burger-menu_lines::before {
    content: '';
    top: -12px;
}
.burger-menu_lines::after {
    content: '';
    top: 12px;
}
.burger-menu_active .burger-menu_lines {
    background-color: transparent;
}
.burger-menu_active .burger-menu_lines::before {
    top: 0;
    transform: rotate(45deg);
}
.burger-menu_active .burger-menu_lines::after{
    top: 0;
    transform: rotate(-45deg);
}
.burger-menu_nav {
    padding-top: 72px;
    position: fixed;
    top: 0;
    z-index: 20;
    display: flex;
    flex-flow: column;
    height: 100%;
    width: 100%;
    background-color: #ffffff;
    overflow-y: auto;
    right: -100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}
.burger-menu_active .burger-menu_nav {
    right: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.burger-menu_link {
    padding: 18px 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #000000;
    border-bottom: 1px solid #000;
}
.burger-menu_link:first-child {
    border-top: 1px solid #000;
}
.burger-menu_link:hover {
    filter: brightness(0.9);
}
.burger-menu_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
}
.burger-menu_active .burger-menu_overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
}
.burger-menu_nav-link>a{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-family: Kyiv*Type Serif;
    font-size: 32px;
    font-style: normal;
    font-size: 20px;
    font-weight: 700;
    line-height: 64px; /* 200% */
    letter-spacing: 2.56px;
}
.right-side-header{
    padding-right: 16px;
}
.left-side-header{
    padding-left: 16px;
    pointer-events: painted !IMPORTANT;
}
.search-poiter{
    pointer-events: painted !IMPORTANT;
}
.mt80{
    margin-top: 80px;
    gap: 30px;
}
.dnone-close-1233{
    display: none;
}
.dnone-open-1233{
    display: flex;
}
.select2-container--default .select2-results>.select2-results__options {
    max-height: 300px !important;
    overflow-y: auto;
}
.time-of-reading span{
    display: none;
    margin-left: 16px;
}
.inputWrapper textarea{
    width: 100%;
    border: 1px solid black;
    padding: 10px 20px;
    font-size: 24px;
    min-height: 300px;
    border-radius: 8px;
}
#contentForm button{
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 8px;
    font-size: 16px;
}
#contentForm{
    width:500px;
    padding-bottom: 200px;
}
.container-for-poem .verb{
    max-width: 500px;
    width: 100%;
    margin: 0px 20px;
}
.container-for-poem .text{
    max-width: 850px;
    width: 100%;
    margin: 0px 20px;
}
.verb p{
    color: var(--darkblue, #1F2736);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 20px 0px;
}
.verb img{
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
}
.text p{
    color: var(--darkblue, #1F2736);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    margin: 20px 0px;
}
.text img{
    width: 100%;
    max-width: 100%;
    margin: 20px 0px;
}
.container-for-poem{
    margin-top: 40px;
}
#dateInput{
    font-size: 24px;
}
#exisNoText{
    width: 100%;
    max-width: 850px;
    padding: 20px;
    font-size: 24px;
    line-height: 133.333%; 
    height: 100%;
}
.block-mailer{
    height:auto;
    padding:24px 0px; /*200px 0px;*/
    background-image: url(../img/bg-paper.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.mailer-label{
    color: var(--darkblue, #1F2736);
    font-size: 104px;
    font-style: normal;
    font-weight: 700;
    line-height: 115.385%; 
    letter-spacing: -3.12px;
    text-transform: uppercase;
}
.mailer-label span{
    color: var(--red, #CD3C2E);
    font-style: italic;
}
.input-mailer{
    padding: 32px 38px;
    border-radius: 48px;
    border: 1px solid var(--red, #CD3C2E);
    background: var(--white, #FFF);
    font-size: 32px;
    color: var(--darkblue, #1F2736);
    width: 100%;
    margin-right: 20px;
}
.btn-mailer{
    padding: 16px 48px;
    border-radius: 48px;
    background: var(--red, #CD3C2E);
    color: var(--white, #FFF);
    font-size: 32px;
    line-height: 125%; 
    text-transform: uppercase;
    width: 100%;
    margin-left: 20px;
}
.form-mailer{
    margin-top: 80px;
}
.we-on-social{
    color: #000;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 92.857%; 
    text-transform: uppercase;
    margin-right: 70px;
}
.row-socials img{
    width: 64px;
}
.row-socials{
    gap: 64px;
}
.input-news{
    max-width: 500px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid black;
    font-size: 24px;
    border-radius: 16px;
    margin-top: 40px;
}
.text-area-news{
    max-width: 500px;
    width: 100%;
    min-height: 400px;
    padding: 10px 20px;
    border: 1px solid black;
    font-size: 24px;
    border-radius: 16px;
    margin-top: 20px;
}
.form-class{
    display: flex;
    flex-direction: column;
}
.btn-send-news{
    max-width: 500px;
    width: 100%;
    font-size: 32px;
    padding: 10px 20px;
    border: 1px solid black;
    border-radius: 16px;
    margin-top: 20px;
    text-align: center;
    box-sizing: border-box;
}

.form-interview input{
    max-width: 500px;
    width: 100%;
    padding: 10px 20px;
    border: 1px solid black;
    font-size: 24px;
    border-radius: 16px;
}
.form-interview textarea{
    max-width: 500px;
    width: 100%;
    min-height: 400px;
    padding: 10px 20px;
    border: 1px solid black;
    font-size: 24px;
    border-radius: 16px;
}
.form-interview label{
    display: block;
    width: 100%;
    font-size: 18px;
    margin-top: 20px;
}
.label-interview{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-size: 60px;/*128px*/
    font-style: normal;
    font-weight: 700;
    line-height: 118.75%; 
    letter-spacing: -3.84px;
    text-transform: uppercase;
    padding:20px;

}
.block-of-interview{
    width: 100%;
    padding: 40px;
    border-right: 2px solid var(--darkblue, #1F2736);
    border-bottom: 2px solid var(--darkblue, #1F2736);
}
.inteview-title{
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px; /*104px*/
    font-style: normal;
    font-weight: 700;
    line-height: 115.385%; 
    /*letter-spacing: -3.12px; слишком густой текст*/
    text-transform: uppercase;
    max-width: 1200px;
}
.respondent-interview{
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 92.857%; 
    text-transform: uppercase;
    margin-top: 53px;
}
.name-interviewer{
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 92.857% ; 
    text-transform: uppercase;
}
.read-full{
    color: var(--red, #CD3C2E);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.w-max-content{
    width: max-content;
}
.mt110px{
    margin-top: 0px;/*110*/
}
.img-interviewer img{
    width: 117px;
    height: 117px;
    border-radius: 50%;
}
.img-interviewer{
    margin-right: 16px;
}
.mt80px{
    margin-top: 80px;
}
.mini-container{
    max-width: 890px;
    width: 100%;
    margin: 0px 30px;
}
.img-repondent img{
    width: 280px;
    border-radius: 50%;
}
.img-repondent{
    margin-right: 50px;
}
.date-part-interview{
    color: var(--darkblue, #1F2736);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; 
    text-transform: uppercase;
    
}
.name-of-author{
    max-width: 700px;
    width: 100%;
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 104px;
    font-style: normal;
    font-weight: 700;
    line-height: 115.385%; 
    letter-spacing: -3.12px;
    text-transform: uppercase;
}
.title-inteview{
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 92.857%; 
    text-transform: uppercase;
    margin-top: 55px;
}
.g-recaptcha{
    margin-top: 20px;
}
.block-qa-show{
    margin-top: 120px;
    hyphens: auto;
}
.interviewer-name{
    color: var(--darkgrey, #4D4D4D);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%; 
}
.question-interview{
    color: var(--darkblue, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%; 
    /*text-transform: uppercase;*/
    margin-top: 8px;
}
.respondent-name{
    color: var(--darkgrey, #4D4D4D);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%; 
    margin-top: 45px;
}
.answer-interview{
    color: var(--darkblue, #1F2736);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 133.333%; 
    margin-top: 8px;
    
}
.mb200px{
    margin-bottom: 200px;
}
.delete-interview{
    padding: 10px 20px;
    background-color: #CD3C2E;
    color: white;
    font-size: 32px;
    border-radius: 16px;
    text-align: center;
}
.btn-create-new-qa{
    padding: 10px 20px;
    border: 1px solid black;
    font-size: 18px;
    border-radius: 20px;
    margin: 30px 0px;
}
.apapipn-calss3{
    display: none;
}
.display-flex{
    display: flex;
}
.search-results{
    position: absolute;
    top: 200px;
    left: 50px;
    padding: 20px 30px;
    background-color: #fdfdfd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    z-index: 11;
    border: solid 1px #000;
    color: var(--darkblue, #1F2736);
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    display: none; 
    color: var(--darkblue, #1F2736);
}
.author-link-searh{
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    color: var(--darkblue, #1F2736);
}
.cart-authors{
    display: none;
}

.container-titler{
    color: var(--DARK-BLUE, #1F2736);
    font-family: Cormorant Garamond;
    font-size: 60px;/*110*/
    font-style: normal;
    font-weight: 700;
    line-height: 152px; /* 138.182% */
    letter-spacing: -3.3px;
    text-transform: uppercase;
}
.container-titler>span{
    color: var(--RED, #CD3C2E);
}
.flex-end-f{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.flex-end-f>p{
    margin-top: 16px;color: var(--RED, #CD3C2E);
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    /*text-transform: uppercase;*/
    max-width: 609px;
}
.div-with-dot::before {
    /*content: "• ";*/
    margin-right: 5px;
}
.div-with-dot{
    color: var( --RED, #CD3C2E /*--DARK-BLUE, #1F2736*/);
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-top: 16px;
}
.red-txt-index {
    color: var(--RED, #CD3C2E);
    text-align: right;
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    margin-top: 40px;
}
.black-txt-index {
    color: var(--DARK-BLUE, #1F2736);
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: uppercase;
}
.alphabet-search{
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    align-items: flex-end;
}
.alphabet-search>a{
    color: var(--DARK-BLUE, #1F2736);
    text-align: center;
    font-family: Noto Serif TC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px; /* 133.333% */
    text-transform: uppercase;
}
.alphabet-search a.active {
    color: var(--RED, #CD3C2E);
    text-align: center;
    font-variant-numeric: lining-nums proportional-nums;
    
    /* Desk/H3 */
    font-family: Cormorant Garamond;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px; /* 92.857% */
    text-transform: uppercase;
}
.row-socials a:hover svg path {
    fill: #CD3C2E;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}
.row-share a:hover svg path {
    fill: #CD3C2E;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
    -ms-transition: .3s ease-in;
    -o-transition: .3s ease-in;
}
.avalench-wrap{
    display: flex;
    flex-direction: row-reverse;
    gap: 85px;
    margin-top: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.input-mailer::placeholder{
    color: var(--DARK-BLUE, #1F2736);
    font-variant-numeric: lining-nums proportional-nums;
    font-family: Cormorant Garamond;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px; /* 125% */
    text-transform: uppercase;
}
.aflex {
    display: flex;
    align-items: center;
}
.visible-btn{
    display: none;
}
.authors-subtitle2{
    color: var(--DARK-BLUE, #1F2736);
    text-align: center;
    font-family: Cormorant Garamond;
    font-size: 24px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    max-width: 1145px;
}
.authors-subtitle2>span{
    color: var(--RED, #CD3C2E);
}
.fcolumbalit{
    flex-direction: column;
    align-items: center;
}
.title-authoer{
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.hidden {
    display: none;
}
.jc-flex-center {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: 64px;
	margin-bottom: 24px;
}
.show-more-btn {
	color: var(--RED, #CD3C2E);
	font-variant-numeric: lining-nums proportional-nums;
	font-family: Cormorant Garamond;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	border-radius: 48px;
	border: 2px solid var(--RED, #CD3C2E);
	background: var(--WHITE, #FFF);
	padding: 16px 48px;
}
.audio-link {color:#CD3C2E;} /*ссылка слушать*/
.lyrics-cart:hover .audio-link{color:#FFFFFF;} /*ссылка слушать при наведении на блок*/
/*-----------------------------------------------------*/
	#blockone{display: flex;}
	#goblin{flex-wrap:nowrap;}
	#clip{display:none;width:50%;}


@media(max-width: 1800px){
    .cart-authors{
        max-width: 440px;
    }
    .lyrics-cart{

    }
    .lyrics-tema-right>p {
        font-size: 24px;
    }
    .contacts-title{
        font-size: 40px;
    }
    .contacts-input{
        padding: 16px 24px;
    }
    .contacts-wrap{
        padding: 40px 73px;
    }
    .contacts-btn{
        padding: 16px 24px;
    }
    .contacts-btn>img{
        width: 40px;
    }
    .contacts-text{
        max-width: inherit;
        max-height: 200px;
        padding: 10px 17px;
    }
    .contacts-wrap{
        max-width: 800px;
    }
    .contacts-btn>p {
        font-size: 24px;
        font-style: normal;
    }
}
@media(max-width: 1595px){
    .avalench-wrap {
        display: flex;
        flex-direction: column;
        align-content: center;
    }
    .last-release-title{
        text-align: center;
    }
    .discription-release{
        text-align: center;
    }
    .avalench {
        max-width: 1000px;
    }
    .input-mailer::placeholder{
        color: var(--DARK-BLUE, #1F2736);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Cormorant Garamond;
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px; /* 125% */
        text-transform: uppercase;
    }
}
@media(max-width: 1537px){
    .footer-wrap{
        flex-wrap: wrap;
        gap: 34px;
        justify-content: center;
    }
    .fppter-column{
        align-items: center;
    }
    .footer-subtitle{
        text-align: center;
    }
    .foter-column{
        align-items: center;
    }
    .lyrics-cart-btn{
        font-size: 28px;
    }
    .lyrics-tema-right>p{
        font-size: 24px;
    }
    .cart-svg-eye{
        width: 28px;
    }
    .lyrics-tema-right{
        gap: 4px;
    }
    .lyrics-tema{
        gap: 4px;
        padding: 2px 13px;
    }
    .lyrics-tema>p{
        font-size: 18px;
    }
    .cart-svg{
        width: 18px;
    }
    .lyrics-cart-title{
        font-size: 42px;
        font-style: normal;
        font-weight: 500;
        line-height: 52px;
        text-transform: uppercase;
        margin-top: 25px;
    }
    .lyrics-cart {

    }
    .lyrics-cart-text {
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }
    .first-day-text {
        font-size: 79px;
        line-height: 74px;
    }
    .first-day-btn {
        font-size: 28px;
        padding: 9px 30px;
    }
    .label-authors{
        font-size: 80px;
    }
    .label-authors-red-italic{
        font-size: 80px;
    }
    .label-start-p{
        font-size: 90px;
        font-style: normal;
        font-weight: 500;
        line-height: 85px;
    }
    .label-start-p>span{
        font-size: 90px;
        font-style: normal;
        font-weight: 500;
        line-height: 85px;
    }
    .container-titler{
        font-size: 60px;/*90*/
    }
}
@media(max-width: 1382px){
    .cart-authors{
        max-width: 440px;
        height: auto;
    }
    .img-author{
        width: 250px;
        height: 250px;
    }
    .name-authors{
        font-size: 34px;
        line-height: 32px;
    }
    .teg{
        border: 1px solid #CD3C2E;
        gap: 2px;
    }
    .teg>p {
        font-size: 18px;
        line-height: 29px;
    }
    .cart-authors{
        max-width: 331px;
    }
    .flags-wrap>img{
        width: 40px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
    }
    .authors-title{
        font-size: 60px;
        line-height: 100px;
    }
    .authors-subtitle{
        font-size: 60px;
        line-height: 100px;
    }
    .lyrics-txt {
        font-size: 80px;
        line-height: 75px;
    }
    .mailer-label{
        font-size: 76px;
        font-style: normal;
        font-weight: 700;
        line-height: 84.385%;
    }
    .label-release{
        font-size: 95px;
        font-style: normal;
        font-weight: 700;
        line-height: 100.75%;
    }
    .releas-italic-red{
        font-size: 95px;
        font-style: normal;
        font-weight: 700;
        line-height: 100.75%;
    }
    .text-start-page{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .first-page-begin{
        display: flex;
        flex-direction: column;
        gap: 64px;
    }
    .input-mailer::placeholder{
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px; /* 125% */
        text-transform: uppercase;
    }
}
@media(max-width: 1270px){
    .vladimer-galant{
        display: flex;
        gap: 70px;
        margin-bottom: 120px;
        flex-direction: column-reverse;
        align-items: center;
    }
    .vladimer-galant-title{
        margin-top: 20px;
        line-height: 70px;
        font-size: 76px;
    }
    .social-vladimer-galant{
        margin-top: 20px;
    }
    .pos-abs-img {
            font-size: 26px;
    }
}
@media(max-width: 1233px){
    .authors-page-wrap{
        flex-direction: column-reverse;
        gap: 30px;
        align-items: center;
    }
    .name-authors-page{
        font-size: 80px;
        line-height: 77px;
        margin-top: 0;
    }
    .authors-page-txt {
        color: var(--darkblue, #1F2736);
        text-align: center;
        font-family: Noto Serif TC;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
        margin-top: 23px;
    }
    .dnone-close-1233{
        display: flex;
    }
    .dnone-open-1233{
        display: none;
    }
    .lyrics-wrap div:nth-child(3n) {
        border-right: 2px solid var(--darkblue, #1F2736);
    }
    .lyrics-wrap div:nth-child(2n) {
        border-right: none;
    }
    .lyrics-cart-text{
        border-right: none !important;
    }
    .lyrics-txt {
        font-size: 56px;
        line-height: 51px;
        margin-top: 150px;
    }
    .show-more {
        font-size: 26px;
        border-radius: 48px;
        border: 2px solid var(--red, #CD3C2E);
        background: var(--white, #FFF);
        padding: 8px 24px;
        margin-top: 64px;
        cursor: pointer;
        margin-bottom: 120px;
    }
    .label-authors {
        font-size: 55px;
        margin-top: 80px;
    }
    .label-authors-red-italic{
        font-size: 55px;
    }
    .show-all-authors{
        padding: 8px 24px;
        margin-top: 64px;
        cursor: pointer;
        font-size: 26px;
    }
    .bottom-stishok{
        padding: 8px 24px;
        margin-top: 64px;
        cursor: pointer;
        font-size: 26px;   
    }
    .authors-page-left{
        margin-top: 0px;
    }
    .lyrics-cart{
        width: 100%;
        border-right: none;
    }
        .container-titler{
        font-size: 60px;/*80*/
        line-height: 100px;
    }
}
@media(max-width: 1070px){
    .visible-btn{
        display: flex !important;
            width: 213px;
            height: 15px;
            margin-bottom: 20px;
        padding: 16px 48px;
        justify-content: center;
        align-items: center;
        gap: 8px;
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
    }
    .flex-start-n-vipusk{
            margin-top: 0px;/*22*/
    }
    .authors-subtitle{
         margin-top: 70px;
    }
    .authors-title {
        margin-top: 70px;
    }
    .donate-header-btn{
        display: none;
    }
    .burger-menu_button{
        display: flex;
    }
    .style-link{
        display: none;
    }
    .burger-menu_nav-link{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .container-h{
        position: fixed;
        background-color: #FFF;
        border-bottom: 1px solid #000;
        z-index: 1;
    }
    .input-search{
        display: none;
        width: 0;
        transition: width 0.3s ease;
        
    }
    .input-search.active {
        position: fixed;
        display: block;
        width: 200px;
        background-color: #f1f1f1;
        z-index: 14;
        border-radius: 15px;
        top: 7px;
        left: 50px;
    }
    .img-block-style{
        margin-top: 65px;
    }
    .aroow-back-wrap{
        margin-top: 100px;
    }
    .aroow-back{
        gap: 8px;
    }
    .aroow-back>p{
        font-size: 32px;
    }
    .aroow-back>img{
        width: 50px;
    }
    .block-start-page-about-txt{
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 32px;
        margin-top: 24px;
    }
    .cart-authors2{
        display: none;
    }
    .cart-authors{
        display: flex;
    }
        .container-titler{
        font-size: 60px;/*70*/
    }
    .avalench-wrap{
        margin-top: 90px !important;
    }
}
@media(max-width: 1053px){
    .cart-authors-wrap .cart-authors:nth-child(3n) {
        border-right: 2px solid #1F2736;
    }
    .cart-authors-wrap .cart-authors:nth-child(2n) {
        border-right: 0;
    }
    .label-start-p{
        font-size: 50px;
        font-style: normal;
        font-weight: 500;
        line-height: 46px;
    }
    .label-start-p>span{
        font-size: 50px;
        font-style: normal;
        font-weight: 500;
        line-height: 46px;
    }
    .text-left-start{
        width: 100%;
    }
    .btn-show-hidden-text{
        font-variant-numeric: lining-nums proportional-nums;
        font-size: 21px;
        padding: 8px 24px;
    }
    .label-release{
        font-size: 65px;
        font-style: normal;
        font-weight: 700;
        line-height: 92.75%;
    }
    .releas-italic-red {
        font-size: 65px;
        font-style: normal;
        font-weight: 700;
        line-height: 92.75%;
    }
    .date-release {
        font-size: 35px;
    }
    .text-release{
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 23px;
    }
    .btn-read-release{
        padding: 4px 24px;
        font-size: 20px;
    }   
    .btn-download-release{
        padding: 4px 24px;
        font-size: 20px;
        height: 44.95px;
        box-sizing: border-box;
    }
    .btn-download-release>img{
        width: 30px;
        margin-left: 8px;
    }
    .btn-read-release>img{
        width: 30px;
        margin-left: 8px;
    }
    .mailer-label {
        font-size: 50px;
    }
    .block-mailer{
        padding: 64px 0px;
    }
    .input-mailer{
        padding: 22px 24px;
        border-radius: 48px;
        border: 1px solid var(--red, #CD3C2E);
        background: var(--white, #FFF);
        font-size: 18px;
    }
    .btn-mailer{
        padding: 1px 24px;
        font-size: 20px;
    }
    .we-on-social {
        font-size: 30px;
    }
    .row-socials{
        gap: 10px;
    }
    .row-socials img{
        width: 32px;
    }
    .hide-some-txt-jena{
        flex-direction: column;
        align-items: center;
    }
    .text-start-page{
        margin-right: 0;
    }
    .text-start-page-hidden{
        margin-right: 0;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .jen-nqad{
        padding: 4px 24px;
        font-size: 20px;
        margin-right: 20px;
    }
    .block-start-page{
        padding: 15px 30px 15px; /*50px 30px 100px*/
    }
    .vladimer-galant-title{
        line-height: 47px;
        font-size: 56px;
    }
    .vladimer-galant-nach>img{
        width: 40px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
    }
    .vladimer-galant-nach>p{
        font-size: 24px;
    }
    .social-vladimer-galant img{
        width: 32px;
    }
    .container{
		margin: 80px 30px 0px;
	}
}
@media(max-width: 920px)
{#clip{display:block;width:40%;margin-left:30%;margin-bottom:-15px;text-align:center;}}



@media(max-width: 842px){
    .lyrics-cart{
        border-right: 0 !important;
    }
    .flex-wrap-wrap-wrap{
        flex-wrap: wrap;
        gap: 20px;
    }
    .apapipn-calss1{
        flex-direction: column;
    }
    .apapipn-calss2{
        display: none;
    }
    .apapipn-calss3{
        display: flex;
        width: 100%;
    }
    .apapipn-calss3 div{
        margin-left: 0;
    }
    .flex-start-n-vipusk>p {
        color: var(--white, #FFF);
        text-align: center;
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Cormorant Garamond;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 40px;
        text-transform: uppercase;
        padding: 11px 8px;
        background-color: #CD3C2E;
    }
    .search-results{
        left: 13px;
        padding: 9px 19px;
        font-size: 18px;
            line-height: 22px;
    }
    .author-link-searh {
        font-size: 18px;
        font-weight: 400;
        line-height: 22px;
    }
    .container{
		margin: 80px 30px 0px;
	}
/*	#blockone{display: none;}
    #blocklost{display:flex;} */
	#goblin{flex-wrap:wrap;}
	#clip{display:block;width:40%;margin-left:30%;margin-bottom:-15px;text-align:center;}

}
@media(max-width: 722px){
    .cart-authors{
        border-right: 0 !important;
    }
    .aroow-back{
        display: none;
    }
    .mt80{
        margin-top: 0px;
    }
    .authors-page-right{
        width: 100%;
    }
    .authors-page-left{
        width: 100%;
    }
    .authors-page-left{
        align-items: center;
    }
    .back-to-avtot{
        color: var(--red, #CD3C2E);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Cormorant Garamond;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
        padding: 7px 48px;
    }
    .jen-nqad{
        padding: 4px 24px;
        font-size: 20px;
        margin-right: 20px;
    }
    .flex-wrap-wrap-wrap{
        flex-wrap: wrap;
        gap: 20px;
    }
    .contacts-title{
        font-size: 22px;
    }
    .contacts-wrap{
        padding: 20px 30px;
    }
    .contacts-btn {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        border-radius: 48px;
        background: var(--red, #CD3C2E);
        padding: 4px 10px;
        box-sizing: border-box;
        margin-top: 22px;
    }
    .contacts-btn>p {
        font-size: 18px;
        font-style: normal;
    }
    .contacts-btn>img {
        width: 30px;
    }
    .hrest-img {
        position: absolute;
        cursor: pointer;
        top: 20px;
        right: 20px;
        pointer-events: painted;
    }
    .contacts-input {
        border-radius: 48px;
        border: 1px solid var(--red, #CD3C2E);
        background: var(--white, #FFF);
        width: 100%;
        padding: 13px 20px;
        color: var(--darkblue, #1F2736);
        font-family: Noto Serif TC;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
        /*margin-top: 6px;*/
    }
    .contacts-input::placeholder{
        font-size: 18px;
    }
    .contacts-text {
        border-radius: 32px;
        border: 1px solid var(--red, #CD3C2E);
        background: var(--white, #FFF);
        padding: 13px 20px;
        color: var(--darkblue, #1F2736);
        font-family: Noto Serif TC;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        margin-top: 18px;
    }
    .contacts-text::placeholder{
        font-size: 18px;
    }
    .contacts-wrap{
        margin: 16px;
    }
        .container-titler{
        font-size: 40px;
        line-height: 65px;
    }
        .pos-abs-img {
            font-size: 22px;
    }
    .authors-subtitle2{
        color: var(--DARK-BLUE, #1F2736);
        text-align: center;
        font-family: Cormorant Garamond;
        font-size: 16px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.48px;
        text-transform: uppercase;
    }
    .container{
		margin: 80px 30px 0px;
	}
}
@media(max-width: 700px){
    .name-authors-page{
        font-size: 46px;
        line-height: 45px;
    }
    .authors-page-txt{
        text-align: center;
        font-family: Noto Serif TC;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; 
        margin-top: 8px;
        margin-bottom: 32px;
    }
    .teg-p{
        font-size: 16px;
        line-height: normal;
    }
    .teg{
        padding: 0px 16px 5px 16px
    }
    .authors-page-local>img{
        width: 34px;
        height: 24px;
    }
    .first-day-text{
        font-size: 46px;
        line-height: normal;
    }
    .first-day-txt{
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }
    .first-day-btn{
        padding: 7px 48px;
        font-size: 20px;
        margin-top: 20px;
    }
    .label-authors{
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .label-authors-red-italic{
        font-size: 48px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }
    .lyrics-txt{
        font-size: 48px;
        font-style: normal;
        line-height: normal;
    }
    .audio-container-txt{
        display: none;
    }
    .lyrics-cart-title{
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 700;
        line-height: 32px;
    }
    .lyrics-cart-btn{
        text-align: center;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 24px;
    }
    .flex-end-f>p{
        font-size: 18px;
    }
    .div-with-dot{font-size: 18px;}
    .block-start-page-about-txt {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 19px;
        margin-top: 10px;
    }
    .input-mailer::placeholder{
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px; /* 125% */
        text-transform: uppercase;
    }
    .container2{
        margin: 0px 16px;
    }
    .show-all-authors {
        padding: 8px 24px;
        margin-top: 64px;
        cursor: pointer;
        font-size: 22px;
    }
    .container{
		margin: 80px 30px 0px;
	}
	.bottom-stishok {
        padding: 8px 24px;
        margin-top: 64px;
        cursor: pointer;
        font-size: 22px;
    }
}
@media(max-width: 627px){
    .footer-email{
        gap: 4px;
        padding: 19px;
    }
    .footer-email>p{
        font-size: 16px;
    }
    .footer-email>img{
        display: none;
    }
    .footer-link{
        font-size: 20px;
        font-weight: 600;
        text-align: center;
    }
    .footer-davis{
        font-size: 20px;
        margin-top: 40px;
    }
    .footer-subtitle{
        font-size: 20px;
    }
    .footer-title{
        font-size: 32px;
        font-weight: 700;
    }
    .authors-title{
        font-size: 48px;
        line-height: 100px;
    }
    .authors-subtitle{
        font-size: 48px;
        line-height: 100px;
    }
    .inkogniti-logo{
        width: 145px;
        
    }
    .label-start-p{
        color: var(--darkblue, #1F2736);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Cormorant Garamond;
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }
    .label-start-p>span {
        color: var(--red, #CD3C2E);
        font-variant-numeric: lining-nums proportional-nums;
        font-family: Cormorant Garamond;
        font-size: 40px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }
    .label-release{
        color: var(--darkblue, #1F2736);
    font-family: Cormorant Garamond;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.44px;
    text-transform: uppercase;
    }
    .label-release>span{
        color: var(--red, #CD3C2E);
        font-family: Cormorant Garamond;
        font-size: 48px;
        font-style: italic;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -1.44px;
        text-transform: uppercase;
    }
    .btn-mailer{
        font-size: 15px;
    }
    .block-start-page-about-txt{
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-top: 12px;
    }
    .vladimer-galant-left{
        width: 100%;
    }
    .vladimer-galant-right{
        width: 100%;
    }
    .block-start-page-about{
        padding: 0 8px;
    }
    .cart-authors-wrap{
        margin-top: 20px;
    }
    .container-titler {
        font-size: 36px;
        line-height: 35px;
    }
    .block-start-page {
        padding: 80px 0px 45px;
    }
    .pos-abs-img {
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
    }
    .author-name-flag{
        font-size: 20px;
        font-weight: 500;
        width: auto;
    }

 .news{
    /*display:flex;
    height:auto 600px;
    padding:10px 0px 30px;
    flex-wrap:wrap;*/
}
.stishok{
    /*display:block;
    height:250px;
    width:30%;
    color: blue;
    margin:5px 5px;
    
}
.block_new_img{display:none;
    height:0%;
    width:0%;
    
}
.news_img{display:none;width:0%;height:0%;}
.block_new_text{display:block;height:100%; width:100%}
.news_title{display:block;width:100%font-size:1.5em;color:black;text-transform:uppercase;}
.da_news{display:block;width:100%;height:10%;color:black;text-align:right;padding:0px 5px;text-transform:uppercase;font-size:1.2em;}
.title_news{display:block;width:100%;height:30%;color:black;padding:0px 5px;}
.newstext{display:block;width:100%;height:50%;color:black;padding:0px 5px;}
.next_bt{display:block;width:100%;height:10%;color:#CD3C2E;padding:0px 5px;}*/
    
}
@media(max-width: 400px){
    
    .img-author{display:flex;}
    .img-author2{display:inline;width:30%;height:30%;}
    .cart-autor2-coutri{ 
        display:inline-block;
        margin-left: auto;
        margin-right: auto;
        
    }
     .cart-autor2-coutri p {font-size: 24px;}
    .cart-authors2-left-name { display:block;}
    .cart-autor2-coutri .coutri-name {
        display:block; 
        font-size: 20px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
}
